/libcore/luni/src/test/java/libcore/java/lang/ref/ |
D | FinalizeTest.java | 54 @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/ |
D | CloseGuardSupportTest.java | 139 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/ |
D | RuntimeTest.java | 46 protected void finalize() { in finalize() method in RuntimeTest.HasFinalizer 52 protected void finalize() { in finalize() method in RuntimeTest
|
/libcore/luni/src/test/native/ |
D | libcore_libcore_util_NativeAllocationRegistryTest.cpp | 75 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/ |
D | MeteredStream.java | 211 protected void finalize() throws Throwable { in finalize() method in MeteredStream 219 super.finalize(); in finalize()
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipFile.java | 112 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
|
D | Inflater.java | 110 protected void finalize() { in finalize() method in Inflater
|
D | Deflater.java | 121 protected void finalize() { in finalize() method in Deflater
|
/libcore/dalvik/src/test/java/libcore/dalvik/system/ |
D | CloseGuardTest.java | 206 public void finalize() throws Throwable { 208 super.finalize();
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldObjectTest.java | 77 public void finalize() throws Throwable { in finalize() method in OldObjectTest.MockObject 78 super.finalize(); in finalize()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Object.annotated.java | 56 protected void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); } in finalize() method in Object
|
D | Enum.annotated.java | 54 protected final void finalize() { throw new RuntimeException("Stub!"); } in finalize() method in Enum
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 563 @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/ |
D | Reference.java | 307 protected void finalize() {
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Object.java | 621 protected void finalize() throws Throwable { } in finalize() method in Object
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Object.java | 81 protected void finalize() throws java.lang.Throwable { in finalize() method in Object
|
D | Enum.java | 86 protected final void finalize() { in finalize() method in Enum
|
/libcore/ojluni/annotations/mmodule/java/io/ |
D | FileInputStream.annotated.java | 60 protected void finalize() throws java.io.IOException { throw new RuntimeException("Stub!"); } in finalize() method in FileInputStream
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketOutputStream.java | 184 protected void finalize() {} in finalize() method in SocketOutputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceTest.java | 168 protected void finalize() { in test_subclass() method in ReferenceTest.TestObject 271 protected void finalize() { in test_finalizeReferenceInteraction() method in ReferenceTest.TestObject
|
D | SoftReferenceTest.java | 89 protected void finalize() { in test_get_SoftReference() method in SoftReferenceTest.TestObject
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileOutputStream.java | 91 protected void finalize() throws java.io.IOException { in finalize() method in FileOutputStream
|
D | FileInputStream.java | 93 protected void finalize() throws java.io.IOException { in finalize() method in FileInputStream
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | UnixAsynchronousServerSocketChannelImpl.java | 134 protected void finalize() throws Throwable { in finalize() method in UnixAsynchronousServerSocketChannelImpl 141 super.finalize(); in finalize()
|
/libcore/benchmarks/src/benchmarks/ |
D | ReferenceBenchmark.java | 100 protected void finalize() { in finalize() method in ReferenceBenchmark.FinalizableObject
|