HomeSort by relevance Sort by last modified time
    Searched refs:exitCode (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_throw.c 94 unsigned exitCode = 0;
99 exitCode = (unsigned)(size_t) PTHREAD_CANCELED;
104 exitCode = (unsigned)(size_t) sp->exitStatus;
117 _endthreadex (exitCode);
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/lzma/CPP/7zip/UI/Console/
MainAr.cpp 12 #include "../Common/ExitCode.h"
87 catch(NExitCode::EEnum &exitCode)
89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl;
90 return (exitCode);
Main.cpp 24 #include "../Common/ExitCode.h"
525 int exitCode = NExitCode::kSuccess;
541 exitCode = NExitCode::kWarning;
591 exitCode = NExitCode::kWarning;
593 return exitCode;
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 83 DWORD len, exitCode;
195 GetExitCodeProcess(pi.hProcess, &exitCode)
207 dbg_printf("exiting with exitCode %d", exitCode);
209 return exitCode;
  /external/llvm/utils/lit/lit/
TestRunner.py 39 exitCode = p.wait()
42 if exitCode == -signal.SIGINT:
45 return out, err, exitCode
217 exitCode = None
228 exitCode = min(exitCode, res)
230 exitCode = max(exitCode, res)
232 exitCode = res
242 exitCode = not exitCod
    [all...]
TestFormats.py 106 out, err, exitCode = lit.TestRunner.executeCommand(
109 if not exitCode:
215 out, err, exitCode = lit.TestRunner.executeCommand(cmd)
218 if not exitCode and not diags.strip():
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /external/clang/utils/
CmpDriver 108 self.exitCode = res
200 if infoA.exitCode != infoB.exitCode:
202 print 'A: ',infoA.exitCode
203 print 'B: ',infoB.exitCode
  /sdk/find_java/
utils.cpp 123 DWORD exitCode;
124 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
126 result = exitCode;
find_java_lib.cpp 516 DWORD exitCode;
517 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
519 result = exitCode == 0;
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 135 DWORD exitCode = 0;
139 ret = TerminateThread(_thread, exitCode);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prproces.h 109 NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 34 * Exec java returns the exitCode, and stdOut and stdErr as strings
59 * Exec command returns the exitCode, and stdOut and stdErr as strings
81 int exitCode = proc.exitValue();
84 Integer.valueOf(exitCode),
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 443 PRInt32 *exitCode);
_win16.h 234 PRInt32 *exitCode);
_win95.h 433 PRInt32 *exitCode);
_winnt.h 458 PRInt32 *exitCode);
_beos.h 572 NSPR_API(PRStatus) _MD_wait_process(PRProcess *process, PRInt32 *exitCode);
_macos.h 197 extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /dalvik/vm/jdwp/
JdwpHandler.cpp 356 u4 exitCode = get4BE(buf);
358 ALOGW("Debugger is telling the VM to exit with code=%d", exitCode);
360 dvmDbgExit(exitCode);
    [all...]

Completed in 1102 milliseconds

1 2