HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 1 - 25 of 1191) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
ColorFilter.java 38 protected void finalize() throws Throwable { method in class:ColorFilter
40 super.finalize();
DrawFilter.java 33 protected void finalize() throws Throwable { method in class:DrawFilter
38 super.finalize();
Xfermode.java 33 protected void finalize() throws Throwable { method in class:Xfermode
38 super.finalize();
MaskFilter.java 26 protected void finalize() throws Throwable { method in class:MaskFilter
PathEffect.java 26 protected void finalize() throws Throwable { method in class:PathEffect
Rasterizer.java 27 protected void finalize() throws Throwable { method in class:Rasterizer
Camera.java 163 protected void finalize() throws Throwable { method in class:Camera
168 super.finalize();
Shader.java 89 protected void finalize() throws Throwable { method in class:Shader
91 super.finalize();
  /external/conscrypt/src/main/java/org/conscrypt/
NativeRef.java 54 protected void finalize() throws Throwable { method in class:NativeRef.EC_GROUP
58 super.finalize();
69 protected void finalize() throws Throwable { method in class:NativeRef.EC_POINT
73 super.finalize();
84 protected void finalize() throws Throwable { method in class:NativeRef.EVP_AEAD_CTX
88 super.finalize();
99 protected void finalize() throws Throwable { method in class:NativeRef.EVP_CIPHER_CTX
103 super.finalize();
114 protected void finalize() throws Throwable { method in class:NativeRef.EVP_MD_CTX
118 super.finalize();
129 protected void finalize() throws Throwable { method in class:NativeRef.EVP_PKEY
144 protected void finalize() throws Throwable { method in class:NativeRef.HMAC_CTX
    [all...]
OpenSSLBIOSink.java 67 protected void finalize() throws Throwable { method in class:OpenSSLBIOSink
71 super.finalize();
  /cts/tests/tests/graphics/src/android/graphics/cts/
RasterizerTest.java 27 mr.finalize();
35 public void finalize() throws Throwable { method in class:RasterizerTest.MockRasterizer
36 super.finalize();
  /frameworks/base/core/java/android/view/
SurfaceSession.java 40 protected void finalize() throws Throwable { method in class:SurfaceSession
46 super.finalize();
  /frameworks/base/core/java/com/android/internal/util/
VirtualRefBasePtr.java 43 protected void finalize() throws Throwable { method in class:VirtualRefBasePtr
47 super.finalize();
  /frameworks/base/services/core/java/com/android/server/input/
InputApplicationHandle.java 47 protected void finalize() throws Throwable { method in class:InputApplicationHandle
51 super.finalize();
  /external/javasqlite/src/main/java/SQLite/
Vm.java 67 protected native void finalize(); method in class:Vm
  /external/opencv3/modules/java/src/
objdetect+BaseCascadeClassifier.java 17 protected void finalize() throws Throwable { method in class:BaseCascadeClassifier
23 // native support for java finalize()
video+DualTVL1OpticalFlow.java 17 protected void finalize() throws Throwable { method in class:DualTVL1OpticalFlow
23 // native support for java finalize()
  /art/test/Transaction/
Transaction.java 75 public void finalize() throws Throwable { method in class:Transaction.AbortHelperClass
76 super.finalize();
  /cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderStaticNonce.java 43 public void finalize() throws Throwable { method in class:ClassLoaderStaticNonce.A
44 super.finalize();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedDebuggee.java 119 protected void finalize() throws Throwable { method in class:IsCollectedObject001_01
121 super.finalize();
126 protected void finalize() throws Throwable { method in class:IsCollectedObject001_02
128 super.finalize();
133 protected void finalize() throws Throwable { method in class:IsCollectedObject001_03
135 super.finalize();
  /libcore/luni/src/test/native/
libcore_util_NativeAllocationRegistryTest.cpp 26 static void finalize(uint64_t* ptr) { function
33 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&finalize));
  /dalvik/dx/tests/089-dex-define-object/
Object.java 28 protected void finalize() { method in class:Object
  /external/skia/src/pdf/
SkDeflate.h 39 /** The destructor calls finalize(). */
43 write() will fail. Subsequent calls to finalize() do nothing. */
44 void finalize();
  /libcore/luni/src/test/java/libcore/java/util/
ResourceLeakageDetectorTest.java 62 protected void finalize() throws Throwable { method
66 super.finalize();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
AutoCloseInputStream.java 124 protected void finalize() throws Throwable { method in class:AutoCloseInputStream
126 super.finalize();

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>