Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 207) sorted by relevance

123456789

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_copy_test.java53 a1.destroy(); in testFloat2()
54 a2.destroy(); in testFloat2()
77 a1.destroy(); in testFloat3()
78 a2.destroy(); in testFloat3()
101 a1.destroy(); in testFloat4()
102 a2.destroy(); in testFloat4()
117 pRS.destroy(); in run()
DUT_fp_mad.java38 pRS.destroy(); in run()
DUT_math_conformance.java39 pRS.destroy(); in run()
DUT_convert.java38 pRS.destroy(); in run()
DUT_math.java38 pRS.destroy(); in run()
DUT_rsdebug.java38 pRS.destroy(); in run()
DUT_clamp_relaxed.java39 pRS.destroy(); in run()
DUT_clamp.java38 pRS.destroy(); in run()
DUT_atomic.java38 pRS.destroy(); in run()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_copy_test.java53 a1.destroy(); in testFloat2()
54 a2.destroy(); in testFloat2()
77 a1.destroy(); in testFloat3()
78 a2.destroy(); in testFloat3()
101 a1.destroy(); in testFloat4()
102 a2.destroy(); in testFloat4()
117 pRS.destroy(); in run()
/frameworks/rs/
Drs_hal.h142 void (*destroy)(const Context *rsc, Script *s); member
147 void (*destroy)(const Context *rsc, Allocation *alloc); member
221 void (*destroy)(const Context *rsc, const ProgramStore *ps); member
227 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member
236 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member
245 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member
251 void (*destroy)(const Context *rsc, const Mesh *m); member
258 void (*destroy)(const Context *rsc, const Path *m); member
263 void (*destroy)(const Context *rsc, const Sampler *m); member
269 void (*destroy)(const Context *rsc, const FBOCache *fb); member
[all …]
/frameworks/base/core/java/android/view/
DGLES20Layer.java61 public void destroy() { in destroy() method in GLES20Layer
63 mFinalizer.destroy(); in destroy()
92 void destroy() { in destroy() method in GLES20Layer.Finalizer
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h45 static void destroy(value_type* pPtr) in destroy() function
84 static void destroy(value_type* pPtr) in destroy() function
149 void destroy(pointer pPtr) in destroy() function
150 { chunk_type::destroy(pPtr); } in destroy()
240 destroy(prev->data + idx); in clear()
377 void destroy(pointer pObject) in destroy() function
444 void destroy(DataType* pObject) in destroy() function
447 void destroy(pointer pObject) in destroy() function
/frameworks/base/core/java/android/app/
DLoaderManager.java351 void destroy() { in destroy() method in LoaderManagerImpl.LoaderInfo
383 mPendingLoader.destroy(); in destroy()
411 destroy(); in onLoadCanceled()
440 destroy(); in onLoadComplete()
464 info.destroy(); in onLoadComplete()
665 inactive.destroy(); in restartLoader()
677 info.destroy(); in restartLoader()
686 info.mPendingLoader.destroy(); in restartLoader()
725 info.destroy(); in destroyLoader()
731 info.destroy(); in destroyLoader()
[all …]
/frameworks/base/core/java/android/webkit/
DWebViewFragment.java45 mWebView.destroy(); in onCreateView()
86 mWebView.destroy(); in onDestroy()
/frameworks/support/v4/java/android/support/v4/app/
DLoaderManager.java326 void destroy() { in destroy() method in LoaderManagerImpl.LoaderInfo
357 mPendingLoader.destroy(); in destroy()
384 destroy(); in onLoadComplete()
408 info.destroy(); in onLoadComplete()
609 inactive.destroy(); in restartLoader()
621 info.destroy(); in restartLoader()
628 info.mPendingLoader.destroy(); in restartLoader()
667 info.destroy(); in destroyLoader()
673 info.destroy(); in destroyLoader()
776 mLoaders.valueAt(i).destroy(); in doDestroy()
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScriptThunker.java62 public void destroy() { in destroy() method in RenderScriptThunker
63 mN.destroy(); in destroy()
/frameworks/base/core/java/android/os/
DBinder.java369 destroy(); in finalize()
376 private native final void destroy(); in destroy() method in Binder
459 destroy(); in finalize()
465 private native final void destroy(); in destroy() method in BinderProxy
/frameworks/base/core/java/android/speech/srec/
DRecognizer.java236 public void destroy() { in destroy() method in Recognizer.Grammar
249 destroy(); in finalize()
402 public void destroy() { in destroy() method in Recognizer
429 destroy(); in finalize()
/frameworks/native/libs/gui/
DSurfaceControl.cpp58 destroy(); in ~SurfaceControl()
61 void SurfaceControl::destroy() in destroy() function in android::SurfaceControl
82 destroy(); in clear()
/frameworks/compile/mclinker/lib/Support/
DRegionFactory.cpp29 destroy(pRegion); in destruct()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntryFactory.h29 void destroy(entry_type*& pEntry) in destroy() function
DHashTable.tcc32 m_EntryFactory.destroy(BaseTy::m_Buckets[i].Entry); in ~HashTable()
49 m_EntryFactory.destroy(BaseTy::m_Buckets[i].Entry); in clear()
103 m_EntryFactory.destroy(bucket.Entry); in erase()
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperEngine.aidl31 void destroy(); in destroy() method
/frameworks/base/core/jni/android/graphics/
DPathMeasure.cpp115 static void destroy(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { in destroy() function in android::SkPathMeasureGlue
129 {"native_destroy", "(I)V", (void*) SkPathMeasureGlue::destroy }

123456789