Searched refs:SetTo (Results 151 - 175 of 1285) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/model/
H A DSymbolInfo.cpp36 SymbolInfo::SetTo(target_addr_t address, target_size_t size, uint32 type, function in class:SymbolInfo
H A DThreadInfo.cpp37 ThreadInfo::SetTo(team_id team, thread_id thread, const BString& name) function in class:ThreadInfo
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.h22 status_t SetTo(const BMessage& archive);
H A DTeamSignalSettings.h24 status_t SetTo(const BMessage& archive);
/haiku/src/kits/debugger/value/
H A DValueWriter.cpp101 pieceValue.SetTo(*(uint8*)targetData);
104 pieceValue.SetTo(*(uint16*)targetData);
107 pieceValue.SetTo(*(uint32*)targetData);
110 pieceValue.SetTo(*(uint64*)targetData);
/haiku/src/kits/debugger/value/value_formatters/
H A DEnumerationValueFormatter.cpp35 _output.SetTo(enumValue->Name());
/haiku/headers/private/debugger/model/
H A DSymbolInfo.h21 void SetTo(target_addr_t address, target_size_t size,
H A DSystemInfo.h24 void SetTo(team_id team, const system_info& info,
H A DThreadInfo.h19 void SetTo(team_id team, thread_id thread,
/haiku/headers/os/net/
H A DNetworkAddressResolver.h46 status_t SetTo(const char* address, uint16 port = 0,
48 status_t SetTo(const char* address, const char* service,
50 status_t SetTo(int family, const char* address,
52 status_t SetTo(int family, const char* address,
60 // TODO all the ::Resolve variants are needed. Maybe the SetTo and
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.h28 virtual void SetTo(BPartition* partition);
/haiku/src/tests/system/boot/loader/
H A DHandle.h23 void SetTo(int handle, bool takeOwnership = true);
/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.h34 virtual status_t SetTo(const char* path);
/haiku/headers/private/locale/
H A DICUWrapper.h27 void SetTo(BString* dest) function in class:BStringByteSink
/haiku/headers/private/libroot/locale/
H A DICUNumericData.h26 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
/haiku/headers/private/storage/sniffer/
H A DRule.h41 void SetTo(double priority, std::vector<DisjList*>* list);
H A DCharStream.h22 in TokenStream::SetTo().
33 status_t SetTo(const std::string &string);
/haiku/headers/build/os/storage/
H A DNode.h63 status_t SetTo(const entry_ref *ref);
64 status_t SetTo(const BEntry *entry);
65 status_t SetTo(const char *path);
66 status_t SetTo(const BDirectory *dir, const char *path);
/haiku/src/system/boot/platform/riscv/
H A Dmmu.h42 p.SetTo(fix_address(p.Get()));
/haiku/src/apps/haikudepot/packagemodel/
H A DLanguage.cpp38 name.SetTo(fServerName);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp62 fStatus = SetTo(host, port, flags);
69 fStatus = SetTo(host, service, flags);
76 fStatus = SetTo(family, host, port, flags);
83 fStatus = SetTo(family, host, service, flags);
89 SetTo(address);
95 SetTo(address);
101 SetTo(address);
107 SetTo(address);
113 SetTo(address);
119 SetTo(addres
161 BNetworkAddress::SetTo(const char* host, uint16 port, uint32 flags) function in class:BNetworkAddress
188 BNetworkAddress::SetTo(const char* host, const char* service, uint32 flags) function in class:BNetworkAddress
215 BNetworkAddress::SetTo(int family, const char* host, uint16 port, uint32 flags) function in class:BNetworkAddress
243 BNetworkAddress::SetTo(int family, const char* host, const char* service, function in class:BNetworkAddress
272 BNetworkAddress::SetTo(const sockaddr& address) function in class:BNetworkAddress
301 BNetworkAddress::SetTo(const sockaddr& address, size_t length) function in class:BNetworkAddress
315 BNetworkAddress::SetTo(const sockaddr_storage& address) function in class:BNetworkAddress
322 BNetworkAddress::SetTo(const sockaddr_in& address) function in class:BNetworkAddress
329 BNetworkAddress::SetTo(const sockaddr_in6& address) function in class:BNetworkAddress
336 BNetworkAddress::SetTo(const sockaddr_dl& address) function in class:BNetworkAddress
343 BNetworkAddress::SetTo(in_addr_t inetAddress, uint16 port) function in class:BNetworkAddress
357 BNetworkAddress::SetTo(const in6_addr& inet6Address, uint16 port) function in class:BNetworkAddress
371 BNetworkAddress::SetTo(const BNetworkAddress& other) function in class:BNetworkAddress
[all...]
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp214 // status_t SetTo(BNode *node)
219 CHK(nodeInfo.SetTo(NULL) == B_BAD_VALUE);
227 CHK(nodeInfo.SetTo(&node) == B_BAD_VALUE);
236 CHK(nodeInfo.SetTo(&node) == B_OK);
239 CHK(nodeInfo.SetTo(NULL) == B_BAD_VALUE);
243 CHK(nodeInfo.SetTo(&node2) == B_OK);
328 CHK(path.SetTo(ref) == B_OK);
345 CHK(nodeInfo.SetTo(&node) == B_OK);
360 CHK(nodeInfo.SetTo(&node) == B_OK);
369 CHK(nodeInfo.SetTo(
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.h37 status_t SetTo(ino_t id);
38 status_t SetTo(uint32 dirID, uint32 objectID);
/haiku/src/apps/switcher/
H A DLaunchButton.h44 void SetTo(const entry_ref* ref);
47 void SetTo(const char* appSig, bool updateIcon);
/haiku/src/build/libbe/storage/
H A DFile.cpp56 \see SetTo() for values for \a openMode
63 SetTo(ref, openMode);
71 \see SetTo() for values for \a openMode
78 SetTo(entry, openMode);
86 \see SetTo() for values for \a openMode
93 SetTo(path, openMode);
104 \see SetTo() for values for \a openMode
111 SetTo(dir, path, openMode);
128 // SetTo
141 set, SetTo() fail
157 BFile::SetTo(const entry_ref *ref, uint32 openMode) function in class:OpenBeOS::BFile
199 BFile::SetTo(const BEntry *entry, uint32 openMode) function in class:OpenBeOS::BFile
240 BFile::SetTo(const char *path, uint32 openMode) function in class:OpenBeOS::BFile
282 BFile::SetTo(const BDirectory *dir, const char *path, uint32 openMode) function in class:OpenBeOS::BFile
[all...]

Completed in 102 milliseconds

1234567891011>>