Home
last modified time | relevance | path

Searched refs:Adopt (Results 1 – 23 of 23) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringAssignTest.cpp98 str->Adopt(string2); in PerformTest()
106 str->Adopt(newstring, 2); in PerformTest()
/haiku/src/kits/tracker/
H A DIconCache.cpp382 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 DIconCache.h497 BBitmap* Adopt();
/haiku/headers/os/net/
H A DNetworkRoute.h21 void Adopt(BNetworkRoute& other);
/haiku/headers/private/kernel/fs/
H A DKPath.h35 void Adopt(KPath& other);
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp61 BNetworkRoute::Adopt(BNetworkRoute& other) in Adopt() function in BNetworkRoute
217 route.Adopt(*routes.ItemAt(0)); in GetDefaultRoute()
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.h47 virtual status_t Adopt(VMCache* source, off_t offset,
H A DVMAnonymousCache.cpp619 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 DVMCache.cpp1225 VMCache::Adopt(VMCache* source, off_t offset, off_t size, off_t newOffset) in Adopt() function in VMCache
H A Dvm.cpp937 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 DKPathTest.cpp256 one.Adopt(two); in TestAdopt()
269 one.Adopt(two); in TestAdopt()
/haiku/docs/user/interface/
H A DGroupView.dox88 \brief Adopt a given group \a layout.
H A DCardView.dox90 \brief Adopt a given card \a layout.
H A DGridView.dox94 \brief Adopt a given grid \a layout.
/haiku/src/system/libroot/os/
H A Dparsedate.cpp468 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 DKPath.cpp103 KPath::Adopt(KPath& other) in Adopt() function in KPath
/haiku/headers/private/kernel/vm/
H A DVMCache.h135 virtual status_t Adopt(VMCache* source, off_t offset, off_t size,
/haiku/src/system/kernel/fs/
H A DKPath.cpp108 KPath::Adopt(KPath& other) in Adopt() function in KPath
/haiku/headers/os/support/
H A DString.h53 BString& Adopt(BString& from);
56 BString& Adopt(BString& from, int32 maxLength);
/haiku/src/kits/support/
H A DString.cpp323 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 DString.dox238 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 Ddevice_manager.cpp1342 _path.Adopt(*path); in _GetNextDriverPath()
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1703 _path.Adopt(*path); in _GetNextDriverPath()