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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gn/
find_ios_sysroot.py 13 print subprocess.check_output(['xcrun', '--sdk', sdk, '--show-sdk-path'])
is_clang.py 12 if ('clang' in subprocess.check_output('%s --version' % cc, shell=True) and
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
compile_processors.py 19 subprocess.check_output([skslc, p, path + ".h"])
22 subprocess.check_output([skslc, p, path + ".cpp"])
push_to_android.py 17 # adb push is verbose, so eat its output with check_output().
18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
run_sksllex.py 16 subprocess.check_output([sksllex, src + "/sksl/lex/sksl.lex", "Lexer",
23 subprocess.check_output([sksllex, src + "/sksl/lex/layout.lex",
  /external/skqp/gn/
find_ios_sysroot.py 13 print subprocess.check_output(['xcrun', '--sdk', sdk, '--show-sdk-path'])
is_clang.py 12 if ('clang' in subprocess.check_output('%s --version' % cc, shell=True) and
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
compile_processors.py 19 subprocess.check_output([skslc, p, path + ".h"])
22 subprocess.check_output([skslc, p, path + ".cpp"])
push_to_android.py 17 # adb push is verbose, so eat its output with check_output().
18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
run_sksllex.py 16 subprocess.check_output([sksllex, src + "/sksl/lex/sksl.lex", "Lexer",
23 subprocess.check_output([sksllex, src + "/sksl/lex/layout.lex",
  /external/walt/android/WALT/app/src/main/jni/
findteensy.py 26 line = subprocess.check_output("lsusb | grep eensy", shell=True)
  /external/autotest/client/cros/video/detectors/
kepler.py 20 lspci_result = subprocess.check_output(['lspci', '-n', '-d', kepler_id])
intel_cpu.py 46 lscpu_result = subprocess.check_output(['lscpu'])
  /external/v8/tools/clang/pylib/clang/
compile_db.py 21 output = subprocess.check_output(args)
  /external/tensorflow/tensorflow/tools/pip_package/
check_load_py_test.py 38 output = subprocess.check_output(args, stderr=subprocess.STDOUT)
48 targets = subprocess.check_output([
73 updated_build_file = subprocess.check_output(
pip_smoke_test.py 91 pip_package_dependencies = subprocess.check_output(
98 tf_py_test_dependencies = subprocess.check_output(
133 affected_tests = subprocess.check_output(["bazel", "query", rdep_query])
  /prebuilts/checkstyle/gitlint/
git.py 25 root = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'],
36 root = subprocess.check_output(['git', 'rev-parse', 'HEAD'],
71 status_lines = subprocess.check_output([
91 status_lines = subprocess.check_output(
128 blame_lines = subprocess.check_output(
  /external/autotest/site_utils/
deploy_server_local.py 72 subprocess.check_output([
94 subprocess.check_output(['git', 'reset', '--hard'])
96 subprocess.check_output(['git', 'clean', '-fd'])
97 out = subprocess.check_output(['repo', 'status'], stderr=subprocess.STDOUT)
111 subprocess.check_output(cmd)
121 output = strip_terminal_codes(subprocess.check_output(cmd))
164 version = subprocess.check_output(
178 subprocess.check_output(['repo', 'sync'])
181 subprocess.check_output(['git', 'checkout', 'cros/master'],
185 subprocess.check_output(['git', 'checkout', 'cros/prod']
    [all...]
check_hung_proc.py 45 count = int(subprocess.check_output(cmd, shell = True))
  /external/v8/tools/
find-commit-for-patch.py 51 return subprocess.check_output(cmd).strip()
59 output = subprocess.check_output(cmd)
90 print(subprocess.check_output(["git", "log", "-1", commit]))
  /external/pdfium/public/
PRESUBMIT.py 17 input_api.subprocess.check_output(check_script)
  /external/pdfium/third_party/yasm/
run_yasm.py 48 deps = subprocess.check_output(sys.argv[1:] + ['-M'])
  /external/autotest/client/site_tests/platform_Quipper/
platform_Quipper.py 68 result = subprocess.check_output(perf_command)
78 result = subprocess.check_output(quipper_command,
  /development/tools/repo_diff/
repo_diff_android.py 74 subprocess.check_output("repo init --manifest-url=%s --manifest-branch=%s" %
92 subprocess.check_output(command, cwd=workspace, shell=True)
105 return subprocess.check_output(("git -C %s "
115 return subprocess.check_output("source %s && echo $BUILD_ID" % path,
  /external/mesa3d/src/mesa/drivers/dri/
gen-symbol-redefs.py 47 stdout = subprocess.check_output(['nm', args.file])

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>