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

  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 62 int exitCode = 0;
92 exitCode = 1;
95 exitCode = 2;
98 exitCode = 3;
100 return exitCode;
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThread.cpp 49 void* exitCode;
50 waitForThreadCompletion(m_threadID, &exitCode);
  /external/llvm/utils/lit/lit/
TestRunner.py 33 exitCode = p.wait()
36 if exitCode == -signal.SIGINT:
39 return out, err, exitCode
210 exitCode = None
221 exitCode = min(exitCode, res)
223 exitCode = max(exitCode, res)
225 exitCode = res
235 exitCode = not exitCod
    [all...]
TestFormats.py 92 out, err, exitCode = TestRunner.executeCommand(
95 if not exitCode:
205 out, err, exitCode = TestRunner.executeCommand(cmd)
208 if not exitCode and not diags.strip():
  /external/webkit/Tools/MiniBrowser/qt/
utils.cpp 67 void appQuit(int exitCode, const QString& msg)
70 if (exitCode > 0)
75 exit(exitCode);
  /external/webkit/Tools/QtTestBrowser/
utils.cpp 67 void appQuit(int exitCode, const QString& msg)
70 if (exitCode > 0)
75 exit(exitCode);
  /external/webkit/Tools/Scripts/
ensure-valid-python 60 my $exitCode = system("curl", "-o", $localPath, $remoteURL);
61 return exitStatus($exitCode) == 0;
85 my $exitCode = system("hdiutil", "detach", $mountPoint);
86 return exitStatus($exitCode) == 0;
  /external/clang/utils/
CmpDriver 108 self.exitCode = res
200 if infoA.exitCode != infoB.exitCode:
202 print 'A: ',infoA.exitCode
203 print 'B: ',infoB.exitCode
  /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/llvm/tools/llvm-ar/
llvm-ar.cpp 706 int exitCode = 0;
767 exitCode = 1;
770 // a more serious error so we bump the exitCode and don't print the usage.
772 exitCode = 2;
776 exitCode = 3;
780 return exitCode;
  /dalvik/vm/jdwp/
JdwpHandler.cpp 356 u4 exitCode = get4BE(buf);
358 LOGW("Debugger is telling the VM to exit with code=%d", exitCode);
360 dvmDbgExit(exitCode);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 315 milliseconds