Searched refs:SetTo (Results 401 - 425 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/switcher/
H A DWindowsView.cpp79 BMessenger::Private(window).SetTo(info->team, info->client_port,
222 virtual void SetTo(BView* owner, void* item) function in class:WorkspaceRenderer
248 virtual void SetTo(BView* owner, void* item) function in class:WindowRenderer
283 launchButton->SetTo(&info.ref);
/haiku/src/kits/storage/disk_device/jobs/
H A DCreateChildJob.cpp68 fChild->SetTo(childID, childChangeCounter);
/haiku/src/preferences/filetypes/
H A DAttributeListView.h56 void SetTo(BMimeType* type);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.cpp68 DirectWindowBuffer::SetTo(direct_buffer_info* info) function in class:DirectWindowBuffer
/haiku/headers/os/storage/
H A DVolume.h29 status_t SetTo(dev_t device);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerRoster.cpp54 event.SetTo(fEventBuffer, sizeof(fEventBuffer), IO_SCHEDULER_MONITOR);
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp73 return node.SetTo(&entry) == B_OK
H A DMimeInfoUpdater.cpp97 status_t err = node.SetTo(&entry);
135 && (err = file.SetTo(&entry, B_READ_WRITE)) == B_OK
136 && (err = appFileInfoRead.SetTo(&file)) == B_OK
137 && (err = appFileInfoWrite.SetTo(&file)) == B_OK) {
/haiku/headers/private/interface/
H A DIcon.h25 status_t SetTo(const BBitmap* bitmap, uint32 flags = 0);
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.h41 status_t SetTo(const char* packageName,
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp119 view->SetTo(settings);
/haiku/headers/os/locale/
H A DTimeZone.h41 status_t SetTo(const char* zoneID,
/haiku/src/apps/mail/
H A DHeader.h66 void SetTo(const char* to);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp51 if (dir.SetTo(&ref) == B_OK) {
208 if ((err = directory.SetTo(path.Path())) != B_OK) {
211 printf("DeviceManager::StartMonitoringDevice SetTo error %s: %s\n", path.Path(), strerror(err));
216 || (err = directory.SetTo(path.Path())) != B_OK) {
280 || ((err = directory.SetTo(path.Path())) != B_OK)
/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp55 AreaInfo::SetTo(team_id team, area_id area, const BString& name, function in class:AreaInfo
H A DImageInfo.cpp52 ImageInfo::SetTo(team_id team, image_id image, const BString& name, function in class:ImageInfo
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.h117 void SetTo(const char* string);
/haiku/src/kits/debugger/types/
H A DArrayIndexPath.cpp35 ArrayIndexPath::SetTo(const char* path) function in class:ArrayIndexPath
/haiku/headers/private/debugger/model/
H A DAreaInfo.h23 void SetTo(team_id team, area_id area,
H A DExpressionInfo.h68 void SetTo(const BString& expression);
H A DImageInfo.h25 void SetTo(team_id team, image_id image,
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h23 status_t SetTo(const char* path);
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterfaceInfo.cpp54 settingsReference.SetTo(setting, true);
/haiku/src/kits/media/
H A DMediaDecoder.cpp29 SetTo(in_format, info, info_size);
37 SetTo(mci);
56 BMediaDecoder::SetTo(const media_format *in_format, function in class:BMediaDecoder
87 BMediaDecoder::SetTo(const media_codec_info *mci) function in class:BMediaDecoder
112 * Unlike SetTo(), the SetInputFormat() function does not
155 * SetTo() or SetInputFormat(). For audio, it's the buffer_size.
/haiku/src/kits/midi/
H A DMidiSettings.cpp63 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE)

Completed in 263 milliseconds

<<11121314151617181920>>