Searched defs:construct (Results 1 – 3 of 3) sorted by relevance
| /frameworks/compile/mclinker/include/mcld/Support/ |
| D | Allocators.h | 34 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 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
|
| /frameworks/support/v4/ics/android/support/v4/speech/tts/ |
| D | TextToSpeechICS.java | 13 static TextToSpeech construct(Context context, OnInitListener onInitListener, in construct() method in TextToSpeechICS
|
| /frameworks/wilhelm/src/ |
| D | sles.c | 503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function
|