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

12

/dalvik/libcore/sql/src/main/java/SQLite/
H A DVm.java67 protected native void finalize(); method in class:Vm
H A DDatabase.java57 protected void finalize() { method in class:Database
219 vm.finalize();
247 vm.finalize();
274 vm.finalize();
H A DStmt.java277 protected native void finalize(); method in class:Stmt
H A DBlob.java308 protected native void finalize(); method in class:Blob
/dalvik/dx/tests/089-dex-define-object/
H A DObject.java28 protected void finalize() { method in class:Object
/dalvik/tests/036-finalizer/src/
H A DFinalizerTest.java19 protected void finalize() { method in class:FinalizerTest
/dalvik/tests/030-bad-finalizer/src/
H A DBadFinalizer.java15 protected void finalize() { method in class:BadFinalizer
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DObject.java129 * override {@code finalize()} as required. Uncaught exceptions which are
133 * Note that the VM does guarantee that {@code finalize()} is called at most
135 * finalize()} will be called. For example, object B's {@code finalize()}
136 * can delay the execution of object A's {@code finalize()} method and
147 protected void finalize() throws Throwable { method in class:Object
/dalvik/tests/059-finalizer-throw/src/
H A DMain.java40 protected void finalize() throws Throwable { method in class:Main
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLMessageDigest.java113 protected void finalize() throws Throwable { method in class:OpenSSLMessageDigest
114 super.finalize();
H A DOpenSSLMessageDigestJDK.java89 protected void finalize() throws Throwable { method in class:OpenSSLMessageDigestJDK
90 super.finalize();
H A DOpenSSLSignature.java200 protected void finalize() throws Throwable { method in class:OpenSSLSignature
201 super.finalize();
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
H A DCollationElementIterator.java194 protected void finalize() method in class:CollationElementIterator
H A DRuleBasedBreakIterator.java119 protected void finalize() { method in class:RuleBasedBreakIterator
/dalvik/libcore/regex/src/main/java/java/util/regex/
H A DPattern.java432 protected void finalize() throws Throwable { method in class:Pattern
439 super.finalize();
H A DMatcher.java726 protected void finalize() throws Throwable { method in class:Matcher
733 super.finalize();
/dalvik/libcore/sql/src/test/java/tests/SQLite/
H A DBlobTest.java52 public void finalize() { method in class:BlobTest.MockBlob
54 super.finalize();
155 * @tests Blob#finalize()
160 method = "finalize",
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java258 protected void finalize() throws IOException { method in class:DexFile
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
H A DReferenceTest.java191 protected void finalize() {
245 * get called, and that clear/enqueue/finalize happen in the
250 * @tests java.lang.Object#finalize()
256 "get called, and that clear/enqueue/finalize happen in the " +
264 "get called, and that clear/enqueue/finalize happen in the " +
282 protected void finalize() {
317 assertTrue("finalize() should have been called.",
408 protected void finalize() {
420 "' in finalize()");
443 assertTrue("finalize() shoul
[all...]
H A DSoftReferenceTest.java120 protected void finalize() {
/dalvik/libcore/luni/src/main/java/java/io/
H A DFileOutputStream.java207 * if an error occurs attempting to finalize this stream.
210 protected void finalize() throws IOException { method in class:FileOutputStream
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DObjectTest.java80 method = "finalize",
93 protected void finalize() throws Throwable {
95 super.finalize();
147 public void finalize() throws Throwable { method in class:ObjectTest.MockObject
148 super.finalize();
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
H A DCharsetDecoderICU.java277 protected void finalize()throws Throwable{ method in class:CharsetDecoderICU
279 super.finalize();
H A DCharsetEncoderICU.java317 * @exception Throwable exception thrown by super class' finalize method
320 protected void finalize() throws Throwable { method in class:CharsetEncoderICU
322 super.finalize();
/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DDeflater.java256 * finalize()}, it can be called explicitly in order to free native
273 protected void finalize() { method in class:Deflater

Completed in 501 milliseconds

12