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

1 2 3 4 5 6

  /external/v8/build/config/posix/
sysroot_ld_path.py 18 result = subprocess.check_output([sys.argv[1], sys.argv[2]]).strip()
  /external/v8/tools/gyp/test/ios/
gyptest-extension.py 17 if expected not in subprocess.check_output(['nm','-gU', p]):
22 if expected not in subprocess.check_output(['nm', p]):
gyptest-app-ios.py 17 output = subprocess.check_output(['file', file])
24 output = subprocess.check_output(['file', file])
  /external/v8/build/config/ios/
find_signing_identity.py 10 return subprocess.check_output([
  /external/v8/build/win/
message_compiler.py 22 subprocess.check_output(["mc.exe"] + sys.argv[2:],
  /external/libvorbis/test/
test.c 30 static int check_output (const float * data_in, unsigned len, float allowable);
62 if (check_output (data_in, ARRAY_LEN (data_in), (.15f - .1f*q)) != 0)
80 check_output (const float * data_in, unsigned len, float allowable) function
  /external/v8/build/config/mac/
sdk_info.py 25 lines = subprocess.check_output(['xcodebuild', '-version']).splitlines()
32 settings['machine_os_build'] = subprocess.check_output(
38 lines = subprocess.check_output(['xcodebuild', '-version', '-sdk',
  /development/tools/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/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/v8/tools/gyp/test/lib/
TestMac.py 43 lines = subprocess.check_output(['xcodebuild', '-version']).splitlines()
60 self._cache['SDKBuild'] = subprocess.check_output(
67 self._cache['SDKVersion'] = subprocess.check_output(
  /external/autotest/contrib/
watch_expensive_rpcs.py 38 conn = subprocess.check_output('become chromeos-test@cautotest -- '
48 straced = subprocess.check_output('become chromeos-test@cautotest -- '
57 lsof = subprocess.check_output('become chromeos-test@%s -- '
61 cmdline = subprocess.check_output('become chromeos-test@%s -- '
  /external/autotest/site_utils/
check_hung_proc.py 43 count = int(subprocess.check_output(cmd, shell = True))
deploy_production_local.py 59 out = subprocess.check_output(['repo', 'status'], stderr=subprocess.STDOUT)
74 output = strip_terminal_codes(subprocess.check_output(cmd))
111 subprocess.check_output(['repo', 'sync'])
173 subprocess.check_output(expanded_command, shell=True,
212 return subprocess.check_output(['sudo', 'status', service_name])
312 out = subprocess.check_output(cmd, cwd=after_dir,
  /external/autotest/client/site_tests/platform_Quipper/
platform_Quipper.py 68 result = subprocess.check_output(perf_command)
78 result = subprocess.check_output(quipper_command,
  /external/autotest/client/site_tests/hardware_TLBMissCost/
perf_measurement.py 23 out = subprocess.check_output(
  /external/chromium-trace/catapult/hooks/
pre_push 36 is_force_push = subprocess.check_output(cmd).strip()
  /external/skia/tools/
llvm_coverage_run.py 42 return subprocess.check_output(['llvm-cov', 'show', '-no-colors',
  /external/v8/tools/gcmole/
parallel.py 30 return (subprocess.check_output(
  /external/v8/tools/gyp/test/mac/
gyptest-strip.py 32 o = subprocess.check_output(['otool', '-l', p])
gyptest-swift-library.py 26 output = subprocess.check_output(['nm', '-j', path])
gyptest-xcode-gcc.py 21 stdout = subprocess.check_output([compiler, '-v'], stderr=subprocess.STDOUT)
gyptest-app.py 26 output = subprocess.check_output(['file', file])
67 machine = subprocess.check_output(['sw_vers', '-buildVersion']).rstrip('\n')
  /system/core/adb/
test_adb.py 41 out = subprocess.check_output(
47 lines = subprocess.check_output(['adb', 'version']).splitlines()
97 subprocess.check_output(['adb', '-P', str(port), 'kill-server'],
143 subprocess.check_output(['adb', '-P', str(port), 'kill-server'],
  /external/skia/platform_tools/android/skp_gen/
android_skp_capture.py 81 def check_output(cmd): function
82 """Convenience implementation of subprocess.check_output."""
91 output = check_output(['adb', 'shell', cmd + '; echo $?']).strip()
129 check_output(cmd)
  /external/tpm2/generator/
generator.py 62 components = subprocess.check_output(['tar', 'tf', tar_file_name],
66 subprocess.check_output(tar_extract_base + [tar_file_name, '-x', name],
70 subprocess.check_output(tar_extract_base + [tar_file_name, '-x', name],

Completed in 2941 milliseconds

1 2 3 4 5 6