Searched refs:SetTo (Results 76 - 100 of 1285) sorted by relevance

1234567891011>>

/haiku/src/apps/installer/
H A DSemaphoreLocker.h34 SetTo(&fSem, alreadyLocked, lockIfNotLocked);
/haiku/src/apps/sudoku/
H A DSudokuSolver.h21 void SetTo(SudokuField* field);
/haiku/src/apps/terminal/
H A DActiveProcessInfo.h17 void SetTo(pid_t id, const BString& name,
/haiku/src/kits/storage/disk_device/jobs/
H A DDeleteChildJob.cpp39 fChild->SetTo(-1, 0);
/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.cpp38 SetTo(block);
49 CachedBlock::SetTo(off_t block) function in class:CachedBlock
51 status_t error = SetTo(block, READ);
57 CachedBlock::SetTo(off_t blockNumber, uint32 flags) function in class:CachedBlock
/haiku/src/tests/kits/net/
H A DNetAddressTest.cpp73 netAddr.SetTo("localhost", 123);
76 netAddr.SetTo(htonl(0x7F000001), 123);
81 netAddr.SetTo(addr, 54321);
88 netAddr.SetTo(sockaddr);
/haiku/headers/os/storage/
H A DFile.h27 status_t SetTo(const entry_ref *ref, uint32 openMode);
28 status_t SetTo(const BEntry *entry, uint32 openMode);
29 status_t SetTo(const char *path, uint32 openMode);
30 status_t SetTo(const BDirectory *dir, const char *path, uint32 openMode);
H A DPath.h36 status_t SetTo(const entry_ref* ref);
37 status_t SetTo(const BEntry* entry);
38 status_t SetTo(const char* path, const char* leaf = NULL,
40 status_t SetTo(const BDirectory* dir,
H A DPathFinder.h39 status_t SetTo(const void* codePointer = NULL,
41 status_t SetTo(const char* path,
43 status_t SetTo(const entry_ref& ref,
45 status_t SetTo(const BResolvableExpression& expression,
/haiku/src/kits/debugger/model/
H A DReturnValueInfo.cpp39 ReturnValueInfo::SetTo(target_addr_t address, CpuState* state) function in class:ReturnValueInfo
/haiku/headers/private/debugger/model/
H A DReturnValueInfo.h24 void SetTo(target_addr_t address, CpuState* state);
H A DSignalInfo.h21 void SetTo(int signal,
/haiku/headers/private/debugger/settings/
H A DTeamUiSettings.h28 virtual status_t SetTo(const BMessage& archive) = 0;
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h90 void SetTo(BPackageInfoAttributeID id,
92 void SetTo(BPackageInfoAttributeID id,
107 BPackageInfoAttributeValue::SetTo(BPackageInfoAttributeID id, uint8 value) function in class:BPackageKit::BHPKG::BPackageInfoAttributeValue
115 BPackageInfoAttributeValue::SetTo(BPackageInfoAttributeID id, function in class:BPackageKit::BHPKG::BPackageInfoAttributeValue
/haiku/headers/private/libroot/locale/
H A DICUMessagesData.h23 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
/haiku/headers/build/os/storage/
H A DFile.h41 status_t SetTo(const entry_ref *ref, uint32 openMode);
42 status_t SetTo(const BEntry *entry, uint32 openMode);
43 status_t SetTo(const char *path, uint32 openMode);
44 status_t SetTo(const BDirectory *dir, const char *path, uint32 openMode);
/haiku/headers/private/storage/sniffer/
H A DRange.h31 void SetTo(int32 start, int32 end);
/haiku/headers/private/debug/
H A DDebugEventStream.h42 status_t SetTo(BDataIO* stream);
43 status_t SetTo(const void* data, size_t size,
76 status_t SetTo(BDataIO* stream, uint32 flags,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h24 const uint8* SetTo(off_t block);
61 SetTo(block);
90 CachedBlock::SetTo(off_t block) function in class:CachedBlock
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.cpp58 if (!fEntryName.SetTo(entryInfo.name.GetString())) {
65 fEntryInfo.name.SetTo(fEntryName.GetString());
81 fEntryInfo.name.SetTo(NULL);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.cpp76 // SetTo
78 VNode::SetTo(ino_t id) function in class:VNode
80 return SetTo(GetDirIDFor(id), GetObjectIDFor(id));
83 // SetTo
85 VNode::SetTo(uint32 dirID, uint32 objectID) function in class:VNode
/haiku/src/system/libroot/posix/sys/
H A Ditimer.cpp45 timer.SetTo(USER_TIMER_REAL_TIME_ID, -1);
48 timer.SetTo(USER_TIMER_TEAM_USER_TIME_ID, -1);
51 timer.SetTo(USER_TIMER_TEAM_TOTAL_TIME_ID, -1);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h27 status_t SetTo(ppp_interface_id ID);
56 //! Same as \c SetTo(copy.ID());
58 { SetTo(copy.ID()); return *this; }
59 //! Same as \c SetTo(ID);
61 { SetTo(ID); return *this; }
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp51 _output.SetTo(buffer);
95 newValue.SetTo((float)parsedValue);
100 newValue.SetTo(parsedValue);
/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.cpp109 fTruncatedString.SetTo(truncatedLabel);
114 fTruncatedString.SetTo(label);
123 fTruncatedString.SetTo(label);

Completed in 120 milliseconds

1234567891011>>