Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/unittests/
DLinearAllocatorTest.cpp65 m_pTestee->construct(pointer); in TEST_F()
75 m_pTestee->construct(pointer, data); in TEST_F()
85 m_pTestee->construct(pointer); in TEST_F()
95 m_pTestee->construct(pointer, data); in TEST_F()
106 m_pTestee->construct(pointer); in TEST_F()
124 m_pTestee->construct(pointer); in TEST_F()
DRTLinearAllocatorTest.cpp66 m_pTestee->construct(pointer); in TEST_F()
76 m_pTestee->construct(pointer, data); in TEST_F()
86 m_pTestee->construct(pointer); in TEST_F()
96 m_pTestee->construct(pointer, data); in TEST_F()
107 m_pTestee->construct(pointer); in TEST_F()
125 m_pTestee->construct(pointer); in TEST_F()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h120 void construct(pointer pPtr, const_reference pValue)
128 void construct(pointer pPtr)
361 void construct(pointer pObject, const DataType& pValue)
424 void construct(DataType* pObject, const DataType& pValue)
427 void construct(pointer pObject, const_reference pValue)
DUniqueGCFactory.h67 construct(data); in produce()
80 construct(data, pValue); in produce()
/frameworks/wilhelm/src/itf/
DIEngine.c113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self); in IEngine_CreateLEDDevice()
151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self); in IEngine_CreateVibraDevice()
188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self); in IEngine_CreateAudioPlayer()
428 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask, in IEngine_CreateAudioRecorder()
563 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); in IEngine_CreateMidiPlayer()
609 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self); in IEngine_CreateListener()
646 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self); in IEngine_Create3DGroup()
680 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); in IEngine_CreateOutputMix()
736 construct(pCMetadataExtractor_class, exposedMask, self); in IEngine_CreateMetadataExtractor()
1069 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_class, exposedMask, in IEngine_CreateMediaPlayer()
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h48 Alloc::construct(result); in produce()
/frameworks/wilhelm/src/
Dentry.c143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
Dsles.c487 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_best_practices.jd107 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
Dbilling_testing.jd170 <p>To make an in-app billing request with a reserved product ID, you simply construct a normal
/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/native/libs/utils/
DREADME6 platforms, construct a platform-dependent implementation that shares
/frameworks/base/docs/html/guide/google/play/licensing/
Dadding-licensing.jd453 <p>Finally, construct an instance of AESObfuscator, passing the salt,
454 application identifier, and device identifier. You can construct the instance
519 you construct.</li>
794 Obfuscator instance when you construct ServerManagedPolicy.</p>
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd22 that you can use to construct your UI.</p>
426 In the end, you can very quickly construct arbitrarily complex compound
/frameworks/compile/slang/
DREADME.rst284 construct **forEach**. We also reflect a Java version to access this
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd227 Bundle that you construct as <code>outState</code> in the
Dnotepad-ex1.jd7 <p><em>In this exercise, you will construct a simple notes list that lets the
341 Back in the <code>onCreate</code> method, construct a new
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd84 <p>You can construct fairly complex layouts using nested instances of {@link
/frameworks/base/docs/html/guide/components/
Daidl.jd119 <p>You must construct the {@code .aidl} file using the Java programming language. Each {@code .aidl}
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd449 You often construct a UI based on a design done as a bitmap image. The Pixel Perfect window
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd213 <p>The following example demonstrates how to construct a image capture intent and execute it.
267 <p>The following example demonstrates how to construct a video capture intent and execute it.
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd195 …he now-obsolete Home screen from M5 is included as an example of how to construct a Home screen re…
/frameworks/base/docs/html/tools/sdk/
DOLD_RELEASENOTES.jd195 …he now-obsolete Home screen from M5 is included as an example of how to construct a Home screen re…
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd492 <code>android</code> command-line tool construct them automatically and add them to your

12