Searched refs:SetTo (Results 26 - 50 of 1285) sorted by relevance

1234567891011>>

/haiku/src/kits/storage/disk_device/
H A DPartitionParameterEditor.cpp33 BPartitionParameterEditor::SetTo(BPartition* partition) function in class:BPartitionParameterEditor
135 parameters.SetTo("");
/haiku/headers/os/package/
H A DUserSettingsFileInfo.h38 void SetTo(const BString& path,
40 void SetTo(const BString& path,
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringConstants.cpp40 if (!name.SetTo(value)) \
47 if (!name[i].SetTo(_values[i])) \
H A DString.h18 bool SetTo(const char* string);
19 bool SetTo(const char* string, size_t maxLength);
65 String::SetTo(const char* string) function in class:String
72 String::SetTo(const char* string, size_t maxLength) function in class:String
/haiku/src/tests/kits/support/bstring/
H A DStringAssignTest.cpp54 // SetTo(const char *) (NULL)
57 str->SetTo(s);
63 str->SetTo("BLA");
67 // SetTo(BString&)
70 str->SetTo(string);
74 // SetTo(char, int32)
77 str->SetTo('C', 10);
83 str->SetTo('C', 0);
87 // SetTo(const char*, int32)
90 str->SetTo("AB
[all...]
/haiku/headers/private/locale/
H A DFormattingConventionsPrivate.h21 SetTo(const BFormattingConventions* conventions) function in class:BFormattingConventions::Private
H A DLanguagePrivate.h21 SetTo(const BLanguage* language) function in class:BLanguage::Private
H A DTimeZonePrivate.h21 SetTo(const BTimeZone* timeZone) function in class:BTimeZone::Private
/haiku/headers/private/print/
H A DPrinter.h35 status_t SetTo(const BEntry& entry);
36 status_t SetTo(const node_ref& nodeRef);
37 status_t SetTo(const entry_ref& entryRef);
38 status_t SetTo(const BDirectory& directory);
/haiku/headers/private/shared/
H A DQueryFile.h25 status_t SetTo(const entry_ref& ref);
26 status_t SetTo(const BEntry& entry);
27 status_t SetTo(const char* path);
28 status_t SetTo(BQuery& query);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.h13 status_t SetTo(const char* path,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.h18 status_t SetTo(const char *fsName);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushImage.h23 status_t SetTo(BPositionIO* stream);
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp61 return fPath.SetTo(path);
79 return file.SetTo(fPath.Path(), B_READ_ONLY);
104 status_t error = entry.SetTo(&fRef);
121 return file.SetTo(&fRef, B_READ_ONLY);
/haiku/src/apps/poorman/
H A DPoorManApplication.cpp31 if (webDir.SetTo(STR_DEFAULT_WEB_DIRECTORY) != B_OK)
36 if (webDir.SetTo(mainWindow->WebDir()) != B_OK)
61 if (webDir.SetTo(STR_DEFAULT_WEB_DIRECTORY) != B_OK)
66 if (webDir.SetTo(mainWindow->WebDir()) != B_OK)
/haiku/src/apps/terminal/
H A DActiveProcessInfo.cpp20 ActiveProcessInfo::SetTo(pid_t id, const BString& name, function in class:ActiveProcessInfo
H A DPatternEvaluator.cpp41 before.SetTo(pattern, length);
46 before.SetTo(NULL);
72 before.SetTo(NULL);
106 before.SetTo(NULL);
/haiku/src/apps/webpositive/support/
H A DBaseURL.cpp15 result.SetTo(string.String() + baseURLStart, baseURLEnd - baseURLStart);
/haiku/src/tools/unflatten/
H A Dunflatten.cpp18 if (B_OK != file.SetTo(argv[1], O_RDONLY)) {
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.h28 void SetTo(const BMessage *archive);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.h20 void SetTo(const BMailAddOnSettings& settings);
/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp30 _output.SetTo(value->GetValue() ? "true" : "false");
/haiku/headers/private/kernel/arch/sparc/
H A Darch_mmu.h18 void SetTo(int64_t tag, void* physicalAddress, uint64 mode);
/haiku/src/kits/debugger/debug_info/
H A DImageDebugInfoLoadingState.cpp36 fSpecificInfoLoadingState.SetTo(state, true);
/haiku/src/tools/translation/inspector/
H A DTranslatorItem.cpp36 fpath.SetTo(path);

Completed in 473 milliseconds

1234567891011>>