Searched refs:exit (Results 1 - 25 of 757) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DSecondaryLoop.java33 * provides two methods, {@link #enter} and {@link #exit},
38 * {@link #exit} method. Also, a new event loop is started
41 * thread by calling its {@link #exit} method. After the
84 * loop.exit();
105 * #exit} method is called or the loop is terminated. A new
138 * with the {@link #exit} method, this method returns {@code
142 * has not yet been finished with the {@link #exit} method,
145 public boolean exit(); method in interface:SecondaryLoop
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/datatransfer/
H A DToolkitThreadBlockedHandler.java32 public void exit(); method in interface:ToolkitThreadBlockedHandler
/openjdk10/jdk/make/non-build-utils/reorder/tests/
H A DExit.java30 System.exit(0);
H A DLoadToolkit.java38 System.exit(0);
H A DLoadJFrame.java38 System.exit(0);
H A DLoadFrame.java38 System.exit(0);
/openjdk10/jdk/test/com/sun/jdi/
H A DExit0.java26 System.exit(0);
/openjdk10/test/failure_handler/test/sanity/
H A DSystemExit.java30 System.exit(1);
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DRemoteExiter.java30 void exit() throws RemoteException; method in interface:RemoteExiter
/openjdk10/jdk/test/java/rmi/registry/altSecurityManager/
H A DTestSecurityManager.java37 // will exit when they try to do so... this is used as a sign
41 System.exit(EXIT_VALUE);
45 // permit check exit for all code
/openjdk10/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DNotActivatableInterface.java32 public void exit() throws java.rmi.RemoteException; method in interface:NotActivatableInterface
/openjdk10/jdk/test/java/lang/System/finalization/
H A DFinExit.java26 @summary Ensure that finalizers are not invoked more than once when on-exit
27 finalization is enabled and a finalizer invokes System.exit after
28 System.exit has already been invoked
44 System.exit(0);
51 System.exit(0);
/openjdk10/nashorn/test/script/sandbox/
H A Dexit.js25 * Try to call System.exit, quit and exit.
40 java.lang.System.exit(0);
54 exit(0);
60 print("Success, didn't exit!");
/openjdk10/jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/
H A DTestWrapped.java46 System.exit(0);
56 System.exit(-1);
65 System.exit(-1);
71 System.exit(-1);
74 System.exit(0);
/openjdk10/jdk/test/java/lang/instrument/
H A DManifestTestApp.java29 System.exit(0);
42 System.exit(1);
65 System.exit(1);
H A DRedefineClassWithNativeMethodApp.java36 System.exit(0);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DRemoveValueProxyPhase.java36 for (LoopExitNode exit : graph.getNodes(LoopExitNode.TYPE)) {
37 for (ProxyNode vpn : exit.proxies().snapshot()) {
40 FrameState stateAfter = exit.stateAfter();
42 exit.setStateAfter(null);
/openjdk10/hotspot/test/compiler/c2/
H A DTest6196102.java43 System.exit(97);
/openjdk10/jdk/test/java/awt/JAWT/
H A DMyCanvas.java35 System.exit(1);
49 System.exit(0);
63 System.exit(0);
67 System.exit(1);
/openjdk10/jdk/test/java/awt/Toolkit/BadDisplayTest/
H A DBadDisplayTest.java45 System.exit(1);
/openjdk10/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.java37 System.exit(0);
/openjdk10/jdk/test/java/rmi/registry/readTest/
H A DRegistryLookup.java34 int exit = 0;
55 exit = EXIT_FAIL;
58 // need to exit explicitly, and parent process uses exit value
60 System.exit(exit);
/openjdk10/jdk/test/sun/tools/jrunscript/
H A DCheckEngine.java28 * engine is not present, return an exit code of 2 to indicate that
43 System.exit(exitCode);
/openjdk10/nashorn/test/script/basic/
H A Djavamethodcallerrors.js31 var Exit = java.lang.System.exit;
/openjdk10/nashorn/samples/
H A Ddefaults.js36 exit(1);

Completed in 270 milliseconds

1234567891011>>