Home
last modified time | relevance | path

Searched defs:destroy (Results 1 – 25 of 113) sorted by relevance

12345

/frameworks/compile/mclinker/lib/Script/
DOperand.cpp58 void SymOperand::destroy(SymOperand*& pOperand) { in destroy() function in mcld::SymOperand
91 void IntOperand::destroy(IntOperand*& pOperand) { in destroy() function in mcld::IntOperand
123 void SectOperand::destroy(SectOperand*& pOperand) { in destroy() function in mcld::SectOperand
159 void SectDescOperand::destroy(SectDescOperand*& pOperand) { in destroy() function in mcld::SectDescOperand
197 void FragOperand::destroy(FragOperand*& pOperand) { in destroy() function in mcld::FragOperand
DStrToken.cpp39 void StrToken::destroy(StrToken*& pStrToken) { in destroy() function in mcld::StrToken
DNameSpec.cpp39 void NameSpec::destroy(NameSpec*& pNameSpec) { in destroy() function in mcld::NameSpec
DStringList.cpp47 void StringList::destroy(StringList*& pStringList) { in destroy() function in mcld::StringList
DFileToken.cpp39 void FileToken::destroy(FileToken*& pFileToken) { in destroy() function in mcld::FileToken
DWildcardPattern.cpp55 void WildcardPattern::destroy(WildcardPattern*& pWildcardPattern) { in destroy() function in mcld::WildcardPattern
DRpnExpr.cpp60 void RpnExpr::destroy(RpnExpr*& pRpnExpr) { in destroy() function in mcld::RpnExpr
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h40 static void destroy(value_type* pPtr) {} in destroy() function
76 static void destroy(value_type* pPtr) { pPtr->~value_type(); } in destroy() function
132 void destroy(pointer pPtr) { chunk_type::destroy(pPtr); } in destroy() function
346 void destroy(pointer pObject) { pObject->~DataType(); } in destroy() function
403 void destroy(DataType* pObject) { /* do nothing */ in destroy() function
406 void destroy(pointer pObject) { /* do nothing */ in destroy() function
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntryFactory.h29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy() function
DHashEntry.tcc38 void EntryFactory<HashEntryTy>::destroy(HashEntryTy* pEntry) { in destroy() function in EntryFactory
DStringEntry.tcc60 void StringEntryFactory<DataType>::destroy(StringEntry<DataType>* pEntry) { in destroy() function in StringEntryFactory
/frameworks/rs/
Drs_hal.h204 void (*destroy)(const Context *rsc, Script *s); member
221 void (*destroy)(const Context *rsc, Allocation *alloc); member
316 void (*destroy)(const Context *rsc, const ProgramStore *ps); member
322 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member
331 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member
340 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member
346 void (*destroy)(const Context *rsc, const Mesh *m); member
351 void (*destroy)(const Context *rsc, const Sampler *m); member
358 void (*destroy)(const Context *rsc, const FBOCache *fb); member
368 void (*destroy)(const Context *rsc, const ScriptGroupBase *sg); member
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java71 public void destroy() { in destroy() method in AutoTileManager
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp83 void RelocationFactory::destroy(Relocation* pRelocation) { in destroy() function in mcld::RelocationFactory
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DTestBase.java57 public void destroy() { in destroy() method in TestBase
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerProvider.java42 public void destroy() { in destroy() method in PrintSpoolerProvider
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperEngine.aidl33 void destroy(); in destroy() method
/frameworks/minikin/tests/
DMinikinFontForTest.cpp50 android::MinikinDestroyFunc* destroy) { in GetTable()
/frameworks/base/wifi/java/android/net/wifi/nan/
DWifiNanSession.java75 public void destroy() { in destroy() method in WifiNanSession
/frameworks/base/core/java/android/print/
DPrintManager.java1090 public void destroy(); in destroy() method
1183 public void destroy() { in destroy() method in PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
1286 public void destroy() { in destroy() method in PrintManager.PrintDocumentAdapterDelegate.MyWriteResultCallback
1324 public void destroy() { in destroy() method in PrintManager.PrintJobStateChangeListenerWrapper
1356 public void destroy() { in destroy() method in PrintManager.PrintServicesChangeListenerWrapper
1389 public void destroy() { in destroy() method in PrintManager.PrintServiceRecommendationsChangeListenerWrapper
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java355 public abstract void destroy(); in destroy() method in BackingStore.Backing
471 public void destroy() { in destroy() method in BackingStore.ObjectBacking
558 public void destroy() { in destroy() method in BackingStore.BitmapBacking
662 public void destroy() { in destroy() method in BackingStore.TextureBacking
784 public void destroy() { in destroy() method in BackingStore.ByteBufferBacking
894 public void destroy() { in destroy() method in BackingStore.AllocationBacking
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DBaseObj.java113 public void destroy() { in destroy() method in BaseObj
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSession.aidl40 void destroy(); in destroy() method
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
DTestBase.java94 public void destroy() { in destroy() method in TestBase
/frameworks/base/rs/java/android/renderscript/
DBaseObj.java154 public void destroy() { in destroy() method in BaseObj

12345