Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 25 of 56) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/lang/ref/
DFinalizeTest.java54 @Override protected void finalize() throws Throwable { in createFinalizableObject()
55 super.finalize(); in createFinalizableObject()
102 @Override protected void finalize() throws Throwable { in finalize() method in FinalizeTest.ConstructionFails
122 @Override protected void finalize() throws Throwable { in createSlowFinalizer() method
145 @Override protected void finalize() throws Throwable { in createChainedFinalizer() method
/libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/
DCloseGuardSupportTest.java139 protected void finalize() throws Throwable { in test()
140 super.finalize(); in test()
166 protected void finalize() throws Throwable { in test()
168 super.finalize(); in test()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DRuntimeTest.java46 protected void finalize() { in finalize() method in RuntimeTest.HasFinalizer
52 protected void finalize() { in finalize() method in RuntimeTest
/libcore/luni/src/test/native/
Dlibcore_libcore_util_NativeAllocationRegistryTest.cpp75 static void finalize(uint64_t* ptr) { in finalize() function
82 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&finalize)); in Java_libcore_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer()
/libcore/ojluni/src/main/java/sun/net/www/
DMeteredStream.java211 protected void finalize() throws Throwable { in finalize() method in MeteredStream
219 super.finalize(); in finalize()
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java112 protected void finalize() throws java.io.IOException { in finalize() method in ZipFile
282 protected void finalize() throws java.lang.Throwable { in finalize() method in ZipFile.ZipFileInflaterInputStream
328 protected void finalize() { in finalize() method in ZipFile.ZipFileInputStream
DInflater.java110 protected void finalize() { in finalize() method in Inflater
DDeflater.java121 protected void finalize() { in finalize() method in Deflater
/libcore/dalvik/src/test/java/libcore/dalvik/system/
DCloseGuardTest.java206 public void finalize() throws Throwable {
208 super.finalize();
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java77 public void finalize() throws Throwable { in finalize() method in OldObjectTest.MockObject
78 super.finalize(); in finalize()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DObject.annotated.java56 protected void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); } in finalize() method in Object
DEnum.annotated.java54 protected final void finalize() { throw new RuntimeException("Stub!"); } in finalize() method in Enum
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java563 @Override protected synchronized void finalize() throws Throwable { in finalize() method in ExpatParser
570 super.finalize(); in finalize()
675 @Override protected synchronized void finalize() throws Throwable { in finalize() method in ExpatParser.ClonedAttributes
682 super.finalize(); in finalize()
815 protected synchronized void finalize() throws Throwable { in finalize() method in ExpatParser.EntityParser
/libcore/ojluni/src/main/java/java/lang/ref/
DReference.java307 protected void finalize() {
/libcore/ojluni/src/main/java/java/lang/
DObject.java621 protected void finalize() throws Throwable { } in finalize() method in Object
/libcore/ojluni/annotations/hiddenapi/java/lang/
DObject.java81 protected void finalize() throws java.lang.Throwable { in finalize() method in Object
DEnum.java86 protected final void finalize() { in finalize() method in Enum
/libcore/ojluni/annotations/mmodule/java/io/
DFileInputStream.annotated.java60 protected void finalize() throws java.io.IOException { throw new RuntimeException("Stub!"); } in finalize() method in FileInputStream
/libcore/ojluni/src/main/java/java/net/
DSocketOutputStream.java184 protected void finalize() {} in finalize() method in SocketOutputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DReferenceTest.java168 protected void finalize() { in test_subclass() method in ReferenceTest.TestObject
271 protected void finalize() { in test_finalizeReferenceInteraction() method in ReferenceTest.TestObject
DSoftReferenceTest.java89 protected void finalize() { in test_get_SoftReference() method in SoftReferenceTest.TestObject
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileOutputStream.java91 protected void finalize() throws java.io.IOException { in finalize() method in FileOutputStream
DFileInputStream.java93 protected void finalize() throws java.io.IOException { in finalize() method in FileInputStream
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java134 protected void finalize() throws Throwable { in finalize() method in UnixAsynchronousServerSocketChannelImpl
141 super.finalize(); in finalize()
/libcore/benchmarks/src/benchmarks/
DReferenceBenchmark.java100 protected void finalize() { in finalize() method in ReferenceBenchmark.FinalizableObject

123