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

/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/support/v4/ics/android/support/v4/speech/tts/
H A DTextToSpeechICS.java13 static TextToSpeech construct(Context context, OnInitListener onInitListener, method in class:TextToSpeechICS
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h45 Alloc::construct(result);
/frameworks/base/libs/hwui/tests/unit/
H A DLayerUpdateQueueTests.cpp27 TEST(LayerUpdateQueue, construct) {
H A DOffscreenBufferPoolTests.cpp33 RENDERTHREAD_TEST(OffscreenBuffer, construct) {
60 RENDERTHREAD_TEST(OffscreenBufferPool, construct) {
H A DBakedOpStateTests.cpp27 TEST(ResolvedRenderState, construct) {
/frameworks/wilhelm/src/itf/
H A DIEngine.c114 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);
433 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
573 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
619 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
656 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
690 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self);
746 construct(pCMetadataExtractor_class, exposedMask, self);
1084 CMediaPlayer *thiz = (CMediaPlayer *) construct(pCMediaPlayer_clas
[all...]
/frameworks/wilhelm/src/
H A Dentry.c143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
H A Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
H A Dsles.c506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
512 SL_LOGV("construct %s at %p", clazz->mName, thiz);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java320 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. ...

Completed in 392 milliseconds