Searched refs:SetTo (Results 126 - 150 of 1285) sorted by relevance

1234567891011>>

/haiku/headers/build/private/app/
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) function in class:BMessenger::Private
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp15 // SetTo
17 Address::SetTo(area_id area, int32 offset, int32 size) function in class:Address
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddress.h42 SetTo(internalID);
47 SetTo(volumeID, nodeID, vnode);
50 void SetTo(int32 internalID) function in class:UnixAddress
58 void SetTo(dev_t volumeID, ino_t nodeID, struct vnode* vnode) function in class:UnixAddress
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushImage.cpp25 WonderBrushImage::SetTo(BPositionIO* stream) function in class:WonderBrushImage
/haiku/src/kits/print/
H A DPrinterRoster.cpp32 fUserPrintersDirectory.SetTo(&fUserPrintersNodRef);
72 printer->SetTo(entry);
98 printer->SetTo(entry);
123 printer->SetTo(entry);
/haiku/src/kits/storage/
H A DFindDirectory.cpp42 error = path->SetTo(buffer);
H A DFile.cpp48 SetTo(ref, openMode);
58 SetTo(entry, openMode);
68 SetTo(path, openMode);
79 SetTo(dir, path, openMode);
98 BFile::SetTo(const entry_ref* ref, uint32 openMode) function in class:BFile
105 // if ref->name is absolute, let the path-only SetTo() do the job
107 return SetTo(ref->name, openMode);
127 BFile::SetTo(const BEntry* entry, uint32 openMode) function in class:BFile
154 BFile::SetTo(const char* path, uint32 openMode) function in class:BFile
179 BFile::SetTo(cons function in class:BFile
[all...]
/haiku/src/kits/storage/disk_device/
H A DPartitionReference.cpp25 // SetTo
27 PartitionReference::SetTo(partition_id id, int32 changeCounter) function in class:PartitionReference
H A DPartitionReference.h22 void SetTo(partition_id id, int32 changeCounter);
/haiku/src/libs/print/libprint/
H A DJSDSlider.cpp48 fResult.SetTo(string);
/haiku/src/system/libroot/os/
H A Dextended_system_info.cpp38 return info.SetTo((const void*)buffer, sizeNeeded,
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.h21 void SetTo(direct_buffer_info* info);
/haiku/src/tests/system/kernel/
H A Dlock_node_test.cpp16 status_t status = node.SetTo(argv[1]);
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.h49 status_t SetTo(image_id image);
/haiku/headers/private/storage/
H A DPartitionParameterEditor.h23 virtual void SetTo(BPartition* partition);
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.h26 virtual void SetTo(BPartition* partition);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDebugReportCommand.cpp33 path.SetTo(argv[1]);
H A DCliWriteCoreFileCommand.cpp33 path.SetTo(argv[1]);
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h39 void SetTo(const BString& path,
H A DRepositoryCache.h27 status_t SetTo(const BEntry& entry);
/haiku/headers/os/storage/
H A DNode.h47 status_t SetTo(const entry_ref* ref);
48 status_t SetTo(const BEntry* entry);
49 status_t SetTo(const char* path);
50 status_t SetTo(const BDirectory* dir, const char* path);
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h67 void SetTo(int8 value);
68 void SetTo(uint8 value);
69 void SetTo(int16 value);
70 void SetTo(uint16 value);
71 void SetTo(int32 value);
72 void SetTo(uint32 value);
73 void SetTo(int64 value);
74 void SetTo(uint64 value);
75 void SetTo(CachedString* value);
/haiku/headers/private/app/
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) function in class:BMessenger::Private
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.h25 virtual void SetTo(BPartition* partition);
/haiku/src/kits/debugger/model/
H A DSignalInfo.cpp40 SignalInfo::SetTo(int signal, const struct sigaction& handler, bool deadly) function in class:SignalInfo

Completed in 119 milliseconds

1234567891011>>