/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | default_initialization_allocator.h | 10 // 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 D | LinearAllocatorTest.cpp | 60 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 D | RTLinearAllocatorTest.cpp | 61 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 D | Allocators.h | 34 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 D | UniqueGCFactory.h | 61 construct(data); 74 construct(data, pValue);
|
/frameworks/base/libs/hwui/tests/unit/ |
H A D | ThreadBaseTests.cpp | 91 std::atomic_int construct{0}; 98 Counter(EventCount* count) : mCount(count) { mCount->construct++; } 134 ASSERT_EQ(1, count.construct.load());
|
H A D | LayerUpdateQueueTests.cpp | 27 TEST(LayerUpdateQueue, construct) {
|
H A D | OffscreenBufferPoolTests.cpp | 33 RENDERTHREAD_OPENGL_PIPELINE_TEST(OffscreenBuffer, construct) { 71 RENDERTHREAD_TEST(OffscreenBufferPool, construct) {
|
H A D | BakedOpStateTests.cpp | 27 TEST(ResolvedRenderState, construct) {
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | TreeAllocator.h | 45 Alloc::construct(result);
|
/frameworks/wilhelm/src/itf/ |
H A D | IEngine.cpp | 114 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 D | RecycledViewPoolTest.java | 43 public void construct() { method in class:RecycledViewPoolTest
|
/frameworks/wilhelm/src/ |
H A D | entry.cpp | 141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
|
H A D | sles_allinclusive.h | 300 extern IObject *construct(const ClassTable *clazz,
|
H A D | sles.cpp | 506 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 D | FieldReadWriteWriter.kt | 140 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 D | PagedStorageTest.kt | 37 fun construct() {
|
H A D | ContiguousPagedListTest.kt | 168 fun construct() {
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceTest.java | 451 public void construct() throws Exception { method in class:WifiScanningServiceTest
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
/frameworks/base/config/ |
H A D | boot-image-profile.txt | [all...] |