Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 7 of 7) 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/
DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
DThreadBaseTests.cpp91 std::atomic_int construct{0}; in TEST() member
/frameworks/wilhelm/src/
Dsles.cpp506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h614 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/
DWifiScanningServiceTest.java459 public void construct() throws Exception { in construct() method in WifiScanningServiceTest