Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.cpp60 m_pTestee->construct(pointer); in TEST_F()
70 m_pTestee->construct(pointer, data); in TEST_F()
80 m_pTestee->construct(pointer); in TEST_F()
90 m_pTestee->construct(pointer, data); in TEST_F()
101 m_pTestee->construct(pointer); in TEST_F()
119 m_pTestee->construct(pointer); in TEST_F()
H A DRTLinearAllocatorTest.cpp61 m_pTestee->construct(pointer); in TEST_F()
71 m_pTestee->construct(pointer, data); in TEST_F()
81 m_pTestee->construct(pointer); in TEST_F()
91 m_pTestee->construct(pointer, data); in TEST_F()
102 m_pTestee->construct(pointer); in TEST_F()
120 m_pTestee->construct(pointer); in TEST_F()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A 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
120 chunk_type::construct(pPtr, pValue); in construct()
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
H A DUniqueGCFactory.h61 construct(data); in produce()
74 construct(data, pValue); in produce()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Ddefault_initialization_allocator.h32 void construct(U* pointer) noexcept( in construct() function
37 void construct(U* pointer, Args&&... args) { in construct() function
38 AllocatorTraits::construct(static_cast<Allocator&>(*this), pointer, in construct()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DThreadBaseTests.cpp91 std::atomic_int construct{0}; in TEST() member
98 explicit Counter(EventCount* count) : mCount(count) { mCount->construct++; } in TEST()
134 ASSERT_EQ(1, count.construct.load()); in TEST()
H A DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationEnforcerTest.kt267 val construct: (context: Context) -> T,
385 val target = params.construct(context)
414 val target = params.construct(context)
460 val target = params.construct(context)
495 val target = params.construct(context)
532 val target = params.construct(context)
576 val target = params.construct(context)
617 val target = params.construct(context)
678 val target = params.construct(context)
H A DDomainVerificationSettingsMutationTest.kt183 val construct: (
251 val service = params.construct(connection)
/aosp12/frameworks/wilhelm/src/itf/
H A DIEngine.cpp114 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self); in IEngine_CreateLEDDevice()
152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self); in IEngine_CreateVibraDevice()
189 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self); in IEngine_CreateAudioPlayer()
434 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask, in IEngine_CreateAudioRecorder()
574 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); in IEngine_CreateMidiPlayer()
620 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self); in IEngine_CreateListener()
657 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self); in IEngine_Create3DGroup()
691 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); in IEngine_CreateOutputMix()
747 construct(pCMetadataExtractor_class, exposedMask, self); in IEngine_CreateMetadataExtractor()
1085 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_class, exposedMask, in IEngine_CreateMediaPlayer()
/aosp12/art/openjdkjvmti/
H A Djvmti_allocator.h135 void construct(pointer p, const_reference val) { in construct() function
139 void construct(U* p, Args&&... args) { in construct() function
/aosp12/art/compiler/utils/
H A Dswap_space.h196 void construct(pointer p, const_reference val) { in construct() function
200 void construct(U* p, Args&&... args) { in construct() function
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h45 Alloc::construct(result); in produce()
/aosp12/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
H A Dhistory_item_bottom_sheet_header_info.proto12 // Contains information necessary to construct the header for a history item's
H A Dhistory_item_action_module_info.proto11 // Contains information needed to construct items (modules) in a bottom sheet.
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFpsTest.cpp24 TEST(FpsTest, construct) { in TEST() argument
/aosp12/art/compiler/
H A Dcompiled_method.cc118 alloc.construct(ret, in SwapAllocCompiledMethod()
/aosp12/art/test/800-smali/smali/
H A Db_21869691A.smali6 # so we can construct a class hierarchy that would have a surprising result:
/aosp12/system/tools/hidl/c2hal/
H A DREADME.md19 This will be used as the package in .hal files and will also be used to construct the correct direc…
/aosp12/hardware/interfaces/drm/1.0/
H A DIDrmFactory.hal39 * Determine if the HAL factory is able to construct plugins that support a
/aosp12/frameworks/wilhelm/src/
H A Dentry.cpp141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
/aosp12/build/make/core/
H A Dproguard_basic_keeps.flags16 # class$ methods are inserted by some compilers to implement .class construct,
/aosp12/art/libartbase/base/
H A Darena_containers.h207 void construct(U* p, Args&&... args) { in construct() function
/aosp12/hardware/interfaces/radio/1.4/
H A DIRadioIndication.hal41 * @1.4::EmergencyNumber to construct each emergency number to report.
/aosp12/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto75 // can be set through the mac_permissions.xml policy construct. This value

123