Searched defs:construct (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | default_initialization_allocator.h | 32 void construct(U* pointer) noexcept( in construct() function 37 void construct(U* pointer, Args&&... args) { in construct() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 34 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/ |
D | LayerUpdateQueueTests.cpp | 27 TEST(LayerUpdateQueue, construct) { in TEST() argument
|
D | ThreadBaseTests.cpp | 91 std::atomic_int construct{0}; in TEST() member
|
/frameworks/wilhelm/src/ |
D | sles.cpp | 506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 614 void construct(NodeType* p, Args&&... args) { in construct() function 628 void construct(pointer p, const_reference t) { new (p) value_type(t); } in construct() function
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 459 public void construct() throws Exception { in construct() method in WifiScanningServiceTest
|