/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | LinearAllocatorTest.cpp | 60 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 D | RTLinearAllocatorTest.cpp | 61 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 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 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 D | UniqueGCFactory.h | 61 construct(data); in produce() 74 construct(data, pValue); in produce()
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | default_initialization_allocator.h | 32 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 D | ThreadBaseTests.cpp | 91 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 D | LayerUpdateQueueTests.cpp | 27 TEST(LayerUpdateQueue, construct) { in TEST() argument
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationEnforcerTest.kt | 267 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 D | DomainVerificationSettingsMutationTest.kt | 183 val construct: ( 251 val service = params.construct(connection)
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEngine.cpp | 114 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 D | jvmti_allocator.h | 135 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 D | swap_space.h | 196 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 D | TreeAllocator.h | 45 Alloc::construct(result); in produce()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/historyitemactions/ |
H A D | history_item_bottom_sheet_header_info.proto | 12 // Contains information necessary to construct the header for a history item's
|
H A D | history_item_action_module_info.proto | 11 // Contains information needed to construct items (modules) in a bottom sheet.
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FpsTest.cpp | 24 TEST(FpsTest, construct) { in TEST() argument
|
/aosp12/art/compiler/ |
H A D | compiled_method.cc | 118 alloc.construct(ret, in SwapAllocCompiledMethod()
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_21869691A.smali | 6 # so we can construct a class hierarchy that would have a surprising result:
|
/aosp12/system/tools/hidl/c2hal/ |
H A D | README.md | 19 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 D | IDrmFactory.hal | 39 * Determine if the HAL factory is able to construct plugins that support a
|
/aosp12/frameworks/wilhelm/src/ |
H A D | entry.cpp | 141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
|
/aosp12/build/make/core/ |
H A D | proguard_basic_keeps.flags | 16 # class$ methods are inserted by some compilers to implement .class construct,
|
/aosp12/art/libartbase/base/ |
H A D | arena_containers.h | 207 void construct(U* p, Args&&... args) { in construct() function
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | IRadioIndication.hal | 41 * @1.4::EmergencyNumber to construct each emergency number to report.
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | package_item_info.proto | 75 // can be set through the mac_permissions.xml policy construct. This value
|