Home
last modified time | relevance | path

Searched refs:runFinalizersOnExit (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java88 public static void runFinalizersOnExit(boolean value) { throw new RuntimeException("Stub!"); } in runFinalizersOnExit() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java87 @Deprecated public static void runFinalizersOnExit(boolean value) { throw new RuntimeException("Stu… in runFinalizersOnExit() method in System
/libcore/ojluni/annotations/hiddenapi/java/lang/
DRuntime.java62 public static void runFinalizersOnExit(boolean value) { in runFinalizersOnExit() method in Runtime
DSystem.java228 public static void runFinalizersOnExit(boolean value) { in runFinalizersOnExit() method in System
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DSystemTest.java285 System.runFinalizersOnExit(false); in test_runFinalizersOnExitZ()
/libcore/ojluni/src/main/java/java/lang/
DRuntime.java391 public static void runFinalizersOnExit(boolean value) { in runFinalizersOnExit() method in Runtime
DSystem.java1589 public static void runFinalizersOnExit(boolean value) { in runFinalizersOnExit() method in System
1590 Runtime.runFinalizersOnExit(value); in runFinalizersOnExit()
/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeTest.java397 Runtime.getRuntime().runFinalizersOnExit(true); in test_runFinalizersOnExit()