Searched refs:SetTo (Results 651 - 675 of 1286) sorted by relevance

<<21222324252627282930>>

/haiku/headers/os/mail/
H A DMailMessage.h75 void SetTo(const char* to,
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp90 return resources.SetTo(&info.ref);
H A DBitmapView.cpp128 fReference.SetTo(bitmap);
/haiku/src/apps/resedit/
H A DResView.cpp155 SetTo(saveDir,name);
219 ResView::SetTo(const entry_ref &dir, const BString &name) function in class:ResView
245 if (resources.SetTo(&file) != B_OK)
264 if (node.SetTo(&ref) == B_OK) {
/haiku/src/kits/mail/
H A DFileConfigView.cpp142 MailFileConfigView::SetTo(const BMessage* archive, BMessage* meta) function in class:BPrivate::MailFileConfigView
/haiku/headers/os/interface/
H A DStatusBar.h66 virtual void SetTo(float value, const char* text = NULL,
/haiku/src/kits/debugger/model/
H A DTargetHost.cpp92 teamInfo->SetTo(info.team, info);
/haiku/headers/private/kernel/boot/net/
H A DUDP.h17 status_t SetTo(const void *data, size_t size, ip_addr_t sourceAddress,
/haiku/src/preferences/keymap/
H A DKeymap.cpp127 status_t status = entry.SetTo(&ref, true);
132 status = SetTo(file);
154 status_t status = file.SetTo(&ref,
296 outTrigger.SetTo(&fChars[offset + 1], deadNumBytes);
/haiku/src/apps/text_search/
H A DInitialIterator.cpp114 entry.SetTo(&fileRef, fRecurseLinks);
/haiku/headers/private/debugger/types/
H A DValueLocation.h157 bool SetTo(const ValueLocation& other,
/haiku/src/kits/storage/
H A DMimeType.cpp90 SetTo(mimeType);
103 BMimeType::SetTo(const char* mimeType) function in class:BMimeType
133 // Returns the result of the most recent constructor or SetTo() call
208 status = supertype->SetTo(superMime) == B_OK ? B_OK : B_BAD_VALUE;
235 mime.SetTo(type);
727 status_t err = mime.SetTo("application/octet-stream");
1056 err = type->SetTo(str);
1093 err = type->SetTo(str);
1130 err = type->SetTo(str);
1194 return SetTo(mimeTyp
[all...]
/haiku/headers/private/app/
H A DRosterPrivate.h26 void SetTo(BMessenger mainMessenger, BMessenger mimeMessenger);
/haiku/src/kits/shared/
H A DKeymap.cpp70 BKeymap::SetTo(const char* path) function in class:BKeymap
73 status_t status = file.SetTo(path, B_READ_ONLY);
77 return SetTo(file);
82 BKeymap::SetTo(BDataIO& stream) function in class:BKeymap
/haiku/headers/private/storage/
H A DResourceFile.h62 status_t SetTo(BFile* file, bool clobber = false);
/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.cpp39 // SetTo
41 DeviceReader::SetTo(const char* path) function in class:DeviceReader
/haiku/src/system/libroot/add-ons/icu/
H A DICUCategoryData.cpp36 ICUCategoryData::SetTo(const Locale& locale, const char* posixLocaleName) function in class:BPrivate::Libroot::ICUCategoryData
/haiku/src/servers/app/font/
H A DFontCache.cpp84 entry.SetTo(new (nothrow) FontCacheEntry(), true);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp196 primary->SetTo(child->Offset(), child->Size(), type.Type(), active,
265 type->SetTo(nextType->name);
277 status_t error = info->SetTo(Partition()->BlockSize(),
551 primary->SetTo(offset, size, type.Type(), active, partition->BlockSize());
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp51 file.SetTo(&ref,B_ERASE_FILE); // erase file
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp179 previousLocker.SetTo(fPreviousMask->fLock, false);
188 fBits.SetTo(new(std::nothrow) UtilityBitmap(fBounds, B_GRAY8, 0), true);
547 mask.SetTo(new(std::nothrow) ShapeAlphaMask(previousMask, shape,
555 mask.SetTo(new(std::nothrow) ShapeAlphaMask(previousMask, mask), true);
H A DBitmapHWInterface.cpp57 fBackBuffer.SetTo(new BBitmapBuffer(backBitmap));
/haiku/src/system/boot/loader/
H A Dheap.cpp97 void SetTo(size_t size);
176 void SetTo(void* address, size_t size) function in struct:LargeAllocation
295 FreeChunk::SetTo(size_t size) function in class:FreeChunk
416 chunk->SetTo(sMaxHeapSize);
/haiku/src/bin/package/
H A Dcommand_recompress.cpp115 error = inputFileFile->SetTo(inputPackageFileName, O_RDONLY);
/haiku/src/kits/tracker/
H A DVirtualDirectoryEntryList.cpp78 return entry->SetTo(&ref, traverse);

Completed in 143 milliseconds

<<21222324252627282930>>