Searched refs:pObject (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 336 void deallocate(pointer pObject, size_type) { in deallocate() argument 337 std::free(static_cast<void*>(pObject)); in deallocate() 342 void construct(pointer pObject, const DataType& pValue) { in construct() argument 343 ::new (reinterpret_cast<void*>(pObject)) value_type(pValue); in construct() 346 void destroy(pointer pObject) { pObject->~DataType(); } in destroy() argument 389 void deallocate(DataType* pObject, size_type) { in deallocate() argument 390 std::free(static_cast<void*>(pObject)); in deallocate() 393 void deallocate(pointer pObject, size_type) { std::free(pObject); } in deallocate() argument 396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ in construct() argument 399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ in construct() argument [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 768 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() argument 774 if (NULL == pObject) { in IEngine_CreateExtensionObject() 777 *pObject = NULL; in IEngine_CreateExtensionObject() 1308 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject() argument 1314 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces, in IXAEngine_CreateExtensionObject()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2632 SLObjectItf * pObject,
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 616 XAObjectItf * pObject,
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |