Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h36 static void construct(value_type* pPtr) in construct() function
39 static void construct(value_type* pPtr, const value_type& pValue) in construct() function
75 static void construct(value_type* pPtr) in construct() function
78 static void construct(value_type* pPtr, const value_type& pValue) in construct() function
133 void construct(pointer pPtr, const_reference pValue) in construct() function
141 void construct(pointer pPtr) in construct() function
371 void construct(pointer pObject, const DataType& pValue) in construct() function
434 void construct(DataType* pObject, const DataType& pValue) in construct() function
437 void construct(pointer pObject, const_reference pValue) in construct() function
/frameworks/support/v4/ics/android/support/v4/speech/tts/
DTextToSpeechICS.java13 static TextToSpeech construct(Context context, OnInitListener onInitListener, in construct() method in TextToSpeechICS
/frameworks/wilhelm/src/
Dsles.c503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() function