Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 13 of 13) 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/native/services/surfaceflinger/tests/unittests/
DFpsTest.cpp26 TEST(FpsTest, construct) { in TEST() argument
/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/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBase2.java106 public Operation construct(float x1, float y1) { in construct() method in DrawBase2.Companion
DDrawBase3.java123 public Operation construct(float x1, in construct() method in DrawBase3.Companion
DDrawBase4.java134 public Operation construct(float x1, in construct() method in DrawBase4.Companion
DDrawBase6.java157 public Operation construct(float v1, in construct() method in DrawBase6.Companion
/frameworks/wilhelm/src/
Dsles.cpp506 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/
DDomainVerificationSettingsMutationTest.kt181 val construct: ( in <lambda>() constant in com.android.server.pm.test.verify.domain.DomainVerificationSettingsMutationTest.Companion.Params
DDomainVerificationEnforcerTest.kt283 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/
DUpdatableFontDirTest.java184 public void construct() throws Exception { in construct() method in UpdatableFontDirTest