Searched refs:construct (Results 1 - 21 of 21) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Ddefault_initialization_allocator.h10 // Allocator adaptor that interposes construct() calls to convert value
32 void construct(U* pointer) noexcept(
37 void construct(U* pointer, Args&&... args) { function in class:android::pdx::rpc::DefaultInitializationAllocator
38 AllocatorTraits::construct(static_cast<Allocator&>(*this), pointer,
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.cpp60 m_pTestee->construct(pointer);
70 m_pTestee->construct(pointer, data);
80 m_pTestee->construct(pointer);
90 m_pTestee->construct(pointer, data);
101 m_pTestee->construct(pointer);
119 m_pTestee->construct(pointer);
H A DRTLinearAllocatorTest.cpp61 m_pTestee->construct(pointer);
71 m_pTestee->construct(pointer, data);
81 m_pTestee->construct(pointer);
91 m_pTestee->construct(pointer, data);
102 m_pTestee->construct(pointer);
120 m_pTestee->construct(pointer);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
36 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
72 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
114 /// standard construct - constructing an object on the location pointed by
119 void construct(pointer pPtr, const_reference pValue) { function in class:mcld::LinearAllocatorBase
120 chunk_type::construct(pPtr, pValue);
123 /// default construct - constructing an object on the location pointed by
128 void construct(pointer pPtr) { chunk_type::construct(pPt function in class:mcld::LinearAllocatorBase
342 void construct(pointer pObject, const DataType& pValue) { function in class:mcld::MallocAllocator
396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ function in class:mcld::MallocAllocator
399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ function in class:mcld::MallocAllocator
[all...]
H A DUniqueGCFactory.h61 construct(data);
74 construct(data, pValue);
/frameworks/base/libs/hwui/tests/unit/
H A DThreadBaseTests.cpp91 std::atomic_int construct{0};
98 Counter(EventCount* count) : mCount(count) { mCount->construct++; }
134 ASSERT_EQ(1, count.construct.load());
H A DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) {
H A DOffscreenBufferPoolTests.cpp33 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBuffer, construct) {
71 RENDERTHREAD_TEST(OffscreenBufferPool, construct) {
H A DBakedOpStateTests.cpp27 TEST(ResolvedRenderState, construct) {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h45 Alloc::construct(result);
/frameworks/wilhelm/src/itf/
H A DIEngine.cpp114 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
152 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
189 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
434 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
574 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
620 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
657 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
691 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self);
747 construct(pCMetadataExtractor_class, exposedMask, self);
1085 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_clas
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecycledViewPoolTest.java43 public void construct() { method in class:RecycledViewPoolTest
/frameworks/wilhelm/src/
H A Dentry.cpp141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
H A Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
H A Dsles.cpp506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
512 SL_LOGV("construct %s at %p", clazz->mName, thiz);
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
H A DFieldReadWriteWriter.kt140 private fun construct(
193 // construct the object
195 construct(outVar = node.varName,
202 construct(outVar = node.varName,
/frameworks/support/paging/common/src/test/java/androidx/paging/
H A DPagedStorageTest.kt37 fun construct() {
H A DContiguousPagedListTest.kt168 fun construct() {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java451 public void construct() throws Exception { method in class:WifiScanningServiceTest
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 598 milliseconds