HomeSort by relevance Sort by last modified time
    Searched refs:CalledProcessError (Results 176 - 200 of 230) sorted by null

1 2 3 4 5 6 78 910

  /external/skqp/tools/skp/
webpages_playback.py 280 except subprocess.CalledProcessError:
459 except subprocess.CalledProcessError:
  /system/extras/perfprofd/scripts/
perf_proto_stack.py 198 except subprocess.CalledProcessError:
242 except subprocess.CalledProcessError:
  /system/extras/simpleperf/scripts/
utils.py 383 except subprocess.CalledProcessError:
478 except subprocess.CalledProcessError:
  /development/python-packages/gdbrunner/
__init__.py 60 except (OSError, subprocess.CalledProcessError):
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 328 except subprocess.CalledProcessError:
559 except subprocess.CalledProcessError:
598 except subprocess.CalledProcessError:
761 except subprocess.CalledProcessError:
    [all...]
  /external/autotest/site_utils/
deploy_server_local.py 92 @raises subprocess.CalledProcessError on a repo command failure.
107 @raises subprocess.CalledProcessError on a git command failure.
118 @raises subprocess.CalledProcessError on a repo command failure.
176 @raises subprocess.CalledProcessError on a repo command failure.
229 @raises subprocess.CalledProcessError on a command failure.
253 except subprocess.CalledProcessError as e:
267 @raises subprocess.CalledProcessError on a command failure.
288 @raises subprocess.CalledProcessError on a command failure.
305 @raises subprocess.CalledProcessError on a command failure.
350 @raises subprocess.CalledProcessError on a command failure
    [all...]
  /external/pdfium/testing/tools/coverage/
coverage_report.py 189 except subprocess.CalledProcessError:
  /external/skia/infra/bots/assets/
asset_utils_test.py 184 except subprocess.CalledProcessError:
  /external/skqp/infra/bots/assets/
asset_utils_test.py 184 except subprocess.CalledProcessError:
  /external/tensorflow/tensorflow/tools/ci_build/
update_version.py 286 except subprocess.CalledProcessError:
  /external/v8/tools/dev/
v8gen.py 211 except subprocess.CalledProcessError as e:
  /external/v8/tools/
gyp_flag_compare.py 192 except subprocess.CalledProcessError as e:
  /system/iot/attestation/at-factory-tool/
fastbootsubp_unittest.py 26 class TestError(subprocess.CalledProcessError):
  /tools/acloud/internal/lib/
utils.py 300 except subprocess.CalledProcessError as e:
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py     [all...]
  /external/python/cpython3/Lib/
subprocess.py 34 check_call(...): Same as call() but raises CalledProcessError()
60 class CalledProcessError(SubprocessError):
159 "getoutput", "check_output", "run", "CalledProcessError", "DEVNULL",
279 CalledProcessError. The CalledProcessError object will have the
291 raise CalledProcessError(retcode, cmd)
298 If the exit code was non-zero it raises a CalledProcessError. The
299 CalledProcessError object will have the return code in the returncode
366 """Raise CalledProcessError if the exit code is non-zero."""
368 raise CalledProcessError(self.returncode, self.args, self.stdout
    [all...]
  /external/python/cpython2/Lib/
subprocess.py 21 check_call(...): Same as call() but raises CalledProcessError()
44 class CalledProcessError(Exception):
84 "check_output", "CalledProcessError"]
174 CalledProcessError. The CalledProcessError object will have the
186 raise CalledProcessError(retcode, cmd)
193 If the exit code was non-zero it raises a CalledProcessError. The
194 CalledProcessError object will have the return code in the returncode
219 raise CalledProcessError(retcode, cmd, output=output)
    [all...]
  /external/tensorflow/
configure.py 137 except subprocess.CalledProcessError as e:
158 except subprocess.CalledProcessError:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 123 CalledProcessError. The CalledProcessError object will have the
133 If the exit code was non-zero it raises a CalledProcessError. The
134 CalledProcessError object will have the return code in the returncode
156 check_call() and check_output() will raise CalledProcessError, if the
402 class CalledProcessError(Exception):
441 "check_output", "CalledProcessError"]
530 CalledProcessError. The CalledProcessError object will have the
542 raise CalledProcessError(retcode, cmd
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 123 CalledProcessError. The CalledProcessError object will have the
133 If the exit code was non-zero it raises a CalledProcessError. The
134 CalledProcessError object will have the return code in the returncode
156 check_call() and check_output() will raise CalledProcessError, if the
402 class CalledProcessError(Exception):
441 "check_output", "CalledProcessError"]
530 CalledProcessError. The CalledProcessError object will have the
542 raise CalledProcessError(retcode, cmd
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 123 CalledProcessError. The CalledProcessError object will have the
133 If the exit code was non-zero it raises a CalledProcessError. The
134 CalledProcessError object will have the return code in the returncode
156 check_call() and check_output() will raise CalledProcessError, if the
402 class CalledProcessError(Exception):
441 "check_output", "CalledProcessError"]
530 CalledProcessError. The CalledProcessError object will have the
542 raise CalledProcessError(retcode, cmd
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 123 CalledProcessError. The CalledProcessError object will have the
133 If the exit code was non-zero it raises a CalledProcessError. The
134 CalledProcessError object will have the return code in the returncode
156 check_call() and check_output() will raise CalledProcessError, if the
402 class CalledProcessError(Exception):
441 "check_output", "CalledProcessError"]
530 CalledProcessError. The CalledProcessError object will have the
542 raise CalledProcessError(retcode, cmd
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/
codesearch.py 316 except subprocess.CalledProcessError as e:
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 427 except subprocess.CalledProcessError as e:
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 426 CalledProcessError if check_status is True and the process exited with a
473 raise subprocess.CalledProcessError(process.returncode, cmd)

Completed in 3194 milliseconds

1 2 3 4 5 6 78 910