Searched refs:Exit (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tests/
H A DExit.java27 public class Exit { class
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.java53 /** Exit is used to replace the use of System.exit in the original javah.
55 public static class Exit extends Error { class in class:Util
57 Exit(int exitValue) { method in class:Util.Exit
61 Exit(int exitValue, Throwable cause) { method in class:Util.Exit
67 Exit(Exit e) { method in class:Util.Exit
98 private void initMessages() throws Exit {
106 private String getText(String key, Object... args) throws Exit {
120 public void usage() throws Exit {
124 public void version() throws Exit {
[all...]
H A DGen.java95 protected abstract void write(OutputStream o, TypeElement clazz) throws Util.Exit;
142 protected PrintWriter wrapWriter(OutputStream o) throws Util.Exit {
158 public void run() throws IOException, ClassNotFoundException, Util.Exit {
241 throws Util.Exit {
326 protected void writeFileTop(OutputStream o) throws Util.Exit {
H A DJNI.java61 public void write(OutputStream o, TypeElement clazz) throws Util.Exit {
135 protected final String jniType(TypeMirror t) throws Util.Exit {
H A DLLNI.java76 protected void write(OutputStream o, TypeElement clazz) throws Util.Exit {
91 throws TypeSignature.SignatureException, Util.Exit {
412 throws TypeSignature.SignatureException, Util.Exit {
428 throws TypeSignature.SignatureException, Util.Exit {
440 throws TypeSignature.SignatureException, Util.Exit {
508 protected final String jniType(TypeMirror t) throws Util.Exit {
H A DJavahTask.java343 } catch (Util.Exit e) {
437 public boolean run() throws Util.Exit {
515 throw new Util.Exit(p.exit);
713 } catch (Util.Exit e) {
764 private Util.Exit exit;
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c208 goto Exit;
215 goto Exit;
221 goto Exit;
244 Exit:
257 goto Exit;
268 Exit:
H A Ddebug_trace.c115 goto Exit;
122 Exit:
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.c439 if (err != noErr) { goto Exit; }
444 if (err != noErr) { goto Exit; }
447 if (err != noErr) { goto Exit; }
449 Exit:
/openjdk7/jdk/src/share/back/
H A DdebugLoop.c56 (cmd->cmd == JDWP_COMMAND(VirtualMachine, Exit)))) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp97 template(Exit) \
H A DobjectMonitor.cpp886 // Exit support
952 TEVENT (Exit - Throw IMSX) ;
1046 TEVENT (Exit - Reacquired) ;
1172 // then calls exit(). Exit release the lock by setting O._owner to NULL.
1310 // Exit protocol:
1554 } // Exit thread safepoint: transition _thread_blocked -> _thread_in_vm
/openjdk7/jdk/make/tools/reorder/
H A DMakefile47 TESTS = Null Exit Hello Sleep IntToString \
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java566 JDWP.VirtualMachine.Exit.process(vm, exitCode);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec206 (Command Exit=10
2636 " <LI>Method Exit Event"
2841 "Method Entry Events and Method Exit Events might occur "

Completed in 106 milliseconds