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

1 2 3 4 5 6 7 8 91011>>

  /external/caliper/caliper/src/main/java/com/google/caliper/util/
DisplayUsageException.java 33 @Override public int exitCode() {
InvalidCommandException.java 51 public int exitCode() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ExitTest.java 69 int exitCode = 0;
76 exitCode = debuggeeWrapper.process.exitValue();
88 logWriter.println("exitCode = " + exitCode);
89 assertEquals("Invalid exit code,", 99, exitCode);
  /external/libcxx/utils/
merge_archives.py 58 exitCode = p.wait()
59 if exitCode == -signal.SIGINT:
61 return out, err, exitCode
68 out, err, exitCode = execute_command(cmd, cwd=cwd)
69 if exitCode != 0 or verbose:
71 if exitCode != 0:
72 report += "Exit Code: %d\n" % exitCode
77 if exitCode != 0:
80 if exitCode != 0:
81 exit_with_cleanups(exitCode)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
llvm-ranlib.cpp 62 int exitCode = 0;
92 exitCode = 1;
95 exitCode = 2;
98 exitCode = 3;
100 return exitCode;
  /external/libcxx/utils/libcxx/
util.py 166 def __init__(self, msg, out, err, exitCode):
170 assert isinstance(exitCode, int)
174 self.exitCode = exitCode
190 Returns a tuple (out, err, exitCode) where
193 * ``exitCode`` (int) is the exitCode of running the command
223 exitCode = p.wait()
237 exitCode=exitCode
    [all...]
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/swiftshader/third_party/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
util.py 28 exitCode = p.wait()
29 if exitCode == -signal.SIGINT:
31 return out, err, exitCode
38 out, err, exitCode = execute_command(cmd, input_str=input_str)
39 if exitCode != 0:
41 report += "Exit Code: %d\n" % exitCode
48 return out, err, exitCode
  /build/soong/cmd/javac_wrapper/
javac_wrapper_test.go 86 exitCode, err := Main(ioutil.Discard, "test", []string{"sh", "-c", "exit 9"})
90 if exitCode != 9 {
91 t.Fatal("expected exit code 9, got", exitCode)
96 exitCode, err := Main(ioutil.Discard, "test", []string{"sh", "-c", "kill -9 $$"})
100 if exitCode != 137 {
101 t.Fatal("expected exit code 137, got", exitCode)
106 exitCode, err := Main(ioutil.Discard, "test", []string{"echo"})
110 if exitCode != 0 {
111 t.Fatal("expected exit code 0, got", exitCode)
  /external/libcxx/utils/google-benchmark/tools/gbench/
util.py 108 exitCode = subprocess.call(cmd + ['--benchmark_out=%s' % tname])
109 if exitCode != 0:
111 sys.exit(exitCode)
  /external/lzma/CPP/7zip/UI/Console/
MainAr.cpp 12 #include "../Common/ExitCode.h"
108 catch(NExitCode::EEnum &exitCode)
112 *g_ErrStream << kInternalExceptionMessage << exitCode << endl;
113 return (exitCode);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 231 int exitCode = parseCommandLine(argc, argv, features, path, parseOnly);
232 if (exitCode != 0) {
233 return exitCode;
255 exitCode = parseAndSaveValueTree(
257 if (exitCode == 0 && !parseOnly) {
259 exitCode = rewriteValueTree(rewritePath, root, rewrite);
260 if (exitCode == 0) {
262 exitCode = parseAndSaveValueTree(rewrite,
273 exitCode = 1;
276 return exitCode;
    [all...]
  /external/llvm/utils/lit/lit/
util.py 162 def __init__(self, msg, out, err, exitCode):
166 assert isinstance(exitCode, int)
170 self.exitCode = exitCode
186 Returns a tuple (out, err, exitCode) where
189 * ``exitCode`` (int) is the exitCode of running the command
217 exitCode = p.wait()
231 exitCode=exitCode
    [all...]
TestRunner.py 116 def __init__(self, command, stdout, stderr, exitCode, timeoutReached,
121 self.exitCode = exitCode
376 exitCode = None
417 if exitCode is None:
418 exitCode = res
420 exitCode = min(exitCode, res)
422 exitCode = max(exitCode, res
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.sh 23 exitCode=0
  /external/libcxx/utils/libcxx/android/
executors.py 20 _, temp_path, err, exitCode = self._execute_command_remote([cmd])
22 if exitCode != 0:
  /prebuilts/misc/common/robolectric/lib/
ant-launcher-1.8.0.jar 
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
executors.py 20 _, temp_path, err, exitCode = self._execute_command_remote([cmd])
22 if exitCode != 0:
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /external/clang/utils/
CmpDriver 113 self.exitCode = res
205 if infoA.exitCode != infoB.exitCode:
207 print 'A: ',infoA.exitCode
208 print 'B: ',infoB.exitCode
  /external/google-benchmark/tools/gbench/
util.py 136 exitCode = subprocess.call(cmd)
137 if exitCode != 0:
139 sys.exit(exitCode)
  /sdk/find_java/src/source/
utils.cpp 123 DWORD exitCode;
124 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
126 result = exitCode;
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 78 os.Exit(exitCode)
81 var exitCode = 0
85 exitCode = 1

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011>>