Searched refs:SetTo (Results 351 - 375 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/locale/
H A DCountry.cpp38 SetTo(countryCode);
71 BCountry::SetTo(const char* countryCode) function in class:BCountry
162 status = language.SetTo(languageLocale->getLanguage());
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp89 if (directory.SetTo(path.Path()) == B_OK)
105 subdirectory.SetTo(&ref);
130 if (directory.SetTo(path.Path()) == B_OK) {
/haiku/src/servers/app/
H A DCanvas.cpp75 fDrawState.SetTo(newState);
87 fDrawState.SetTo(fDrawState->PopState());
99 fDrawState.SetTo(newState);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp75 value.SetTo(frame->FrameAddress());
78 value.SetTo(frame->InstructionPointer());
83 value.SetTo(UiUtils::FunctionNameForFrame(frame, buffer,
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp117 BHttpTime::SetTo(const BString& string) function in class:BHttpTime
124 BHttpTime::SetTo(BDateTime date) function in class:BHttpTime
179 expirationFinal.SetTo(expirationString, strLength);
/haiku/src/apps/mail/
H A DStatus.cpp123 dir.SetTo(path.Path());
125 dir.SetTo(&entry);
131 dir.SetTo(&entry);
H A DSettings.cpp183 status = file.SetTo(path.Path(),
214 status = entry.SetTo(path.Path());
243 status = file.SetTo(path.Path(), B_READ_ONLY);
247 status = file.SetTo(path.Path(), B_READ_ONLY);
448 if (inChainDir.SetTo(path.Path()) != B_OK)
454 if (settingsFile.SetTo (&settingsEntry, B_READ_ONLY) != B_OK)
H A DWIndex.cpp75 WIndex::SetTo(const char *dataPath, const char *indexPath) function in class:WIndex
82 if (dataFile->SetTo(dataPath, B_READ_ONLY) != B_OK) {
87 SetTo(dataFile);
94 if (indexFile.SetTo(indexPath, B_READ_ONLY) == B_OK) {
118 if (indexFile.SetTo(indexPath,
334 WIndex::SetTo(BPositionIO *dataFile) function in class:WIndex
/haiku/src/kits/storage/
H A DVolume.cpp41 SetTo(device);
70 BVolume::SetTo(dev_t device) function in class:BVolume
123 error = directory->SetTo(&ref);
231 && entryPath.SetTo("/", oldInfo.volume_name) == B_OK
232 && entry.SetTo(entryPath.Path(), false) == B_OK
234 && traversedEntry.SetTo(entryPath.Path(), true) == B_OK
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.cpp203 _value.SetTo((uint16)fIntRegisters[index]);
205 _value.SetTo(fIntRegisters[index]);
209 _value.SetTo((float)fFloatRegisters[index]);
211 _value.SetTo(fFloatRegisters[index]);
215 _value.SetTo(fMMXRegisters[index].value);
218 _value.SetTo(fXMMRegisters[index].value);
/haiku/src/kits/package/
H A DPackageRoster.cpp178 return repositoryCache->SetTo(repoCacheEntry);
184 result = repoCacheEntry.SetTo(path.Path());
187 return repositoryCache->SetTo(repoCacheEntry);
207 return repositoryConfig->SetTo(repoConfigEntry);
213 result = repoConfigEntry.SetTo(path.Path());
216 return repositoryConfig->SetTo(repoConfigEntry);
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp368 toSet.SetTo(value.constant);
371 toSet.SetTo(value.reference);
374 toSet.SetTo(value.block.data, value.block.length);
388 toSet.SetTo(value.constant);
391 toSet.SetTo(value.string);
394 toSet.SetTo(value.block.data, value.block.length);
/haiku/headers/private/shared/
H A DEntryFilter.h37 bool SetTo(const char* pattern, bool isFileName) function in class:BPrivate::BasicEntryFilter
150 if (!filter->SetTo(pattern, isFilePattern)) {
/haiku/src/apps/poorman/
H A DPoorManWindow.h80 fIndexFileName.SetTo(str);
90 fWebDirectory.SetTo(str);
/haiku/src/apps/resedit/
H A DResourceRoster.cpp118 entry.SetTo(&dir, "addons");
119 dir.SetTo(&entry);
/haiku/src/apps/sudoku/
H A DSudokuField.h30 status_t SetTo(char base, const char* data);
31 void SetTo(const SudokuField* other);
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp326 fPackageInfoValue.SetTo(B_PACKAGE_INFO_NAME, value.string);
330 fPackageInfoValue.SetTo(B_PACKAGE_INFO_SUMMARY, value.string);
334 fPackageInfoValue.SetTo(B_PACKAGE_INFO_DESCRIPTION,
339 fPackageInfoValue.SetTo(B_PACKAGE_INFO_VENDOR, value.string);
343 fPackageInfoValue.SetTo(B_PACKAGE_INFO_PACKAGER, value.string);
347 fPackageInfoValue.SetTo(B_PACKAGE_INFO_FLAGS,
360 fPackageInfoValue.SetTo(B_PACKAGE_INFO_ARCHITECTURE,
377 fPackageInfoValue.SetTo(B_PACKAGE_INFO_COPYRIGHTS,
382 fPackageInfoValue.SetTo(B_PACKAGE_INFO_LICENSES,
387 fPackageInfoValue.SetTo(B_PACKAGE_INFO_URL
[all...]
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp107 status = target.SetTo(path.Path());
112 status = target.SetTo(&target, "Translators");
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp168 status_t err = volume.SetTo(device);
217 err = dir.SetTo(ref);
/haiku/src/apps/diskprobe/
H A DOpenWindow.cpp131 directory.SetTo(startEntry);
133 directory.SetTo("/dev/disk");
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp33 fNode.SetTo(data, volume.BlockSize());
41 fNode.SetTo(root.BlockData(), root.BlockSize());
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp58 NotifierConfigView::SetTo(const BMessage *archive) function in class:NotifierConfigView
153 view->SetTo(&settings);
/haiku/headers/os/media/
H A DMediaEncoder.h31 status_t SetTo(const media_format* outputFormat);
32 status_t SetTo(const media_codec_info* info);
H A DMediaDecoder.h26 status_t SetTo(const media_format *in_format,
28 status_t SetTo(const media_codec_info *mci);
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp100 status_t status = fFile.SetTo(fFilePath.Path(), B_READ_ONLY);
111 status_t status = fFile.SetTo(fFilePath.Path(),

Completed in 224 milliseconds

<<11121314151617181920>>