Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 23 of 23) sorted by relevance

/external/llvm/utils/lit/lit/
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 = not exitCode
244 return exitCode
261 exitCode = executeShCmd(cmd, test.config, cwd, results)
[all …]
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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_throw.c94 unsigned exitCode = 0; in ptw32_throw() local
99 exitCode = (unsigned)(size_t) PTHREAD_CANCELED; in ptw32_throw()
104 exitCode = (unsigned)(size_t) sp->exitStatus; in ptw32_throw()
117 _endthreadex (exitCode); in ptw32_throw()
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp87 catch(NExitCode::EEnum &exitCode) in main() local
89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl; in main()
90 return (exitCode); in main()
DMain.cpp525 int exitCode = NExitCode::kSuccess; in Main2() local
541 exitCode = NExitCode::kWarning; in Main2()
591 exitCode = NExitCode::kWarning; in Main2()
593 return exitCode; in Main2()
/external/clang/utils/
DCmpDriver108 self.exitCode = res
200 if infoA.exitCode != infoB.exitCode:
202 print 'A: ',infoA.exitCode
203 print 'B: ',infoB.exitCode
/external/lzma/CPP/Windows/
DThread.h30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } in Terminate() argument
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
Dnaclterm.js72 var exitCode = e.data.split(':', 2)[1]
73 if (exitCode === undefined)
74 exitCode = 0;
75 this.exit(exitCode);
/external/webrtc/src/system_wrappers/source/
Dthread_win.cc135 DWORD exitCode = 0; in Shutdown() local
139 ret = TerminateThread(_thread, exitCode); in Shutdown()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprproces.h109 NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode);
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java81 int exitCode = proc.exitValue(); in run() local
84 Integer.valueOf(exitCode), in run()
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
Dexample.js47 function testendCommand(exitCode) { argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
Dexample.js47 function testendCommand(exitCode) { argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dexample.js47 function testendCommand(exitCode) { argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_os2.h443 PRInt32 *exitCode);
D_win95.h433 PRInt32 *exitCode);
D_winnt.h458 PRInt32 *exitCode);
D_win16.h234 PRInt32 *exitCode);
D_macos.h197 extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode);
D_unixos.h251 PRInt32 *exitCode);
D_beos.h572 NSPR_API(PRStatus) _MD_wait_process(PRProcess *process, PRInt32 *exitCode);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dwebkitdirs.pm2478 my $exitCode = exitStatus($result);
2483 The build failed with exit code $exitCode. This may have been because you
/external/chromium_org/google_update/
Dgoogle_update_idl.idl327 [propget] HRESULT exitCode([out, retval] DWORD*);
600 [propget] HRESULT exitCode([out, retval] DWORD*);