Home
last modified time | relevance | path

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

123

/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/wilhelm/src/itf/
DIEngine.c114 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()
433 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask, in IEngine_CreateAudioRecorder()
573 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); in IEngine_CreateMidiPlayer()
619 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self); in IEngine_CreateListener()
656 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self); in IEngine_Create3DGroup()
690 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); in IEngine_CreateOutputMix()
746 construct(pCMetadataExtractor_class, exposedMask, self); in IEngine_CreateMetadataExtractor()
1084 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_class, exposedMask, in IEngine_CreateMediaPlayer()
/frameworks/base/libs/hwui/tests/unit/
DOffscreenBufferPoolTests.cpp33 RENDERTHREAD_TEST(OffscreenBuffer, construct) { in RENDERTHREAD_TEST() argument
60 RENDERTHREAD_TEST(OffscreenBufferPool, construct) { in RENDERTHREAD_TEST() argument
DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) { in TEST() argument
DBakedOpStateTests.cpp27 TEST(ResolvedRenderState, construct) { in TEST() argument
/frameworks/support/v4/ics/android/support/v4/speech/tts/
DTextToSpeechICS.java13 static TextToSpeech construct(Context context, OnInitListener onInitListener, in construct() method in TextToSpeechICS
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h45 Alloc::construct(result); in produce()
/frameworks/base/docs/html/ndk/guides/
Dsample.jd9 …html">native-activity</a>: An app that shows the fundamentals of how to construct a purely native …
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd85 to construct and issue the notification.</p>
133 <p>This snippet shows how to construct the
Dbuild-notification.jd94 <p>How you construct the {@link android.app.PendingIntent} depends on what type
/frameworks/wilhelm/src/
Dentry.c143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
Dsles.c506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
/frameworks/base/docs/html/training/printing/
Dphotos.jd80 construct a print document. For information on creating documents for printing, see the
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd330 construct a content URI for the contact the user selects.
613 // The contact's _ID, to construct a content URI
615 // The contact's LOOKUP_KEY, to construct a content URI
621 To search for a string within a particular type of data, construct a selection clause from
/frameworks/base/docs/html/training/volley/
Dsimple.jd94 <p>To send a request, you simply construct one and add it to the {@code RequestQueue} with
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd128 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
/frameworks/base/docs/html/training/transitions/
Dcustom-transitions.jd63 the property to construct the animation.</p>
/frameworks/base/docs/html/training/sharing/
Dsend.jd32 <p>When you construct an intent, you must specify the action you want the intent to "trigger."
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd297 <p>The following snippet shows how your test might construct
442 <p>The following code snippet shows how your test might construct a
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd449 <p>Finally, construct an instance of AESObfuscator, passing the salt,
450 application identifier, and device identifier. You can construct the instance
515 you construct.</li>
790 Obfuscator instance when you construct ServerManagedPolicy.</p>
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd118 …c license key string value as provided by Google Play. Instead, you can construct the whole public…

123