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

12

/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.java635 @Override protected void finalize() throws Throwable { method in class:Matcher
639 super.finalize();
/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java148 @Override protected void finalize() throws IOException { method in class:ZipFile
155 super.finalize();
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DAbstractSessionContext.java286 @Override protected void finalize() throws Throwable { method in class:AbstractSessionContext
290 super.finalize();
H A DOpenSSLSessionImpl.java444 @Override protected void finalize() throws Throwable { method in class:OpenSSLSessionImpl
448 super.finalize();
H A DOpenSSLSignature.java262 protected void finalize() throws Throwable { method in class:OpenSSLSignature
268 super.finalize();
H A DOpenSSLSocketImpl.java951 @Override protected void finalize() throws Throwable { method in class:OpenSSLSocketImpl
974 super.finalize();
/libcore/luni/src/test/java/tests/api/java/lang/ref/
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/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/lang/
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/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/net/
H A DPlainSocketImpl.java204 @Override protected void finalize() throws Throwable { method in class:PlainSocketImpl
211 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
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java154 @Override protected void finalize() throws Throwable { method in class:NativeDecimalFormat
158 super.finalize();
/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutors.java595 protected void finalize() { method in class:Executors.FinalizableDelegatedExecutorService
H A DThreadPoolExecutor.java323 * On invocation of shutdown(), perhaps implicitly in finalize()
1410 protected void finalize() { method in class:ThreadPoolExecutor

Completed in 401 milliseconds

12