Searched refs:SetTo (Results 1 - 25 of 1285) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp124 templateFileName.SetTo("/boot/develop/etc/makefile");
/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/headers/os/add-ons/network_settings/
H A DNetworkProfile.h24 status_t SetTo(const char* path);
25 status_t SetTo(const entry_ref& ref);
26 status_t SetTo(const BEntry& entry);
/haiku/headers/os/app/
H A DKey.h48 status_t SetTo(BKeyPurpose purpose,
104 status_t SetTo(const char* password,
H A DMessenger.h63 status_t SetTo(const char* signature,
65 status_t SetTo(const BHandler* handler,
/haiku/headers/os/interface/
H A DStatusBar.h66 virtual void SetTo(float value, const char* text = NULL,
/haiku/headers/os/locale/
H A DLanguage.h40 status_t SetTo(const char* language);
H A DTimeZone.h41 status_t SetTo(const char* zoneID,
/haiku/headers/os/mail/
H A DMailAttachment.h21 virtual status_t SetTo(BFile *file, bool deleteFileWhenDone = false) = 0;
22 virtual status_t SetTo(entry_ref *ref) = 0;
44 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
45 virtual status_t SetTo(entry_ref *ref);
91 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
92 virtual status_t SetTo(entry_ref *ref);
H A DMailMessage.h75 void SetTo(const char* to,
/haiku/headers/os/media/
H A DMediaDecoder.h26 status_t SetTo(const media_format *in_format,
28 status_t SetTo(const media_codec_info *mci);
H A DMediaEncoder.h31 status_t SetTo(const media_format* outputFormat);
32 status_t SetTo(const media_codec_info* info);
H A DMediaFile.h72 // set file later using SetTo()
85 status_t SetTo(const entry_ref* ref);
86 status_t SetTo(BDataIO* destination);
87 // The streaming equivalent of SetTo
88 status_t SetTo(const BUrl& url);
H A DSoundFile.h32 status_t SetTo(const entry_ref* ref, uint32 openMode);
/haiku/headers/os/net/
H A DNetAddress.h37 status_t SetTo(const char* hostname, const char* protocol,
39 status_t SetTo(const char* hostname = NULL, unsigned short port = 0);
40 status_t SetTo(const struct sockaddr_in& addr);
41 status_t SetTo(in_addr addr, int port = 0);
42 status_t SetTo(uint32 addr = INADDR_ANY, int port = 0);
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
H A DNetworkInterface.h25 status_t SetTo(const BNetworkInterface& interface,
66 void SetTo(const char* name);
67 status_t SetTo(uint32 index);
H A DNetworkRoute.h18 status_t SetTo(const BNetworkRoute& other);
19 status_t SetTo(const route_entry& routeEntry);
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h39 void SetTo(const BString& path,
H A DPackageResolvableExpression.h63 status_t SetTo(const BString& expressionString);
64 void SetTo(const BString& name,
H A DPackageVersion.h43 void SetTo(const BString& major,
46 status_t SetTo(const BString& versionString,
H A DRepositoryCache.h27 status_t SetTo(const BEntry& entry);
H A DUser.h39 status_t SetTo(const BString& name,
H A DUserSettingsFileInfo.h38 void SetTo(const BString& path,
40 void SetTo(const BString& path,
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h38 inline void SetTo(int8 value);
39 inline void SetTo(uint8 value);
40 inline void SetTo(int16 value);
41 inline void SetTo(uint16 value);
42 inline void SetTo(int32 value);
43 inline void SetTo(uint32 value);
44 inline void SetTo(int64 value);
45 inline void SetTo(uint64 value);
46 inline void SetTo(const char* value);
60 BPackageAttributeValue::SetTo(int function in class:BPackageKit::BHPKG::BPackageAttributeValue
68 BPackageAttributeValue::SetTo(uint8 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
76 BPackageAttributeValue::SetTo(int16 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
84 BPackageAttributeValue::SetTo(uint16 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
92 BPackageAttributeValue::SetTo(int32 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
100 BPackageAttributeValue::SetTo(uint32 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
108 BPackageAttributeValue::SetTo(int64 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
116 BPackageAttributeValue::SetTo(uint64 value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
124 BPackageAttributeValue::SetTo(const char* value) function in class:BPackageKit::BHPKG::BPackageAttributeValue
[all...]

Completed in 280 milliseconds

1234567891011>>