/haiku/src/tests/kits/support/bstring/ |
H A D | StringAssignTest.cpp | 98 str->Adopt(string2); in PerformTest() 106 str->Adopt(newstring, 2); in PerformTest()
|
/haiku/src/kits/tracker/ |
H A D | IconCache.cpp | 382 BBitmap* bitmap = lazyBitmap->Adopt(); in GetIconForPreferredApp() 396 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetIconForPreferredApp() 458 BBitmap* bitmap = lazyBitmap->Adopt(); in GetIconFromMetaMime() 472 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetIconFromMetaMime() 621 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size); in GetVolumeIcon() 624 BBitmap* bitmap = lazyBitmap->Adopt(); in GetVolumeIcon() 647 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetVolumeIcon() 768 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size); in GetWellKnownIcon() 774 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetWellKnownIcon() 820 BBitmap* bitmap = lazyBitmap->Adopt(); in GetNodeIcon() [all …]
|
H A D | IconCache.h | 497 BBitmap* Adopt();
|
/haiku/headers/os/net/ |
H A D | NetworkRoute.h | 21 void Adopt(BNetworkRoute& other);
|
/haiku/headers/private/kernel/fs/ |
H A D | KPath.h | 35 void Adopt(KPath& other);
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkRoute.cpp | 61 BNetworkRoute::Adopt(BNetworkRoute& other) in Adopt() function in BNetworkRoute 217 route.Adopt(*routes.ItemAt(0)); in GetDefaultRoute()
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.h | 47 virtual status_t Adopt(VMCache* source, off_t offset,
|
H A D | VMAnonymousCache.cpp | 619 VMAnonymousCache::Adopt(VMCache* _source, off_t offset, off_t size, in Adopt() function in VMAnonymousCache 713 return VMCache::Adopt(source, offset, size, newOffset); in Adopt()
|
H A D | VMCache.cpp | 1225 VMCache::Adopt(VMCache* source, off_t offset, off_t size, off_t newOffset) in Adopt() function in VMCache
|
H A D | vm.cpp | 937 error = secondCache->Adopt(cache, adoptOffset, secondSize, in cut_area() 961 status_t readoptStatus = cache->Adopt(secondCache, in cut_area()
|
/haiku/src/tests/system/kernel/fs/ |
H A D | KPathTest.cpp | 256 one.Adopt(two); in TestAdopt() 269 one.Adopt(two); in TestAdopt()
|
/haiku/docs/user/interface/ |
H A D | GroupView.dox | 88 \brief Adopt a given group \a layout.
|
H A D | CardView.dox | 90 \brief Adopt a given card \a layout.
|
H A D | GridView.dox | 94 \brief Adopt a given grid \a layout.
|
/haiku/src/system/libroot/os/ |
H A D | parsedate.cpp | 468 void Adopt(const known_identifier& identifier); 484 parsed_element::Adopt(const known_identifier& identifier) in Adopt() function in parsed_element 664 elements[index].Adopt(*identifier); in preparseDate() 669 elements[index].Adopt(*identifier); in preparseDate()
|
/haiku/src/tests/add-ons/kernel/kernelland_emu/ |
H A D | KPath.cpp | 103 KPath::Adopt(KPath& other) in Adopt() function in KPath
|
/haiku/headers/private/kernel/vm/ |
H A D | VMCache.h | 135 virtual status_t Adopt(VMCache* source, off_t offset, off_t size,
|
/haiku/src/system/kernel/fs/ |
H A D | KPath.cpp | 108 KPath::Adopt(KPath& other) in Adopt() function in KPath
|
/haiku/headers/os/support/ |
H A D | String.h | 53 BString& Adopt(BString& from); 56 BString& Adopt(BString& from, int32 maxLength);
|
/haiku/src/kits/support/ |
H A D | String.cpp | 323 BString::Adopt(BString& from) in Adopt() function in BString 349 BString::Adopt(BString& from, int32 maxLength) in Adopt() function in BString 388 return Adopt(string, UTF8CountBytes(string.String(), charCount)); in AdoptChars()
|
/haiku/docs/user/support/ |
H A D | String.dox | 238 overloaded Adopt() methods to take over data from another object. Use 255 \sa Adopt(BString&) 344 \sa Adopt(BString&) 360 \sa Adopt(BString&, int32) 367 \fn BString& BString::Adopt(BString& from) 368 \brief Adopt the data of the given BString object. 388 \fn BString& BString::Adopt(BString& from, int32 maxLength) 389 \brief Adopt the data of the given BString object up to \a maxLength 455 \brief UTF-8 aware version of Adopt(BString&, int32)
|
/haiku/src/tests/system/kernel/device_manager/playground/ |
H A D | device_manager.cpp | 1342 _path.Adopt(*path); in _GetNextDriverPath()
|
/haiku/src/system/kernel/device_manager/ |
H A D | device_manager.cpp | 1703 _path.Adopt(*path); in _GetNextDriverPath()
|