Searched refs:exit (Results 1 - 25 of 3144) sorted by path

1234567891011>>

/external/aac/libSYS/src/linux/
H A DgenericStds_linux.cpp262 exit(-1);
/external/aac/libSYS/src/mips/
H A DgenericStds_mips.cpp245 exit(-1);
/external/android-clat/
H A Dclatd.c172 exit(1);
182 exit(1);
191 exit(1);
202 exit(1);
209 exit(1);
213 exit(1);
227 exit(1);
240 exit(1);
256 exit(1);
310 exit(
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DInterp.java79 System.exit(executer.failures.size() + executer.invalids.size());
H A DgUnitBaseTest.java125 e.printStackTrace(); System.exit(1);
127 e.printStackTrace(); System.exit(1);
129 e.printStackTrace(); System.exit(1);
131 e.printStackTrace(); System.exit(1);
133 e.printStackTrace(); System.exit(1);
135 e.printStackTrace(); System.exit(1);
270 e.printStackTrace(); System.exit(1);
273 e.printStackTrace(); System.exit(1);
276 e.printStackTrace(); System.exit(1);
279 e.printStackTrace(); System.exit(
[all...]
H A DgUnitExecutor.java150 System.exit(1);
278 e.printStackTrace(); System.exit(1);
280 e.printStackTrace(); System.exit(1);
282 e.printStackTrace(); System.exit(1);
284 e.printStackTrace(); System.exit(1);
286 e.printStackTrace(); System.exit(1);
288 e.printStackTrace(); System.exit(1);
410 e.printStackTrace(); System.exit(1);
412 e.printStackTrace(); System.exit(1);
414 e.printStackTrace(); System.exit(
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DImageFactory.java51 System.exit(1);
54 System.exit(1);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as60 * in a rule will cause an exception and immediate exit from
803 trace("exit "+ruleName+" "+inputSymbol);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetree.c372 exit(1);
H A Dantlr3debughandlers.c349 // (such as Java crashing again). Therefore we just exit the program
356 exit(0);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas717 /// in a rule will cause an exception and immediate exit from
1973 // Moved to version 2 for v3.1: added grammar name to enter/exit Rule
4738 Write('exit ' + RuleName + ' ' + InputSymbol);
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py55 sys.exit(2)
81 sys.exit(2)
98 sys.exit(2)
177 sys.exit(0) # try to force an exit
211 sys.exit(2)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java96 System.exit(1);
98 System.exit(0);
736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
742 System.err.println(" -version print the version of ANTLR and exit.");
751 System.err.println(" -Xnoprune test lookahead against EBNF block exit branches");
1028 /** If the tool needs to panic/exit, how do we do that?
1118 * recognizer that prints trace messages on entry and exit of each rule.
1300 * recognizer that prints trace messages on entry and exit of each rule
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DDebuggeeWrapper.java65 * An implementation of this method must cause the debuggee to exit
70 public abstract void exit(int exitStatus); method in class:DebuggeeWrapper
H A DStreamRedirector.java88 public void exit() { method in class:StreamRedirector
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPDebuggeeWrapper.java113 public void exit(int exitStatus) { method in class:JDWPDebuggeeWrapper
114 vmMirror.exit(exitStatus);
H A DVmMirror.java530 public ReplyPacket exit(int exitCode) { method in class:VmMirror
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DStatus002Debuggee.java79 System.exit(0);
H A DStatus003Debuggee.java79 System.exit(0);
H A DStatus004Debuggee.java79 System.exit(0);
H A DStatus005Debuggee.java82 System.exit(0);
H A DSuspendCountDebuggee.java94 System.exit(0);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeProcessWrapper.java80 * Waits for process to exit and closes uotput redirectors
85 logWriter.println("Waiting for process exit");
89 throw new TestErrorException("IOException in waiting for process exit: ", e);
94 outRedir.exit();
105 errRedir.exit();
256 * Waits for launched process to exit.
279 logWriter.println("Finished debuggee with exit code: " + exitCode);
291 * Separate thread for waiting for process exit for specified timeout.
/external/bison/build-aux/
H A Dtexinfo.tex1047 % Open the new aux file. TeX will close it automatically at exit.
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc1834 exit( YY_EXIT_FAILURE );
2074 exit (EXIT_FAILURE);

Completed in 1055 milliseconds

1234567891011>>