Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
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()
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()
/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
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
DUniqueGCFactory.h61 construct(data); in produce()
74 construct(data, pValue); in produce()
/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
38 AllocatorTraits::construct(static_cast<Allocator&>(*this), pointer, in construct()
/frameworks/base/libs/hwui/tests/unit/
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()
DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
/frameworks/wilhelm/src/itf/
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()
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h45 Alloc::construct(result); in produce()
/frameworks/wilhelm/src/
Dentry.cpp141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
Dsles.cpp506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md4 …out** works with an implementation of **PhysicsAnimationController** to construct and maintain phy…
16 …s, such as TRANSLATION_X and TRANSLATION_Y, for which the layout should construct physics animatio…
Ddagger.md165 moved to a higher level construct such as a Fragment or a top-level SystemUI
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h614 void construct(NodeType* p, Args&&... args) { in construct() function
628 void construct(pointer p, const_reference t) { new (p) value_type(t); } in construct() function
962 alloc_.construct(&node->kv, kv); in insert()
982 KeyAllocator(alloc_).construct(&node->kv.key(), k); in insert()
1227 tree_allocator.construct(tree, in TreeConvert()
Dapi.proto161 // The mixin construct implies that all methods in `AccessControl` are
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto75 // can be set through the mac_permissions.xml policy construct. This value
/frameworks/compile/slang/
DREADME.rst284 construct **forEach**. We also reflect a Java version to access this
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java459 public void construct() throws Exception { in construct() method in WifiScanningServiceTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1231 custom options, depending on how they construct descriptors.
/frameworks/base/config/
Dboot-image-profile.txt7891 HSPLandroid/icu/impl/OlsonTimeZone;->construct(Landroid/icu/util/UResourceBundle;Landroid/icu/util/…
8923 HSPLandroid/icu/util/SimpleTimeZone;->construct(IIIIIIIIIIII)V
31829 HSPLsun/security/x509/CertificateValidity;->construct(Lsun/security/util/DerValue;)V
31832 HSPLsun/security/x509/CertificateVersion;->construct(Lsun/security/util/DerValue;)V
Dhiddenapi-greylist-max-o.txt34367 Landroid/icu/util/SimpleTimeZone;->construct(IIIIIIIIIIII)V