Searched refs:Adopt (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringAssignTest.cpp94 // Adopt(BString&)
98 str->Adopt(string2);
106 str->Adopt(newstring, 2);
/haiku/headers/os/net/
H A DNetworkRoute.h21 void Adopt(BNetworkRoute& other);
/haiku/headers/private/kernel/fs/
H A DKPath.h34 void Adopt(KPath& other);
/haiku/src/kits/tracker/
H A DIconCache.cpp382 BBitmap* bitmap = lazyBitmap->Adopt();
396 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
458 BBitmap* bitmap = lazyBitmap->Adopt();
472 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
621 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size);
624 BBitmap* bitmap = lazyBitmap->Adopt();
647 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
768 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size);
774 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
820 BBitmap* bitmap = lazyBitmap->Adopt();
1874 LazyBitmapAllocator::Adopt() function in class:LazyBitmapAllocator
[all...]
H A DIconCache.h497 BBitmap* Adopt();
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.h47 virtual status_t Adopt(VMCache* source, off_t offset,
H A DVMAnonymousCache.cpp621 VMAnonymousCache::Adopt(VMCache* _source, off_t offset, off_t size, function in class:VMAnonymousCache
626 panic("VMAnonymousCache::Adopt(): adopt from incompatible cache %p "
715 return VMCache::Adopt(source, offset, size, newOffset);
H A DVMCache.cpp1239 VMCache::Adopt(VMCache* source, off_t offset, off_t size, off_t newOffset) function in class:VMCache
H A Dvm.cpp848 error = secondCache->Adopt(cache, adoptOffset, secondSize,
871 status_t readoptStatus = cache->Adopt(secondCache,
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp61 BNetworkRoute::Adopt(BNetworkRoute& other) function in class:BNetworkRoute
217 route.Adopt(*routes.ItemAt(0));
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp256 one.Adopt(two);
269 one.Adopt(two);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp103 KPath::Adopt(KPath& other) function in class:KPath
/haiku/src/system/libroot/os/
H A Dparsedate.cpp468 void Adopt(const known_identifier& identifier);
484 parsed_element::Adopt(const known_identifier& identifier) function in class:parsed_element
664 elements[index].Adopt(*identifier);
669 elements[index].Adopt(*identifier);
/haiku/headers/os/support/
H A DString.h53 BString& Adopt(BString& from);
56 BString& Adopt(BString& from, int32 maxLength);
/haiku/src/system/kernel/fs/
H A DKPath.cpp108 KPath::Adopt(KPath& other) function in class:KPath
/haiku/headers/private/kernel/vm/
H A DVMCache.h135 virtual status_t Adopt(VMCache* source, off_t offset, off_t size,
/haiku/src/kits/support/
H A DString.cpp325 BString::Adopt(BString& from) function in class:BString
351 BString::Adopt(BString& from, int32 maxLength) function in class:BString
390 return Adopt(string, UTF8CountBytes(string.String(), charCount));
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1342 _path.Adopt(*path);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1786 _path.Adopt(*path);

Completed in 244 milliseconds