Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Ddefault_initialization_allocator.h32 void construct(U* pointer) noexcept( in construct() function
37 void construct(U* pointer, Args&&... args) { in construct() function
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct() function
36 static void construct(value_type* pPtr, const value_type& pValue) { in construct() function
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct() function
72 static void construct(value_type* pPtr, const value_type& pValue) { in construct() function
119 void construct(pointer pPtr, const_reference pValue) { in construct() function
128 void construct(pointer pPtr) { chunk_type::construct(pPtr); } in construct() function
342 void construct(pointer pObject, const DataType& pValue) { in construct() function
396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ in construct() function
399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ in construct() function
/frameworks/base/libs/hwui/tests/unit/
DOffscreenBufferPoolTests.cpp33 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBuffer, construct) { in RENDERTHREAD_OPENGL_PIPELINE_TEST() argument
71 RENDERTHREAD_TEST(OffscreenBufferPool, construct) { in RENDERTHREAD_TEST() argument
DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
DThreadBaseTests.cpp91 std::atomic_int construct{0}; in TEST() member
DBakedOpStateTests.cpp27 TEST(ResolvedRenderState, construct) { in TEST() argument
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecycledViewPoolTest.java43 public void construct() { in construct() method in RecycledViewPoolTest
/frameworks/support/paging/common/src/test/java/androidx/paging/
DPagedStorageTest.kt37 fun construct() { in construct() method
DContiguousPagedListTest.kt168 fun construct() { in construct() method
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DFieldReadWriteWriter.kt140 private fun construct( in <lambda>() method
/frameworks/wilhelm/src/
Dsles.cpp506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java451 public void construct() throws Exception { in construct() method in WifiScanningServiceTest