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

/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...]
/frameworks/wilhelm/src/
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.java388 public void construct() throws Exception { method in class:WifiScanningServiceTest
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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 500 milliseconds