Searched refs:finalize (Results 26 - 50 of 54) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java67 public void finalize() throws Throwable { method in class:OldObjectTest.MockObject
68 super.finalize();
/libcore/luni/src/main/java/java/lang/ref/
H A DFinalizerReference.java113 * finalize() method is called, we know all previously-enqueued finalizable
119 @Override protected synchronized void finalize() throws Throwable { method in class:FinalizerReference.Sentinel
/libcore/libart/src/main/java/java/lang/
H A DEnum.java220 protected final void finalize() { method in class:Enum
H A DDaemons.java27 * Calls Object.finalize() on objects in the finalizer reference queue. The VM
28 * will abort if any finalize() call takes more than the maximum finalize time
190 object.finalize();
267 String message = object.getClass().getName() + ".finalize() timed out after "
270 // We use the stack from where finalize() was running to show where it was stuck.
/libcore/libdvm/src/main/java/java/lang/
H A DEnum.java219 protected final void finalize() { method in class:Enum
H A DDaemons.java27 * Calls Object.finalize() on objects in the finalizer reference queue. The VM
28 * will abort if any finalize() call takes more than the maximum finalize time
187 object.finalize();
264 String message = object.getClass().getName() + ".finalize() timed out after "
267 // We use the stack from where finalize() was running to show where it was stuck.
/libcore/luni/src/test/java/tests/api/java/lang/ref/
H A DSoftReferenceTest.java91 protected void finalize() {
H A DReferenceTest.java172 * get called, and that clear/enqueue/finalize happen in the
177 * java.lang.Object#finalize()
191 protected void finalize() {
225 assertTrue("finalize() should have been called.",
293 protected void finalize() {
305 "' in finalize()");
327 assertTrue("finalize() should have been called.",
/libcore/crypto/src/main/java/org/conscrypt/
H A DAbstractSessionContext.java291 @Override protected void finalize() throws Throwable { method in class:AbstractSessionContext
295 super.finalize();
H A DOpenSSLSessionImpl.java442 @Override protected void finalize() throws Throwable { method in class:OpenSSLSessionImpl
446 super.finalize();
H A DOpenSSLSignature.java282 protected void finalize() throws Throwable { method in class:OpenSSLSignature
288 super.finalize();
H A DOpenSSLX509CRL.java381 protected void finalize() throws Throwable { method in class:OpenSSLX509CRL
387 super.finalize();
H A DOpenSSLX509Certificate.java488 protected void finalize() throws Throwable { method in class:OpenSSLX509Certificate
494 super.finalize();
/libcore/luni/src/main/java/java/net/
H A DPlainDatagramSocketImpl.java94 @Override protected void finalize() throws Throwable { method in class:PlainDatagramSocketImpl
101 super.finalize();
H A DPlainSocketImpl.java204 @Override protected void finalize() throws Throwable { method in class:PlainSocketImpl
211 super.finalize();
/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java158 @Override protected void finalize() throws Throwable { method in class:CharsetDecoderICU
163 super.finalize();
H A DCharsetEncoderICU.java187 @Override protected void finalize() throws Throwable { method in class:CharsetEncoderICU
192 super.finalize();
/libcore/luni/src/main/java/java/util/
H A DTimer.java330 @Override protected void finalize() throws Throwable { method in class:Timer.FinalizerHelper
337 super.finalize();
351 // Used to finalize thread
/libcore/luni/src/main/java/java/util/regex/
H A DMatcher.java649 @Override protected void finalize() throws Throwable { method in class:Matcher
655 super.finalize();
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java549 @Override protected synchronized void finalize() throws Throwable { method in class:ExpatParser
556 super.finalize();
657 @Override protected synchronized void finalize() throws Throwable { method in class:ExpatParser.ClonedAttributes
664 super.finalize();
796 protected synchronized void finalize() throws Throwable { method in class:ExpatParser.EntityParser
/libcore/luni/src/main/java/java/io/
H A DRandomAccessFile.java170 @Override protected void finalize() throws Throwable { method in class:RandomAccessFile
177 super.finalize();
/libcore/luni/src/main/java/java/math/
H A DBigInt.java29 @Override protected void finalize() throws Throwable { method in class:BigInt
36 super.finalize();
/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java155 @Override protected void finalize() throws IOException { method in class:ZipFile
162 super.finalize();
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java183 protected void finalize() { method in class:ExemptionMechanismTest.Mock_ExemptionMechanism
185 super.finalize();
/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java51 @Override protected void finalize() throws Throwable { method in class:MemoryBlock.MemoryMappedBlock

Completed in 837 milliseconds

123