HomeSort by relevance Sort by last modified time
    Searched refs:exit_code (Results 126 - 150 of 304) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/clang/scripts/
package.py 51 exit_code = proc.wait()
52 if exit_code != 0 and fail_hard:
104 exit_code = RunGsutil(gsutil_args)
105 if exit_code != 0:
106 print "gsutil failed, exit_code: %s" % exit_code
107 os.exit(exit_code)
  /external/devlib/devlib/utils/
android.py 390 output, exit_code, _ = raw_output.rsplit(newline_separator, 2)
392 exit_code, _ = raw_output.rsplit(newline_separator, 1)
395 exit_code = '969696' # just because
399 exit_code = exit_code.strip()
401 if exit_code.isdigit():
402 if int(exit_code):
405 raise TargetError(message.format(exit_code, command, output, error))
  /external/jsoncpp/test/
rununittests.py 70 exit_code = runAllTests( args[0], use_valgrind=options.valgrind )
71 sys.exit( exit_code )
  /external/v8/tools/
android-run.py 58 exit_code = process.wait()
67 return exit_code or Check(output, errors)
  /system/tpm/tpm_manager/client/
main.cc 164 int exit_code = ClientLoopBase::OnInit(); variable
165 if (exit_code != EX_OK) {
167 return exit_code;
194 exit_code = ScheduleCommand();
195 if (exit_code == EX_USAGE) {
198 return exit_code;
201 void OnShutdown(int* exit_code) override {
204 ClientLoopBase::OnShutdown(exit_code);
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 89 __u32 exit_code, exit_signal; member in struct:proc_event::__anon550::exit_proc_event
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control.py 36 (cpu, raw_governors.strip().split() if not exit_code else None)
37 for cpu, raw_governors, exit_code in raw]
160 (cpu, raw_governor.strip() if not exit_code else None)
161 for cpu, raw_governor, exit_code in raw]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /external/googletest/googletest/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 124 __u32 exit_code, exit_signal; member in struct:proc_event::__anon22756::exit_proc_event
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 76 * if exit_code < 0, save current errno, and fetch associated
78 * Then exit with abs(exit_code).
80 void die(int exit_code, char *format, ...)
88 if (exit_code < 0) {
96 if (exit_code < 0)
99 exit(abs(exit_code));
  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-death-test.h 83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
  /external/v8/testing/gtest/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 116 __u32 exit_code, exit_signal; member in struct:proc_event::__anon62422::exit_proc_event
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
  /system/core/adb/
shell_service_test.cpp 95 int exit_code = -1; local
109 EXPECT_EQ(-1, exit_code) << "Multiple exit packets received";
111 exit_code = protocol->data()[0];
119 return exit_code;
  /system/core/fastboot/
fs.cpp 42 DWORD exit_code = 0; local
74 GetExitCodeProcess(pi.hProcess, &exit_code);
79 if (exit_code != 0) {
80 fprintf(stderr, "%s failed: %lu\n", path, exit_code);
  /external/autotest/client/common_lib/
error.py 317 def __init__(self, func, exit_code):
318 AutoservError.__init__(self, func, exit_code)
320 self.exit_code = exit_code
324 (self.func, self.exit_code))
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 210 self.assertEquals(0, p.exit_code)
235 self.assertEquals(1, p.exit_code,
238 % (command, p.exit_code, 1))
258 self.assertEquals(expected_exit_code, p.exit_code,
261 % (command, p.exit_code, expected_exit_code))

Completed in 665 milliseconds

1 2 3 4 56 7 8 91011>>