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

1234567891011>>

/openjdk7/jdk/src/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
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DToolkitThreadBlockedHandler.java32 public void exit(); method in interface:ToolkitThreadBlockedHandler
/openjdk7/jdk/make/tools/reorder/tests/
H A DExit.java30 System.exit(0);
H A DLoadFrame.java38 System.exit(0);
H A DLoadJFrame.java38 System.exit(0);
H A DLoadToolkit.java38 System.exit(0);
/openjdk7/jdk/test/com/sun/jdi/
H A DExit0.java26 System.exit(0);
/openjdk7/jdk/test/tools/launcher/
H A DUnresolvedExceptions.java32 // main is invoked from a shell so calling exit won't stop all
34 System.exit(0);
H A DDefaultLocaleTest.java35 System.exit(1);
40 System.exit(0);
/openjdk7/jdk/test/java/rmi/registry/altSecurityManager/
H A DTestSecurityManager.java35 // will exit when they try to do so... this is used as a sign
39 System.exit(1);
43 // permit check exit for all code
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRemoteExiter.java30 void exit() throws RemoteException; method in interface:RemoteExiter
/openjdk7/jdk/src/share/sample/vm/clr-jvm/
H A Dinvoked.java46 System.exit(0);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DNotActivatableInterface.java32 public void exit() throws java.rmi.RemoteException; method in interface:NotActivatableInterface
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6753639.java41 System.exit(95);
46 System.exit(97);
H A DTest6196102.java42 System.exit(97);
H A DTest6985295.java45 System.exit(95);
50 System.exit(97);
/openjdk7/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);
/openjdk7/hotspot/src/share/tools/launcher/
H A Djli_util.c46 exit(1);
61 exit(1);
76 exit(1);
/openjdk7/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);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DTestDebugger.java38 System.exit(1);
66 System.exit(1);
82 System.exit(1);
123 System.exit(1);
129 System.exit(1);
136 System.exit(1);
142 System.exit(1);
149 System.exit(1);
155 System.exit(1);
162 System.exit(
[all...]
/openjdk7/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.java37 System.exit(0);
/openjdk7/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);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6199676.java45 private static void exit(String error) { method in class:Test6199676
48 System.exit(1);
51 System.exit(0);
91 exit("custom preview panel is showing");
93 exit(null);
101 exit("default preview panel is not showing");
112 exit("could not change L&F");
/openjdk7/jdk/make/tools/reorder/tools/
H A DMaxTime.java58 System.exit(1);
82 System.exit(1);
85 System.exit(2);
88 // Set the exit timer.
99 System.exit(0);
114 System.exit(3);

Completed in 365 milliseconds

1234567891011>>