Searched refs:finalize (Results 1 - 25 of 166) sorted by relevance

1234567

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeRef.java54 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
[all...]
H A DOpenSSLBIOSink.java67 protected void finalize() throws Throwable { method in class:OpenSSLBIOSink
71 super.finalize();
H A DOpenSSLBIOSource.java47 protected void finalize() throws Throwable { method in class:OpenSSLBIOSource
51 super.finalize();
H A DOpenSSLEngine.java130 protected void finalize() throws Throwable { method in class:OpenSSLEngine
137 super.finalize();
/external/javasqlite/src/main/java/SQLite/
H A DVm.java67 protected native void finalize(); method in class:Vm
H A DBackup.java29 protected void finalize() { method in class:Backup
H A DStmt.java286 protected native void finalize(); method in class:Stmt
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DIsCollectedDebuggee.java119 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();
H A DDisableCollectionDebuggee.java112 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_01
114 super.finalize();
119 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_02
121 super.finalize();
H A DEnableCollectionDebuggee.java117 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
119 super.finalize();
124 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
126 super.finalize();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java117 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
119 super.finalize();
124 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
126 super.finalize();
/external/skia/experimental/SkV8Example/js/
H A Dsample.js8 var p = b.finalize();
/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h40 void finalize(Kind kind);
/external/skia/src/core/
H A DSkFlate.h59 /** The destructor calls finalize(). */
63 write() will fail. Subsequent calls to finalize() do nothing. */
64 void finalize();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java76 * protected void finalize() {
150 protected void finalize() throws Throwable { method in class:SharedObject.Reference
151 super.finalize();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java123 protected void finalize() throws Throwable { method in class:CollisionShape
124 super.finalize();
H A DGImpactCollisionShape.java161 protected void finalize() throws Throwable { method in class:GImpactCollisionShape
162 super.finalize();
H A DMeshCollisionShape.java154 protected void finalize() throws Throwable { method in class:MeshCollisionShape
155 super.finalize();
/external/llvm/unittests/MC/
H A DStringTableBuilderTest.cpp26 B.finalize(StringTableBuilder::ELF);
49 B.finalize(StringTableBuilder::WinCOFF);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DH2Map.java65 protected void finalize() throws Throwable { method in class:H2Map
66 super.finalize();
/external/guava/guava-testlib/test/com/google/common/testing/
H A DGcFinalizationTest.java45 @Override protected void finalize() { latch.countDown(); }
55 @Override protected void finalize() { future.set(null); }
66 @Override protected void finalize() { future.cancel(false); }
194 * specific finalize method as the more direct await* methods, but should be
202 @Override protected void finalize() { finalizerRan.countDown(); }
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java140 protected void finalize() throws Throwable { method in class:PhysicsJoint
141 super.finalize();
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java37 * <li>invoking the {@code finalize} methods of unreachable objects
52 * <p>Here's an example that tests a {@code finalize} method:
58 * protected void finalize() { latch.countDown(); ... }
194 new Object() { @Override protected void finalize() { latch.countDown(); }};
203 * <li>invoking the {@code finalize} methods of unreachable objects
264 * and invocation of finalize methods) and waits for it to complete. Ensures that at least one
265 * weak reference has been cleared and one {@code finalize} method has been run before this
288 @Override protected void finalize() { finalizerRan.countDown(); }
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java156 protected void finalize() throws Throwable { method in class:RigidBodyMotionState
157 super.finalize();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java109 protected void finalize() throws Throwable { method in class:ThreadSafeClientConnManager
111 super.finalize();

Completed in 735 milliseconds

1234567