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

12

/libcore/luni/src/main/java/libcore/icu/
H A DNativePluralRules.java41 @Override protected void finalize() throws Throwable { method in class:NativePluralRules
45 super.finalize();
H A DCollationElementIteratorICU.java174 @Override protected void finalize() throws Throwable { method in class:CollationElementIteratorICU
178 super.finalize();
H A DRuleBasedCollatorICU.java147 @Override protected void finalize() throws Throwable { method in class:RuleBasedCollatorICU
151 super.finalize();
H A DNativeBreakIterator.java67 @Override protected void finalize() throws Throwable { method in class:NativeBreakIterator
71 super.finalize();
/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/lang/
H A DObject.java198 * <p>Note that objects that override {@code finalize} are significantly more expensive than
215 * calling {@code super.finalize()} yourself.
223 protected void finalize() throws Throwable { method in class:Object
H A DEnum.java219 protected final void finalize() { method in class:Enum
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLEngine.java85 protected void finalize() throws Throwable { method in class:OpenSSLEngine
90 super.finalize();
H A DOpenSSLKey.java55 protected void finalize() throws Throwable { method in class:OpenSSLKey
61 super.finalize();
H A DOpenSSLMessageDigestJDK.java107 @Override protected void finalize() throws Throwable { method in class:OpenSSLMessageDigestJDK
111 super.finalize();
/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java135 * if an error occurs attempting to finalize this stream.
137 @Override protected void finalize() throws IOException { method in class:FileInputStream
145 super.finalize();
147 // for consistency with the RI, we must override Object.finalize() to
H A DFileOutputStream.java148 @Override protected void finalize() throws IOException { method in class:FileOutputStream
156 super.finalize();
158 // for consistency with the RI, we must override Object.finalize() to
/libcore/luni/src/main/java/libcore/net/
H A DRawSocket.java132 @Override protected void finalize() throws Throwable { method in class:RawSocket
139 super.finalize();
/libcore/luni/src/test/java/libcore/java/lang/
H A DThreadTest.java64 @Override protected void finalize() throws Throwable {
65 super.finalize();
H A DOldObjectTest.java67 public void finalize() throws Throwable { method in class:OldObjectTest.MockObject
68 super.finalize();
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java257 @Override protected void finalize() throws Throwable { method in class:DexFile
264 super.finalize();
/libcore/luni/src/main/java/java/util/regex/
H A DPattern.java442 @Override protected void finalize() throws Throwable { method in class:Pattern
446 super.finalize();
/libcore/luni/src/main/java/java/util/zip/
H A DInflater.java105 @Override protected void finalize() { method in class:Inflater
113 super.finalize();
H A DDeflater.java267 @Override protected void finalize() { method in class:Deflater
278 super.finalize();
/libcore/luni/src/main/java/javax/crypto/
H A DExemptionMechanism.java366 @Override protected void finalize() { method in class:ExemptionMechanism
368 super.finalize();
370 // for consistency with the RI, we must override Object.finalize() to
/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/luni/src/test/java/tests/api/java/lang/ref/
H A DSoftReferenceTest.java91 protected void 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();
/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.java195 @Override protected void finalize() throws Throwable { method in class:CharsetEncoderICU
200 super.finalize();

Completed in 3670 milliseconds

12