Searched defs:construct (Results  1 – 9 of 9) sorted by relevance
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ | 
| D | default_initialization_allocator.h | 32   void construct(U* pointer) noexcept(  in construct()  function37   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()  function36   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/native/services/surfaceflinger/tests/unittests/ | 
| D | FpsTest.cpp | 26 TEST(FpsTest, construct) {  in TEST()  argument
 | 
| /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/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ | 
| D | DomainVerificationSettingsMutationTest.kt | 180             val construct: (  in <lambda>()  constant in com.android.server.pm.test.verify.domain.DomainVerificationSettingsMutationTest.Companion.Params
 | 
| D | DomainVerificationEnforcerTest.kt | 283             val construct: (context: Context) -> T,  in <lambda>()  constant in com.android.server.pm.test.verify.domain.Params
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ | 
| D | UpdatableFontDirTest.java | 173     public void construct() throws Exception {  in construct()  method in UpdatableFontDirTest
 |