Searched refs:SetTo (Results 1 - 25 of 1286) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/model/
H A DTeamInfo.cpp27 SetTo(team, info);
32 TeamInfo::SetTo(team_id team, const team_info& info) function in class:TeamInfo
35 fArguments.SetTo(info.args);
40 TeamInfo::SetTo(team_id team, const BString& arguments) function in class:TeamInfo
43 fArguments.SetTo(arguments);
H A DSystemInfo.cpp21 SetTo(other.fTeam, other.fSystemInfo, other.fSystemName);
28 SetTo(team, info, name);
33 SystemInfo::SetTo(team_id team, const system_info& info, const utsname& name) function in class:SystemInfo
/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...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h40 inline void SetTo(int8 value);
41 inline void SetTo(uint8 value);
42 inline void SetTo(int16 value);
43 inline void SetTo(uint16 value);
44 inline void SetTo(int32 value);
45 inline void SetTo(uint32 value);
46 inline void SetTo(int64 value);
47 inline void SetTo(uint64 value);
48 inline void SetTo(const char* value);
62 BPackageAttributeValue::SetTo(int function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
70 BPackageAttributeValue::SetTo(uint8 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
78 BPackageAttributeValue::SetTo(int16 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
86 BPackageAttributeValue::SetTo(uint16 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
94 BPackageAttributeValue::SetTo(int32 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
102 BPackageAttributeValue::SetTo(uint32 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
110 BPackageAttributeValue::SetTo(int64 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
118 BPackageAttributeValue::SetTo(uint64 value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
126 BPackageAttributeValue::SetTo(const char* value) function in class:BPackageKit::BHPKG::V1::BPackageAttributeValue
[all...]
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp108 status_t error = volume.SetTo(device);
140 path.SetTo(homePath.Path(), "Desktop");
158 path.SetTo(homePath.Path(), "Desktop/Trash");
164 path.SetTo(recycledPath.Path(), "_BEOS_");
173 error = path.SetTo("/boot/beos");
176 error = path.SetTo("/boot/beos/system");
179 error = path.SetTo("/boot/beos/system/add-ons");
182 error = path.SetTo("/boot/beos/system/boot");
185 error = path.SetTo("/boot/beos/etc/fonts");
188 error = path.SetTo("/boo
[all...]
H A DSymLinkTest.cpp340 CPPUNIT_ASSERT( link.SetTo(fileLink) == B_OK );
344 CPPUNIT_ASSERT( link.SetTo(nonExisting) == B_ENTRY_NOT_FOUND );
348 CPPUNIT_ASSERT( equals(link.SetTo((const char *)NULL), B_BAD_VALUE,
353 CPPUNIT_ASSERT( link.SetTo("") == B_ENTRY_NOT_FOUND );
357 CPPUNIT_ASSERT( link.SetTo(existingFile) == B_OK );
361 CPPUNIT_ASSERT( link.SetTo(existingDir) == B_OK );
365 CPPUNIT_ASSERT( link.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
372 CPPUNIT_ASSERT( link.SetTo(&entry) == B_OK );
376 CPPUNIT_ASSERT( entry.SetTo(nonExisting) == B_OK );
377 CPPUNIT_ASSERT( link.SetTo(
[all...]
/haiku/src/preferences/network/
H A DNetworkProfile.cpp29 SetTo(path);
38 SetTo(ref);
47 SetTo(entry);
57 BNetworkProfile::SetTo(const char* path) function in class:BNetworkProfile
59 status_t status = fEntry.SetTo(path, true);
70 BNetworkProfile::SetTo(const entry_ref& ref) function in class:BNetworkProfile
72 status_t status = fEntry.SetTo(&ref);
83 BNetworkProfile::SetTo(const BEntry& entry) function in class:BNetworkProfile
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.h36 void SetTo(const char *utf8);
37 void SetTo(const char *cs0, uint32 length);
39 void SetTo(const array<char, length> &dString);
66 SetTo(dString);
76 UdfString::SetTo(const array<char, length> &dString) function in class:UdfString
82 SetTo(NULL);
86 SetTo(reinterpret_cast<const char *>(dString.data), dataLength);
96 SetTo(dString);
H A DDString.h33 void SetTo(const DString &ref);
34 void SetTo(const UdfString &string, uint8 fieldLength);
35 void SetTo(const char *utf8, uint8 fieldLength);
H A DCachedBlock.h38 inline status_t SetTo(off_t block);
39 inline status_t SetTo(off_t block, off_t base, size_t length);
40 inline status_t SetTo(long_address address);
42 inline status_t SetTo(Accessor &accessor,
98 CachedBlock::SetTo(off_t block) function in class:CachedBlock
100 return SetTo(block, block, 1);
105 CachedBlock::SetTo(off_t block, off_t base, size_t length) function in class:CachedBlock
115 CachedBlock::SetTo(long_address address) function in class:CachedBlock
119 return SetTo(block, block, 1);
127 CachedBlock::SetTo(Accesso function in class:CachedBlock
[all...]
H A DDString.cpp27 SetTo(ref);
39 SetTo(string, fieldLength);
52 SetTo(utf8, fieldLength);
63 DString::SetTo(const DString &ref) function in class:DString
80 DString::SetTo(const UdfString &string, uint8 fieldLength) function in class:DString
120 DString::SetTo(const char *utf8, uint8 fieldLength) function in class:DString
123 SetTo(string, fieldLength);
/haiku/headers/private/shared/
H A DVariant.h52 inline void SetTo(const BVariant& other);
53 inline void SetTo(bool value);
54 inline void SetTo(int8 value);
55 inline void SetTo(uint8 value);
56 inline void SetTo(int16 value);
57 inline void SetTo(uint16 value);
58 inline void SetTo(int32 value);
59 inline void SetTo(uint32 value);
60 inline void SetTo(int64 value);
61 inline void SetTo(uint6
300 BVariant::SetTo(const BVariant& other) function in class:BVariant
308 BVariant::SetTo(bool value) function in class:BVariant
316 BVariant::SetTo(int8 value) function in class:BVariant
324 BVariant::SetTo(uint8 value) function in class:BVariant
332 BVariant::SetTo(int16 value) function in class:BVariant
340 BVariant::SetTo(uint16 value) function in class:BVariant
348 BVariant::SetTo(int32 value) function in class:BVariant
356 BVariant::SetTo(uint32 value) function in class:BVariant
364 BVariant::SetTo(int64 value) function in class:BVariant
372 BVariant::SetTo(uint64 value) function in class:BVariant
380 BVariant::SetTo(float value) function in class:BVariant
388 BVariant::SetTo(double value) function in class:BVariant
396 BVariant::SetTo(const BRect& value) function in class:BVariant
404 BVariant::SetTo(float left, float top, float right, float bottom) function in class:BVariant
412 BVariant::SetTo(const void* value) function in class:BVariant
420 BVariant::SetTo(const char* value, uint32 flags) function in class:BVariant
428 BVariant::SetTo(BReferenceable* value, type_code type) function in class:BVariant
[all...]
H A DWeakReferenceable.h75 SetTo(object);
82 SetTo(other);
89 SetTo(other);
97 SetTo(other.Get());
105 SetTo(other);
113 void SetTo(Type* object) function in class:BPrivate::BWeakReference
121 void SetTo(const BWeakReference<Type>& other) function in class:BPrivate::BWeakReference
132 void SetTo(const BWeakReference<OtherType>& other) function in class:BPrivate::BWeakReference
147 void SetTo(const BReference<Type>& other) function in class:BPrivate::BWeakReference
149 SetTo(othe
[all...]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp45 value.SetTo(thread->ID());
48 value.SetTo(thread->Name(), B_VARIANT_DONT_COPY_DATA);
56 value.SetTo(buffer);
60 value.SetTo(thread->CreationTime());
63 value.SetTo(thread->DeletionTime());
66 value.SetTo(thread->Runs());
69 value.SetTo(thread->TotalRunTime());
72 value.SetTo(thread->Latencies());
75 value.SetTo(thread->TotalLatency());
78 value.SetTo(threa
[all...]
/haiku/headers/private/debugger/model/
H A DTeamInfo.h21 void SetTo(team_id team, const team_info& info);
22 void SetTo(team_id team, const BString& arguments);
/haiku/headers/private/storage/
H A DException.h37 SetTo(B_OK, format, args);
62 SetTo(error, format, args);
78 // SetTo
79 void SetTo(status_t error, BString description) function in class:BPrivate::Storage::Exception
82 fDescription.SetTo(description);
85 // SetTo
86 void SetTo(status_t error, const char* format, va_list arg) function in class:BPrivate::Storage::Exception
90 SetTo(error, BString(buffer));
H A DNotOwningEntryRef.h34 SetTo(device, directory, name);
39 SetTo(directoryRef, name);
52 NotOwningEntryRef& SetTo(dev_t device, ino_t directory, const char* name) function in class:BPrivate::NotOwningEntryRef
60 NotOwningEntryRef& SetTo(const node_ref& directoryRef, const char* name) function in class:BPrivate::NotOwningEntryRef
62 return SetTo(directoryRef.device, directoryRef.node, name);
79 return SetTo(other.device, other.directory, other.name);
/haiku/src/tools/restest/
H A DException.h34 SetTo(B_OK, format, args);
59 SetTo(error, format, args);
75 // SetTo
76 void SetTo(status_t error, BString description) function in class:Exception
79 fDescription.SetTo(description);
82 // SetTo
83 void SetTo(status_t error, const char* format, va_list arg) function in class:Exception
87 SetTo(error, BString(buffer));
/haiku/src/kits/storage/sniffer/
H A DErr.cpp24 SetTo(msg, pos);
31 SetTo(msg, pos);
47 SetTo(ref.Msg(), ref.Pos());
52 Err::SetTo(const char *msg, const ssize_t pos) { function in class:Err
59 Err::SetTo(const std::string &msg, const ssize_t pos) { function in class:Err
60 return SetTo(msg.c_str(), pos);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp223 SetTo(node);
233 SetTo(type);
260 SetTo(X.fPrimitive);
264 SetTo(X.fValueNode);
268 SetTo(X.fType);
275 void SetTo(const BVariant& value) function in class:CLanguageExpressionEvaluator::Operand
282 void SetTo(ValueNode* node) function in class:CLanguageExpressionEvaluator::Operand
295 void SetTo(Type* type) function in class:CLanguageExpressionEvaluator::Operand
346 fPrimitive.SetTo((int8)(fPrimitive.ToInt8()
353 fPrimitive.SetTo((uint
[all...]
/haiku/headers/os/net/
H A DNetworkAddress.h47 status_t SetTo(const char* address, uint16 port = 0,
49 status_t SetTo(const char* address, const char* service,
51 status_t SetTo(int family, const char* address,
53 status_t SetTo(int family, const char* address,
55 void SetTo(const sockaddr& address);
56 void SetTo(const sockaddr& address, size_t length);
57 void SetTo(const sockaddr_storage& address);
58 void SetTo(const sockaddr_in& address);
59 void SetTo(const sockaddr_in6& address);
60 void SetTo(cons
[all...]
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);
/haiku/headers/os/package/solver/
H A DSolverRepository.h42 status_t SetTo(const BString& name);
43 status_t SetTo(BPackageInstallationLocation location);
44 status_t SetTo(BAllInstallationLocations);
45 status_t SetTo(const BRepositoryConfig& config);
46 status_t SetTo(const BRepositoryCache& cache);
/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/src/add-ons/disk_systems/intel/
H A DPrimaryParameterEditor.cpp65 parameters.SetTo("active true ;");
67 parameters.SetTo("active false ;");
69 parameters.SetTo("");

Completed in 89 milliseconds

1234567891011>>