Searched defs:SetTo (Results 176 - 200 of 298) sorted by last modified time

1234567891011>>

/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp119 BNetworkAddressResolver::SetTo(const char* address, uint16 port, uint32 flags) function in class:BNetworkAddressResolver
126 BNetworkAddressResolver::SetTo(const char* address, const char* service, function in class:BNetworkAddressResolver
134 BNetworkAddressResolver::SetTo(int family, const char* address, uint16 port, function in class:BNetworkAddressResolver
145 BNetworkAddressResolver::SetTo(int family, const char* host, function in class:BNetworkAddressResolver
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp132 status_t BPlusTree::SetTo(int32 keyType,int32 nodeSize,bool allowDuplicates) function in class:BPlusTree
154 status_t BPlusTree::SetTo(BPositionIO *stream,bool allowDuplicates) function in class:BPlusTree
/haiku/headers/private/shared/
H A DCalendarView.h113 SetTo(int32 _row, int32 _column) function in struct:BPrivate::BCalendarView::Selection
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h344 block_run::SetTo(int32 _group,uint16 _start,uint16 _length) function in class:BFS::block_run
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h23 void SetTo(void *data, int32 blockSize) { fData = (int32 *)data; fSize = blockSize >> 2; } function in class:FFS::BaseBlock
24 void SetTo(void *data) { fData = (int32 *)data; } function in class:FFS::BaseBlock
/haiku/src/kits/tracker/
H A DRegExp.cpp262 RegExp::SetTo(const char* pattern) function in class:RegExp
272 RegExp::SetTo(const BString& pattern) function in class:RegExp
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp164 RemoteDebugReadMemoryRequest::SetTo(target_addr_t address, target_size_t size) function in class:RemoteDebugReadMemoryRequest
224 RemoteDebugWriteMemoryRequest::SetTo(target_addr_t address, const void* data, function in class:RemoteDebugWriteMemoryRequest
312 RemoteDebugSetTeamFlagsRequest::SetTo(int32 flags) function in class:RemoteDebugSetTeamFlagsRequest
362 RemoteDebugSetThreadFlagsRequest::SetTo(thread_id thread, int32 flags) function in class:RemoteDebugSetThreadFlagsRequest
419 RemoteDebugThreadActionRequest::SetTo(thread_id thread) function in class:RemoteDebugThreadActionRequest
549 RemoteDebugSetCpuStateRequest::SetTo(thread_id thread, CpuState* state) function in class:RemoteDebugSetCpuStateRequest
628 RemoteDebugAddressActionRequest::SetTo(target_addr_t address) function in class:RemoteDebugAddressActionRequest
712 RemoteDebugInstallWatchpointRequest::SetTo(target_addr_t address, uint32 type, function in class:RemoteDebugInstallWatchpointRequest
802 RemoteDebugReadMemoryResponse::SetTo(void* data, target_size_t size) function in class:RemoteDebugReadMemoryResponse
869 RemoteDebugGetCpuStateResponse::SetTo(CpuStat function in class:RemoteDebugGetCpuStateResponse
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp160 PackageItem::SetTo(BFile* parent, const BString& path, uint8 type, uint32 ctime, function in class:PackageItem
[all...]
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp37 InstructionInfo::SetTo(target_addr_t address, target_addr_t targetAddress, function in class:InstructionInfo
/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 DExpressionInfo.cpp143 ExpressionInfo::SetTo(const BString& expression) function in class:ExpressionInfo
H A DImageInfo.cpp52 ImageInfo::SetTo(team_id team, image_id image, const BString& name, function in class:ImageInfo
H A DReturnValueInfo.cpp39 ReturnValueInfo::SetTo(target_addr_t address, CpuState* state) function in class:ReturnValueInfo
H A DSemaphoreInfo.cpp45 SemaphoreInfo::SetTo(team_id team, sem_id semaphore, const BString& name, function in class:SemaphoreInfo
H A DSignalInfo.cpp40 SignalInfo::SetTo(int signal, const struct sigaction& handler, bool deadly) function in class:SignalInfo
H A DSymbolInfo.cpp36 SymbolInfo::SetTo(target_addr_t address, target_size_t size, uint32 type, function in class:SymbolInfo
H A DSyscallInfo.cpp46 SyscallInfo::SetTo(bigtime_t startTime, bigtime_t endTime, uint64 returnValue, function in class:SyscallInfo
H A DSystemInfo.cpp33 SystemInfo::SetTo(team_id team, const system_info& info, const utsname& name) function in class:SystemInfo
H A DTeamInfo.cpp32 TeamInfo::SetTo(team_id team, const team_info& info) function in class:TeamInfo
40 TeamInfo::SetTo(team_id team, const BString& arguments) function in class:TeamInfo
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 DBreakpointSetting.cpp53 BreakpointSetting::SetTo(const UserBreakpointLocation& location, bool enabled, function in class:BreakpointSetting
76 BreakpointSetting::SetTo(const BMessage& archive) function in class:BreakpointSetting
H A DTeamFileManagerSettings.cpp36 TeamFileManagerSettings::SetTo(const BMessage& archive) function in class:TeamFileManagerSettings
H A DTeamSignalSettings.cpp43 TeamSignalSettings::SetTo(const BMessage& archive) function in class:TeamSignalSettings
/haiku/src/kits/debugger/types/
H A DArrayIndexPath.cpp35 ArrayIndexPath::SetTo(const char* path) function in class:ArrayIndexPath
H A DValueLocation.cpp96 ValueLocation::SetTo(const ValueLocation& other, uint64 bitOffset, function in class:ValueLocation

Completed in 262 milliseconds

1234567891011>>