Searched refs:exitCode (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_throw.c94 unsigned exitCode = 0; local
99 exitCode = (unsigned)(size_t) PTHREAD_CANCELED;
104 exitCode = (unsigned)(size_t) sp->exitStatus;
117 _endthreadex (exitCode);
/external/lzma/CPP/Windows/
H A DThread.h30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } argument
/external/lzma/CPP/7zip/UI/Console/
H A DMainAr.cpp87 catch(NExitCode::EEnum &exitCode)
89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl;
90 return (exitCode);
H A DMain.cpp525 int exitCode = NExitCode::kSuccess; local
541 exitCode = NExitCode::kWarning;
591 exitCode = NExitCode::kWarning;
593 return exitCode;
/external/llvm/utils/lit/lit/
H A DTestRunner.py39 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
[all...]
H A DTestFormats.py106 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():
/external/clang/utils/
H A DCmpDriver108 self.exitCode = res
200 if infoA.exitCode != infoB.exitCode:
202 print 'A: ',infoA.exitCode
203 print 'B: ',infoB.exitCode
/external/webrtc/src/system_wrappers/source/
H A Dthread_win.cc135 DWORD exitCode = 0; local
139 ret = TerminateThread(_thread, exitCode);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprproces.h109 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/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Exec.java34 * 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/
H A D_os2.h443 PRInt32 *exitCode);
H A D_win16.h234 PRInt32 *exitCode);
H A D_win95.h433 PRInt32 *exitCode);
H A D_winnt.h458 PRInt32 *exitCode);
H A D_beos.h572 NSPR_API(PRStatus) _MD_wait_process(PRProcess *process, PRInt32 *exitCode);
H A D_macos.h197 extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode);
H A D_unixos.h251 PRInt32 *exitCode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkitdirs.pm2478 my $exitCode = exitStatus($result);
2483 The build failed with exit code $exitCode. This may have been because you

Completed in 1995 milliseconds

12