Home
last modified time | relevance | path

Searched refs:check_output (Results 1 – 25 of 109) sorted by relevance

12345

/external/autotest/site_utils/
Ddeploy_server_local.py80 subprocess.check_output(['git', 'reset', '--hard'])
81 out = subprocess.check_output(['repo', 'status'], stderr=subprocess.STDOUT)
95 output = strip_terminal_codes(subprocess.check_output(cmd))
138 version = subprocess.check_output(
152 subprocess.check_output(['repo', 'sync'])
155 subprocess.check_output(['git', 'checkout', 'cros/master'],
159 subprocess.check_output(['git', 'checkout', 'cros/prod'],
164 subprocess.check_output(['pyclean', '.', '-q'])
235 subprocess.check_output(expanded_command, shell=True,
274 return subprocess.check_output(['sudo', 'status', service_name])
[all …]
Dcheck_hung_proc.py45 count = int(subprocess.check_output(cmd, shell = True))
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py86 def check_output(self): member in BisectTest
144 self.check_output()
152 self.check_output()
172 self.check_output()
304 self.check_output()
318 self.check_output()
320 def check_output(self): member in BisectingUtilsTest
354 self.check_output()
371 self.check_output()
373 def check_output(self): member in BisectStressTest
/external/autotest/contrib/
Dwatch_expensive_rpcs.py38 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/skia/infra/bots/
Dgit_utils.py25 prev = subprocess.check_output(['git', 'config', '--local', k]).rstrip()
61 if self._branch_name in subprocess.check_output(['git', 'branch']).split():
78 output = subprocess.check_output(['git', 'cl', 'issue']).rstrip()
132 subprocess.check_output(args=['git', 'clone', self._repository, self.root])
Dutils.py91 output = subprocess.check_output([GIT, 'stash'])
95 self._orig_branch = subprocess.check_output([
98 self._orig_branch = subprocess.check_output([
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dcpu_tracing_agent.py134 raw_output = subprocess.check_output(
141 return subprocess.check_output(
183 process_strings = subprocess.check_output(
221 return subprocess.check_output(self._SHELL_COMMAND).strip().split('\n')[1:]
245 return subprocess.check_output(self._SHELL_COMMAND).strip().split('\n')[1:]
/external/libvorbis/test/
Dtest.c30 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) in main()
80 check_output (const float * data_in, unsigned len, float allowable) in check_output() function
/external/skia/gn/
Dis_clang.py12 if ('clang' in subprocess.check_output('%s --version' % cc, shell=True) and
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
Dfind_ios_sysroot.py13 print subprocess.check_output(['xcrun', '--sdk', sdk, '--show-sdk-path'])
Dpush_to_android.py18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
/external/v8/tools/
Dfind-commit-for-patch.py51 return subprocess.check_output(cmd).strip()
59 output = subprocess.check_output(cmd)
90 print(subprocess.check_output(["git", "log", "-1", commit]))
/external/fmtlib/support/
Dupdate-converity-branch.py8 from subprocess import check_output, STDOUT
15 output = check_output(['git'] + list(args), cwd=self.dir, stderr=STDOUT)
/external/tpm2/generator/
Dgenerator.py62 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],
/external/autotest/client/site_tests/platform_Quipper/
Dplatform_Quipper.py68 result = subprocess.check_output(perf_command)
78 result = subprocess.check_output(quipper_command,
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py81 def check_output(cmd): function
91 output = check_output(['adb', 'shell', cmd + '; echo $?']).strip()
129 check_output(cmd)
/external/v8/tools/testrunner/network/
Dnetwork_execution.py68 self.base_rev = subprocess.check_output(
71 self.base_svn_rev = subprocess.check_output(
77 self.patch = subprocess.check_output(
121 ldd = subprocess.check_output("ldd %s | grep libv8\\.so" % (path),
/external/skia/src/jumper/
Dbuild_stages.py80 section_headers = subprocess.check_output(cmd + ['-h', dot_o])
89 for line in subprocess.check_output(cmd + disassemble).split('\n'):
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py34 headers = subprocess.check_output(['readelf', '-h', elf_file])
39 return subprocess.check_output(['readelf', '-p', section, elf_file])
43 result = subprocess.check_output(
/external/skia/infra/bots/assets/win_toolchain/
Dcreate.py63 depot_tools = subprocess.check_output([
70 output = subprocess.check_output(['python', vs_toolchain_py,
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Ddesktop_browser_backend.py48 minidump_output = subprocess.check_output(minidump_cmd, stderr=DEVNULL)
371 report_output = subprocess.check_output([
457 symbols = subprocess.check_output(['/usr/bin/nm', self._executable])
486 output = subprocess.check_output([cdb, '-y', self._browser_directory,
517 return subprocess.check_output([stackwalk, minidump, symbols_path],
/external/v8/tools/testrunner/server/
Dwork_handler.py110 base_revision = subprocess.check_output(get_hash_cmd, shell=True)
115 base_revision = subprocess.check_output(get_hash_cmd, shell=True)
/external/v8/tools/clang/pylib/clang/
Dcompile_db.py21 output = subprocess.check_output(args)
/external/skia/tools/
Dgit-sync-deps78 disable = subprocess.check_output(
95 toplevel = subprocess.check_output(
/external/v8/tools/gcmole/
Dparallel.py30 return (subprocess.check_output(

12345