Searched refs:destroy (Results 51 - 75 of 185) sorted by relevance

12345678

/frameworks/rs/
H A Drs_hal.h142 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1597::__anon1598
147 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1597::__anon1599
221 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1597::__anon1600
227 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1597::__anon1601
236 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1597::__anon1602
245 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1597::__anon1603
251 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1597::__anon1604
258 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1597::__anon1605
263 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1597::__anon1606
269 void (*destroy)(cons member in struct:android::renderscript::__anon1597::__anon1607
279 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1597::__anon1608
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h45 static void destroy(value_type* pPtr) function in class:mcld::Chunk
84 static void destroy(value_type* pPtr) function in class:mcld::Chunk
118 // LinearAllocatorBase does NOT mean to destroy the allocated memory.
147 /// standard destroy - destroy data on arbitrary address
149 void destroy(pointer pPtr) function in class:mcld::LinearAllocatorBase
150 { chunk_type::destroy(pPtr); }
240 destroy(prev->data + idx);
377 void destroy(pointer pObject) function in class:mcld::MallocAllocator
444 void destroy(DataTyp function in class:mcld::MallocAllocator
447 void destroy(pointer pObject) function in class:mcld::MallocAllocator
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java351 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
383 mPendingLoader.destroy();
411 destroy();
440 destroy();
446 // we try to destroy it.
464 info.destroy();
665 inactive.destroy();
677 info.destroy();
686 info.mPendingLoader.destroy();
696 // Keep track of the previous instance of this loader so we can destroy
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java326 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
357 mPendingLoader.destroy();
384 destroy();
390 // we try to destroy it.
408 info.destroy();
609 inactive.destroy();
621 info.destroy();
628 info.mPendingLoader.destroy();
638 // Keep track of the previous instance of this loader so we can destroy
667 info.destroy();
[all...]
/frameworks/base/core/java/android/os/
H A DBinder.java369 destroy();
376 private native final void destroy(); method in class:Binder
459 destroy();
465 private native final void destroy(); method in class:BinderProxy
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java98 * // destroy the Recognizer
99 * recognizer.destroy();
236 public void destroy() { method in class:Recognizer.Grammar
249 destroy();
250 throw new IllegalStateException("someone forgot to destroy Grammar");
402 public void destroy() { method in class:Recognizer
429 destroy();
430 throw new IllegalStateException("someone forgot to destroy Recognizer");
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java156 abstract void destroy(); method in class:HardwareLayer
/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java131 synchronized public void destroy() { method in class:BaseObj
H A DRSSurfaceView.java155 mRS.destroy();
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h87 void destroy(HashEntryTy* pEntry);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp86 void RelocationFactory::destroy(Relocation* pRelocation) function in class:RelocationFactory
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_array_alloc.java49 pRS.destroy();
H A DUT_foreach.java57 pRS.destroy();
H A DUT_foreach_bounds.java61 pRS.destroy();
H A DUT_kernel.java58 pRS.destroy();
H A DUT_kernel_struct.java59 pRS.destroy();
H A DUT_noroot.java55 pRS.destroy();
H A DUT_primitives.java101 pRS.destroy();
H A DUT_refcount.java48 pRS.destroy();
H A DUT_struct.java53 pRS.destroy();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_array_alloc.java49 pRS.destroy();
H A DUT_foreach.java57 pRS.destroy();
H A DUT_kernel.java58 pRS.destroy();
H A DUT_kernel_struct.java59 pRS.destroy();
H A DUT_noroot.java55 pRS.destroy();

Completed in 2876 milliseconds

12345678