| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Application.h | 27 * an instance of the Settings class to manage all user preferences 28 * and settings. It also manages usage tracking. 39 class Settings; 52 // Control the settings of a progress bar, used for GUI applications 90 Settings *settings; member in class:Application
|
| Settings.h | 41 // Settings object 43 class Settings 49 Settings (Application *_app); 50 Settings (Settings *_settings); 51 virtual ~Settings (); 112 // public methods for setting and accessing the settings 152 // return any error string from processing visibility settings 155 // methods for setting and getting strings, and individual settings 229 // processing and accessing the threshold settings [all...] |
| Settings.cc | 28 #include "Settings.h" 116 Settings::Settings (Application *_app) 186 // Constructor for duplicating an existing Settings class 188 Settings::Settings (Settings * _settings) 303 Settings::~Settings () 363 Settings::read_rc (char *path [all...] |
| DbeSession.h | 30 * It gets an instance of the Settings class, instantiated as a copy 35 * Settings, and FilterSets for the Experiments, and is the access point 53 #include "Settings.h" 70 class Settings; 96 DbeSession (Settings *_settings, bool _ipc_mode, bool _rdt_mode); 192 return settings->get_ignore_no_xhwcprof (); 199 return settings->get_ignore_fs_warn (); 224 return settings->get_TabList (); 230 return settings->get_MemTabState (); 348 // Get the Settings class objec 462 Settings *settings; \/\/ setting\/defaults structure member in class:DbeSession [all...] |
| Makefile.am | 76 Settings.cc \
|
| DbeView.h | 24 * A DbeView has a Settings class that determines the user preferences, 56 #include "Settings.h" 84 DbeView (Application *app, Settings *_settings, int _vindex); 88 // Access functions for settings in the view 89 Settings * 92 return settings; 99 return settings->get_TabList (); 106 return settings->get_MemTabState (); 113 settings->set_MemTabState (sel); 120 return settings->get_IndxTabState () 830 Settings *settings; member in class:DbeView [all...] |
| Application.cc | 29 #include "Settings.h" 66 settings = new Settings (this); 72 delete settings;
|
| DbeView.cc | 47 DbeView::DbeView (Application *_app, Settings *_settings, int _vindex) 51 settings = new Settings (_settings); 106 int sz = settings->get_IndxTabState ()->size (); 137 settings = new Settings (dbev->settings); 215 delete settings; 276 bool changed = settings->set_libexpand (liblist, flag, false); 289 bool changed = settings->set_libdefaults () [all...] |
| DbeSession.cc | 110 DbeSession::DbeSession (Settings *_settings, bool _ipc_mode, bool _rdt_mode) 115 settings = new Settings (_settings); 379 settings->read_rc (ipc_mode || rdt_mode); 448 delete settings; 521 set_search_path (settings->str_search_path, true); 1003 newview = new DbeView (theApplication, settings, index); 1231 bool enabled = settings->check_en_desc (lineage_name, dexp->utargname); 1299 if ((num_desc > 0) && !settings->check_en_desc (NULL, NULL)) 2731 free (settings->str_search_path) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Application.h | 27 * an instance of the Settings class to manage all user preferences 28 * and settings. It also manages usage tracking. 39 class Settings; 52 // Control the settings of a progress bar, used for GUI applications 90 Settings *settings; member in class:Application
|
| Settings.h | 41 // Settings object 43 class Settings 49 Settings (Application *_app); 50 Settings (Settings *_settings); 51 virtual ~Settings (); 112 // public methods for setting and accessing the settings 152 // return any error string from processing visibility settings 155 // methods for setting and getting strings, and individual settings 229 // processing and accessing the threshold settings [all...] |
| Settings.cc | 28 #include "Settings.h" 116 Settings::Settings (Application *_app) 186 // Constructor for duplicating an existing Settings class 188 Settings::Settings (Settings * _settings) 303 Settings::~Settings () 363 Settings::read_rc (char *path [all...] |
| DbeSession.h | 30 * It gets an instance of the Settings class, instantiated as a copy 35 * Settings, and FilterSets for the Experiments, and is the access point 53 #include "Settings.h" 70 class Settings; 96 DbeSession (Settings *_settings, bool _ipc_mode, bool _rdt_mode); 192 return settings->get_ignore_no_xhwcprof (); 199 return settings->get_ignore_fs_warn (); 224 return settings->get_TabList (); 230 return settings->get_MemTabState (); 348 // Get the Settings class objec 462 Settings *settings; \/\/ setting\/defaults structure member in class:DbeSession [all...] |
| Makefile.am | 76 Settings.cc \
|
| DbeView.h | 24 * A DbeView has a Settings class that determines the user preferences, 56 #include "Settings.h" 84 DbeView (Application *app, Settings *_settings, int _vindex); 88 // Access functions for settings in the view 89 Settings * 92 return settings; 99 return settings->get_TabList (); 106 return settings->get_MemTabState (); 113 settings->set_MemTabState (sel); 120 return settings->get_IndxTabState () 830 Settings *settings; member in class:DbeView [all...] |
| Application.cc | 29 #include "Settings.h" 66 settings = new Settings (this); 72 delete settings;
|
| DbeView.cc | 47 DbeView::DbeView (Application *_app, Settings *_settings, int _vindex) 51 settings = new Settings (_settings); 106 int sz = settings->get_IndxTabState ()->size (); 137 settings = new Settings (dbev->settings); 215 delete settings; 276 bool changed = settings->set_libexpand (liblist, flag, false); 289 bool changed = settings->set_libdefaults () [all...] |
| DbeSession.cc | 110 DbeSession::DbeSession (Settings *_settings, bool _ipc_mode, bool _rdt_mode) 115 settings = new Settings (_settings); 379 settings->read_rc (ipc_mode || rdt_mode); 448 delete settings; 521 set_search_path (settings->str_search_path, true); 1003 newview = new DbeView (theApplication, settings, index); 1231 bool enabled = settings->check_en_desc (lineage_name, dexp->utargname); 1299 if ((num_desc > 0) && !settings->check_en_desc (NULL, NULL)) 2731 free (settings->str_search_path) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| install.bat | 44 ECHO Installing C++ Settings UI
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 133 Project/Settings/CustomBuild with the following settings (or similar):
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| DebugServices.h | 32 #pragma mark == Settings == 36 // Settings
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| regstr.d | 193 REGSTR_PATH_DISPLAYSETTINGS = `Display\Settings`, 711 REGSTR_PATH_CHECKDISKSET = `Settings`,
|
| /src/sys/dev/ic/ |
| mpt.c | 892 "SPI Port Page 2: Flags %x Settings %x", 1491 MPT_2_HOST16(volp, VolumeSettings.Settings);
|
| mpt_mpilib.h | 871 * SCSI Port Page 2 Device Settings modified. 1986 U16 Settings; /* 00h */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| cpplint.py | 755 "C:\Documents and Settings\..." or "/home/username/..." in them and thus
|