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

/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.cpp65 m_pTestee->construct(pointer);
75 m_pTestee->construct(pointer, data);
85 m_pTestee->construct(pointer);
95 m_pTestee->construct(pointer, data);
106 m_pTestee->construct(pointer);
124 m_pTestee->construct(pointer);
H A DRTLinearAllocatorTest.cpp66 m_pTestee->construct(pointer);
76 m_pTestee->construct(pointer, data);
86 m_pTestee->construct(pointer);
96 m_pTestee->construct(pointer, data);
107 m_pTestee->construct(pointer);
125 m_pTestee->construct(pointer);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h36 static void construct(value_type* pPtr) function in class:mcld::Chunk
39 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
75 static void construct(value_type* pPtr) function in class:mcld::Chunk
78 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
128 /// standard construct - constructing an object on the location pointed by
133 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase
134 { chunk_type::construct(pPtr, pValue); }
136 /// default construct - constructing an object on the location pointed by
141 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase
142 { chunk_type::construct(pPt
371 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator
434 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator
437 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
[all...]
H A DUniqueGCFactory.h64 construct(data);
77 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.h43 Alloc::construct(result);
/frameworks/wilhelm/src/itf/
H A DIEngine.c113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
432 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
572 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
618 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
655 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
689 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self);
745 construct(pCMetadataExtractor_class, exposedMask, self);
1078 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.c503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
509 SL_LOGV("construct %s at %p", clazz->mName, thiz);

Completed in 130 milliseconds