Searched defs:construct (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Ddefault_initialization_allocator.h10 // Allocator adaptor that interposes construct() calls to convert value
32 void construct(U* pointer) noexcept(
37 void construct(U* pointer, Args&&... args) { function in class:android::pdx::rpc::DefaultInitializationAllocator
38 AllocatorTraits::construct(static_cast<Allocator&>(*this), pointer,
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecycledViewPoolTest.java46 public void construct() { method in class:RecycledViewPoolTest
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
36 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
72 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
114 /// standard construct - constructing an object on the location pointed by
119 void construct(pointer pPtr, const_reference pValue) { function in class:mcld::LinearAllocatorBase
120 chunk_type::construct(pPtr, pValue);
123 /// default construct - constructing an object on the location pointed by
128 void construct(pointer pPtr) { chunk_type::construct(pPt function in class:mcld::LinearAllocatorBase
342 void construct(pointer pObject, const DataType& pValue) { function in class:mcld::MallocAllocator
396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ function in class:mcld::MallocAllocator
399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ function in class:mcld::MallocAllocator
[all...]
/frameworks/wilhelm/src/
H A Dsles.cpp506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
512 SL_LOGV("construct %s at %p", clazz->mName, thiz);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java403 public void construct() throws Exception { method in class:WifiScanningServiceTest
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2505 milliseconds