/external/llvm/utils/lit/lit/ |
D | 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 exitCode 244 return exitCode 261 exitCode = executeShCmd(cmd, test.config, cwd, results) [all …]
|
D | 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():
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | ptw32_throw.c | 94 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/ |
D | MainAr.cpp | 87 catch(NExitCode::EEnum &exitCode) in main() local 89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl; in main() 90 return (exitCode); in main()
|
D | Main.cpp | 525 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/ |
D | CmpDriver | 108 self.exitCode = res 200 if infoA.exitCode != infoB.exitCode: 202 print 'A: ',infoA.exitCode 203 print 'B: ',infoB.exitCode
|
/external/lzma/CPP/Windows/ |
D | Thread.h | 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } in Terminate() argument
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/ |
D | naclterm.js | 72 var exitCode = e.data.split(':', 2)[1] 73 if (exitCode === undefined) 74 exitCode = 0; 75 this.exit(exitCode);
|
/external/webrtc/src/system_wrappers/source/ |
D | thread_win.cc | 135 DWORD exitCode = 0; in Shutdown() local 139 ret = TerminateThread(_thread, exitCode); in Shutdown()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prproces.h | 109 NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Exec.java | 81 int exitCode = proc.exitValue(); in run() local 84 Integer.valueOf(exitCode), in run()
|
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/ |
D | example.js | 47 function testendCommand(exitCode) { argument
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/ |
D | example.js | 47 function testendCommand(exitCode) { argument
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | example.js | 47 function testendCommand(exitCode) { argument
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _os2.h | 443 PRInt32 *exitCode);
|
D | _win95.h | 433 PRInt32 *exitCode);
|
D | _winnt.h | 458 PRInt32 *exitCode);
|
D | _win16.h | 234 PRInt32 *exitCode);
|
D | _macos.h | 197 extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode);
|
D | _unixos.h | 251 PRInt32 *exitCode);
|
D | _beos.h | 572 NSPR_API(PRStatus) _MD_wait_process(PRProcess *process, PRInt32 *exitCode);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | webkitdirs.pm | 2478 my $exitCode = exitStatus($result); 2483 The build failed with exit code $exitCode. This may have been because you
|
/external/chromium_org/google_update/ |
D | google_update_idl.idl | 327 [propget] HRESULT exitCode([out, retval] DWORD*); 600 [propget] HRESULT exitCode([out, retval] DWORD*);
|