Searched refs:quit (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jdk/test/com/sun/jdi/
H A DJdbArgTest.sh60 echo quit | \
H A DJdbMissStep.sh77 cmd quit
H A DRedefineFinal.sh78 cmd quit
H A DRedefinePop.sh78 cmd quit
H A DDeoptimizeWalk.sh87 cmd quit
H A DJdbLockTest.sh86 cmd quit
H A DMixedSuspendTest.sh103 cmd quit
H A DRedefine-g.sh92 cmd quit
H A DRedefineException.sh96 cmd quit
H A DRedefineIntConstantToLong.sh93 cmd quit
H A DRedefineTTYLineNumber.sh77 cmd quit
H A DCatchPatternTest.sh95 cmd quit
H A DShellScaffold.sh127 # waitforfinish: quit if the jdb process is gone
526 if [ $1 = quit -o -r "$failFile" ] ; then
530 echo "--Sending cmd: quit" >& 2
531 echo quit
533 # can cause jdb to not get the quit.
778 echo quit
809 cmd quit
944 # If a failure has occured, quit
/openjdk7/jdk/test/java/awt/Insets/
H A DCombinedTestApp1.java50 MenuItem quit = new MenuItem("Quit", new MenuShortcut(KeyEvent.VK_Q));
51 quit.addActionListener(new ActionListener() {
54 file.add(quit);
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DShutdownNowExecuteRace.java40 static volatile boolean quit = false; field in class:ShutdownNowExecuteRace
52 while (! quit) {
66 quit = true;
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c247 goto quit;
256 goto quit;
268 goto quit;
272 quit:
373 goto quit;
385 goto quit;
400 goto quit;
457 quit:
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c247 goto quit;
256 goto quit;
268 goto quit;
272 quit:
373 goto quit;
385 goto quit;
400 goto quit;
457 quit:
/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c82 goto quit;
89 goto quit;
98 goto quit;
129 goto quit;
184 goto quit;
190 quit:
H A Dsalibelf.c112 goto quit;
123 quit:
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java100 quit();
153 JMenuItem quit = new JMenuItem("Quit");
169 quit.addActionListener(new ActionListener() {
172 quit();
179 file.add(quit);
310 public void quit() { method in class:MetalworksFrame
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DGtkFileDialogPeer.java58 private native void quit(); method in class:GtkFileDialogPeer
123 quit();
133 quit();
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.c111 goto quit;
122 quit:
H A Dsymtab.c347 goto quit;
355 goto quit;
363 goto quit;
388 goto quit;
477 quit:
526 quit:
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c46 static void quit(JNIEnv * env, jobject jpeer, gboolean isSignalHandler) function
75 * Method: quit
81 quit(env, jpeer, FALSE);
200 quit(env, (jobject)obj, TRUE);
/openjdk7/jdk/test/java/util/zip/
H A DInflateIn_DeflateOut.java180 String quit = "QUIT\r\n";
183 os.write(quit.getBytes());
188 equal(sb.toString(), quit);

Completed in 3222 milliseconds

12