/haiku/src/system/kernel/debug/ |
H A D | user_debugger.cpp | 311 info->profile.sample_area = -1; in init_thread_debug_info() 312 info->profile.interval = 0; in init_thread_debug_info() 313 info->profile.samples = NULL; in init_thread_debug_info() 314 info->profile.flush_needed = false; in init_thread_debug_info() 315 info->profile.installed_timer = NULL; in init_thread_debug_info() 328 if (info->profile.installed_timer != NULL) { in clear_thread_debug_info() 329 cancel_timer(info->profile.installed_timer); in clear_thread_debug_info() 330 info->profile.installed_timer->hook = NULL; in clear_thread_debug_info() 331 info->profile.installed_timer = NULL; in clear_thread_debug_info() 340 info->profile.sample_area = -1; in clear_thread_debug_info() [all …]
|
/haiku/src/add-ons/network_settings/dialup/ |
H A D | GeneralAddon.h | 60 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew); 65 virtual void IsModified(bool *settings, bool *profile) const; 66 void IsDeviceModified(bool *settings, bool *profile) const; 67 void IsAuthenticationModified(bool *settings, bool *profile) const; 69 virtual bool SaveSettings(BMessage *settings, BMessage *profile, 113 void IsDeviceModified(bool *settings, bool *profile) const;
|
H A D | GeneralAddon.cpp | 89 GeneralAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) in LoadSettings() argument 97 fProfile = profile; in LoadSettings() 103 if(!settings || !profile || isNew) in LoadSettings() 208 GeneralAddon::IsModified(bool *settings, bool *profile) const in IsModified() 211 *settings = *profile = false; in IsModified() 221 *profile = (deviceProfile || authenticationProfile); in IsModified() 226 GeneralAddon::IsDeviceModified(bool *settings, bool *profile) const in IsDeviceModified() 228 fGeneralView->IsDeviceModified(settings, profile); in IsDeviceModified() 233 GeneralAddon::IsAuthenticationModified(bool *settings, bool *profile) const in IsAuthenticationModified() 241 *settings = *profile = false; in IsAuthenticationModified() [all …]
|
H A D | DialUpAddon.h | 82 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew) in LoadSettings() argument 92 virtual void IsModified(bool *settings, bool *profile) const in IsModified() argument 93 { *settings = *profile = false; } in IsModified() 100 virtual bool SaveSettings(BMessage *settings, BMessage *profile, in SaveSettings() argument
|
H A D | ConnectionOptionsAddon.cpp | 47 ConnectionOptionsAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) in LoadSettings() argument 52 fProfile = profile; in LoadSettings() 58 if(!settings || !profile || isNew) in LoadSettings() 104 ConnectionOptionsAddon::IsModified(bool *settings, bool *profile) const in IsModified() 106 *settings = *profile = false; in IsModified() 118 ConnectionOptionsAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) in SaveSettings() argument
|
H A D | DialUpView.cpp | 216 BDirectory settings, profile; in MessageReceived() local 217 GetPPPDirectories(&settings, &profile); in MessageReceived() 221 profile.FindEntry(fCurrentItem->Label(), &entry); in MessageReceived() 328 DialUpView::IsModified(bool *settings, bool *profile) in IsModified() argument 330 *settings = *profile = false; in IsModified() 344 *profile = true; in IsModified() 350 DialUpView::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) in SaveSettings() argument 352 if(!fCurrentItem || !settings || !profile) in SaveSettings() 376 if(!addons.ItemAt(index)->SaveSettings(settings, profile, saveTemporary)) in SaveSettings() 391 BMessage settings, profile; in SaveSettingsToFile() local [all …]
|
H A D | IPCPAddon.cpp | 59 IPCPAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) in LoadSettings() argument 65 fProfile = profile; in LoadSettings() 71 if(!settings || !profile || isNew) in LoadSettings() 150 IPCPAddon::IsModified(bool *settings, bool *profile) const in IsModified() 153 *settings = *profile = false; in IsModified() 158 *profile = (*settings || fIPAddress != fIPCPView->IPAddress() in IsModified() 165 IPCPAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) in SaveSettings() argument 213 profile->AddMessage(MDSU_PARAMETERS, &protocol); in SaveSettings()
|
H A D | ConnectionOptionsAddon.h | 45 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew); 46 virtual void IsModified(bool *settings, bool *profile) const; 47 virtual bool SaveSettings(BMessage *settings, BMessage *profile,
|
H A D | PPPoEAddon.h | 47 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew); 49 virtual void IsModified(bool *settings, bool *profile) const; 51 virtual bool SaveSettings(BMessage *settings, BMessage *profile,
|
H A D | IPCPAddon.h | 50 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew); 51 virtual void IsModified(bool *settings, bool *profile) const; 52 virtual bool SaveSettings(BMessage *settings, BMessage *profile,
|
H A D | PPPoEAddon.cpp | 97 PPPoEAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) in LoadSettings() argument 102 fProfile = profile; in LoadSettings() 107 if(!settings || !profile || isNew) in LoadSettings() 152 PPPoEAddon::IsModified(bool *settings, bool *profile) const in IsModified() 154 *profile = false; in IsModified() 167 PPPoEAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) in SaveSettings() argument
|
H A D | DialUpView.h | 38 bool SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary); 52 void IsModified(bool *settings, bool *profile);
|
/haiku/src/bin/debug/profile/ |
H A D | Jamfile | 1 SubDir HAIKU_TOP src bin debug profile ; 11 BinCommand profile 22 profile.cpp
|
/haiku/3rdparty/mmu_man/scripts/ |
H A D | QuickConfig.sh | 30 echo 'export EDITOR=lpe' >> ~/.profile 33 echo 'export EDITOR=vim' >> ~/.profile 36 echo 'export EDITOR=nano' >> ~/.profile
|
H A D | dev-perso | 143 test -f .profile && . .profile 210 test -f .profile && . .profile
|
/haiku/src/apps/packageinstaller/ |
H A D | PackageView.cpp | 566 pkg_profile* profile = fInfo.GetProfile(0); in _InitProfiles() local 567 BMenuItem* item = _AddInstallTypeMenuItem(profile->name, in _InitProfiles() 568 profile->space_needed, 0); in _InitProfiles() 574 pkg_profile* profile = fInfo.GetProfile(i); in _InitProfiles() local 576 if (profile != NULL) in _InitProfiles() 577 _AddInstallTypeMenuItem(profile->name, profile->space_needed, i); in _InitProfiles() 597 pkg_profile* profile = fInfo.GetProfile(index); in _InstallTypeChanged() local 599 if (profile == NULL) in _InstallTypeChanged() 602 BString typeDescription = profile->description; in _InstallTypeChanged() 604 typeDescription = profile->name; in _InstallTypeChanged() [all …]
|
/haiku/data/etc/ |
H A D | profile | 3 # Place user customizations in ~/config/settings/profile 53 for dir in `findpaths -Re B_FIND_PATH_DATA_DIRECTORY profile.d 2> /dev/null`; do 63 if [ -d /etc/profile.d ]; then 64 for i in /etc/profile.d/*.sh; do
|
/haiku/build/jam/images/definitions/ |
H A D | minimum | 79 profile 406 local etcFiles = inputrc profile ; 411 local profileFiles = [ Glob $(etcDir)/profile.d : *.sh ] ; 412 profileFiles = $(profileFiles:G=profile-d) ; 413 AddDirectoryToHaikuImage system settings etc profile.d ; 414 AddFilesToHaikuImage system settings etc profile.d : $(profileFiles) ;
|
/haiku/build/jam/ |
H A D | CommandLineArguments | 25 Echo "Haiku image or installation is to use a build profile" 27 Echo "profile actions. Typical command lines using a build" 28 "profile looks like this:" ; 64 Echo "Build profile actions:" ; 93 # A target starting with "@" is a build profile.
|
H A D | MiscRules | 280 # Makes a build profile known. Build profiles can be used to define 282 # profile the default actions "build", "update", and "mount" (the latter 288 # <name> - The name of the build profile. 289 # <type> - The type of the build profile. Must be one of "image" (plain 295 # <path> - The path associated with the profile. Depending on the profile 303 Exit "ERROR: Build profile \"$(name)\" defined twice!" ; 393 Exit "Unsupported build profile type: " $(type) ; 400 # influence of the build profile). 439 Exit "Build action \"mount\" not supported for profile type"
|
H A D | UserBuildConfig.ReadMe | 182 # A build profile is a named set of settings for building a Haiku image or 198 # crash - Similar to the vmware profile, but created at a specific location 242 # By specifying the build profile name as first (non-option) parameter on the 243 # jam command line prefixed by an "@" character, the profile will be selected. 249 # "disk" profile. "build" is the default action, so it could even be 252 # -> Build's haiku.hpkg under the influence of the "release-raw" profile. This 253 # is is different to "jam -q haiku.hpkg" in that the build profile may 257 # settings for the "vmware" profile. 259 # -> Enters the bfs_shell mounting the image specified by the "crash" profile. 263 # image type (raw, anyboot, vmware), as well as the "install" profile, [all …]
|
/haiku/src/libs/agg/src/ |
H A D | agg_line_profile_aa.cpp | 43 line_profile_aa::value_type* line_profile_aa::profile(double w) in profile() function in agg::line_profile_aa 71 value_type* ch = profile(center_width + smoother_width); in set()
|
/haiku/src/bin/debug/ |
H A D | Jamfile | 17 HaikuSubInclude profile ;
|
/haiku/src/data/mime_db/audio/ |
H A D | ogg | 8 resource(3, "META:L:DESC") #'MLDC' "Ogg audio profile (audio in Ogg container)";
|
/haiku/src/data/mime_db/video/ |
H A D | ogg | 8 resource(3, "META:L:DESC") #'MLDC' "Ogg video profile (a/v in Ogg container)";
|