Searched defs:construct (Results 1 - 3 of 3) sorted by relevance

/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/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...]
/frameworks/wilhelm/src/
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 384 milliseconds