HomeSort by relevance Sort by last modified time
    Searched refs:exitCode (Results 1 - 25 of 334) 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() {
  /tools/metalava/src/main/java/com/android/tools/metalava/
DriverException.kt 22 val exitCode: Int = if (stderr.isBlank()) 0 else -1
  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /build/soong/cmd/javac_wrapper/
javac_wrapper_test.go 87 exitCode, err := Main(ioutil.Discard, "test", []string{"sh", "-c", "exit 9"})
91 if exitCode != 9 {
92 t.Fatal("expected exit code 9, got", exitCode)
97 exitCode, err := Main(ioutil.Discard, "test", []string{"sh", "-c", "kill -9 $$"})
101 if exitCode != 137 {
102 t.Fatal("expected exit code 137, got", exitCode)
107 exitCode, err := Main(ioutil.Discard, "test", []string{"echo"})
111 if exitCode != 0 {
112 t.Fatal("expected exit code 0, got", exitCode)
  /external/vulkan-validation-layers/build-android/
test_APK.sh 161 exitCode=-1;
173 exitCode=0
182 exitCode=1
190 exitCode=2
202 if [ $exitCode -eq -1 ]
239 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/3.1.1/lib/
ant-launcher-1.8.0.jar 
  /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 
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.13/
gradle-errorprone-plugin-0.0.13.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/skia/infra/cts/
run_testlab.go 213 exitCode := 0
224 exitCode = ws.ExitStatus()
227 sklog.Errorf("Exit code: %d", exitCode)
231 if exitCode != 10 {
242 ExitCode: exitCode,

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>