Searched defs:finalize (Results 1 - 25 of 35) sorted by relevance

12

/libcore/luni/src/main/java/libcore/icu/
H A DTransliterator.java32 @Override protected synchronized void finalize() throws Throwable { method in class:Transliterator
37 super.finalize();
H A DNativePluralRules.java41 @Override protected void finalize() throws Throwable { method in class:NativePluralRules
45 super.finalize();
H A DAlphabeticIndex.java38 @Override protected synchronized void finalize() throws Throwable { method in class:AlphabeticIndex.ImmutableIndex
43 super.finalize();
84 @Override protected synchronized void finalize() throws Throwable { method in class:AlphabeticIndex
89 super.finalize();
H A DCollationElementIteratorICU.java165 @Override protected void finalize() throws Throwable { method in class:CollationElementIteratorICU
169 super.finalize();
/libcore/libart/src/main/java/java/lang/
H A DEnum.java221 protected final void finalize() { method in class:Enum
H A DObject.java212 * <p>Note that objects that override {@code finalize} are significantly more expensive than
229 * calling {@code super.finalize()} yourself.
237 protected void finalize() throws Throwable { method in class:Object
/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java133 * if an error occurs attempting to finalize this stream.
135 @Override protected void finalize() throws IOException { method in class:FileInputStream
143 super.finalize();
145 // for consistency with the RI, we must override Object.finalize() to
H A DFileOutputStream.java147 @Override protected void finalize() throws IOException { method in class:FileOutputStream
155 super.finalize();
157 // for consistency with the RI, we must override Object.finalize() to
H A DRandomAccessFile.java169 @Override protected void finalize() throws Throwable { method in class:RandomAccessFile
176 super.finalize();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DRuntimeTest.java46 protected void finalize() { method in class:RuntimeTest.HasFinalizer
52 protected void finalize() { method in class:RuntimeTest
H A DSystemTest.java402 protected void finalize() { method in class:SystemTest
/libcore/luni/src/main/java/java/lang/ref/
H A DFinalizerReference.java133 * finalize() method is called, we know all previously-enqueued finalizable
139 @Override protected synchronized void finalize() throws Throwable { method in class:FinalizerReference.Sentinel
/libcore/luni/src/main/java/javax/crypto/
H A DExemptionMechanism.java367 @Override protected void finalize() { method in class:ExemptionMechanism
369 super.finalize();
371 // for consistency with the RI, we must override Object.finalize() to
/libcore/luni/src/test/java/libcore/java/lang/ref/
H A DFinalizeTest.java54 @Override protected void finalize() throws Throwable {
55 super.finalize();
90 @Override protected void finalize() throws Throwable { method in class:FinalizeTest.ConstructionFails
97 * to finalize. Check that objects near that limit are okay.
112 @Override protected void finalize() throws Throwable {
113 System.out.println("finalize sleeping " + millis + " ms");
135 @Override protected void finalize() throws Throwable {
/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/regex/
H A DPattern.java446 @Override protected void finalize() throws Throwable { method in class:Pattern
450 super.finalize();
H A DMatcher.java524 @Override protected void finalize() throws Throwable { method in class:Matcher
530 super.finalize();
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java77 public void finalize() throws Throwable { method in class:OldObjectTest.MockObject
78 super.finalize();
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java181 protected void finalize() { method in class:ExemptionMechanismTest.Mock_ExemptionMechanism
183 super.finalize();
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java277 @Override protected void finalize() throws Throwable { method in class:DexFile
284 super.finalize();
/libcore/luni/src/main/java/java/net/
H A DPlainDatagramSocketImpl.java96 @Override protected void finalize() throws Throwable { method in class:PlainDatagramSocketImpl
103 super.finalize();
/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java55 @Override protected void finalize() throws Throwable { method in class:MemoryBlock.MemoryMappedBlock
/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/concurrent/
H A DExecutors.java626 protected void finalize() { method in class:Executors.FinalizableDelegatedExecutorService

Completed in 2488 milliseconds

12