HomeSort by relevance Sort by last modified time
    Searched refs:exit_status (Results 251 - 275 of 363) sorted by null

<<1112131415

  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 425 cmd_result_255.exit_status = 255
429 cmd_result_1.exit_status = 1
433 cmd_result_37.exit_status = 37
579 cmd_result_1.exit_status = 1
dbus_send.py 190 if result.exit_status != 0:
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 213 if result.exit_status:
267 if result.exit_status:
583 if scan.exit_status != 0:
585 logging.debug('scan exit_status: %d', scan.exit_status)
ping_runner.py 343 if command_result.exit_status and not ping_config.ignore_status:
345 command_result.exit_status)
  /external/autotest/client/common_lib/
site_utils.py 68 if cmd_result.exit_status == 0 and 'usb' in cmd_result.stdout:
70 if cmd_result.exit_status == 0 and not ('usb' in cmd_result.stdout):
113 stderr_tee=base_utils.TEE_TO_LOGS).exit_status
715 return result.exit_status == 0
    [all...]
base_utils_unittest.py 698 def __check_result(self, result, command, exit_status=0, stdout='',
701 self.assertEquals(result.exit_status, exit_status)
718 self.__check_result(err.result_obj, cmd, exit_status=11)
724 cmd, exit_status=11, stderr='error\n')
773 bg_job.result.exit_status = 0
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 77 .exit_status == 1):
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 91 ignore_status=True).exit_status == 0
  /external/autotest/server/site_tests/platform_FullyChargedPowerStatus/
platform_FullyChargedPowerStatus.py 73 ignore_status=True).exit_status == 0
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
replay.py 363 exit_status = 0
373 exit_status = 1
376 exit_status = 2
381 return exit_status
  /external/e2fsprogs/lib/ss/
listen.c 133 ss_info(sci_idx)->exit_status = code;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 148 // Returns true if exit_status describes a process that was terminated
150 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 154 // Returns true if exit_status describes a process that was terminated
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 123 ret, out, err = result.exit_status, result.stdout, result.stderr
  /tools/test/connectivity/acts/framework/tests/
acts_job_test.py 93 self.assertEqual(result.exit_status, 1)
  /external/autotest/server/cros/
telemetry_runner.py 282 exit_code = result.exit_status
285 exit_code = e.result_obj.exit_status

Completed in 1562 milliseconds

<<1112131415