Home
last modified time | relevance | path

Searched refs:print_output (Results 1 – 16 of 16) sorted by relevance

/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
Denterprise_CFM_SiSFwUpdater.py64 def _run_cmd(self, command, str_compare='', print_output=False): argument
87 if print_output:
162 def flash_fw(self, fw_path, str_compare='', print_output=False): argument
176 cmd_run_updater, str_compare=str_compare, print_output=print_output)
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
Denterprise_CFM_LogitechPtzUpdater.py74 def _run_cmd(self, command, str_compare='', print_output=False): argument
96 if print_output:
177 def flash_fw(self, str_compare='', print_output=False, force=False): argument
194 cmd_run_updater, str_compare=str_compare, print_output=print_output)
/external/tensorflow/tensorflow/lite/ios/
Dbuild_frameworks.sh58 function print_output { function
195 print_output ${OUT_FILES}
212 print_output ${OUT_FILES}
/external/tensorflow/tensorflow/lite/tools/
Dbuild_aar.sh53 function print_output { function
187 print_output bazel-bin/tensorflow/lite/java/tensorflow-lite.aar
225 print_output ${OUT_FILES}
/external/zstd/tests/
Dtest-zstd-versions.py35 def execute(command, print_output=False, print_error=True, param_shell=False): argument
40 if print_output:
44 if not print_output and print_error:
79 …' ' + ' '.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_sh…
81 …n ' + ' '.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_sh…
DDEPRECATED-test-zstd-speed.py51 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
58 if print_output:
64 if stderr_lines and not print_output and print_error:
164 …% (cpuSelector, executableName, args.lastCLevel, args.dictionary, testFilePath), print_output=True)
166 …s -rqi5b1e%s %s' % (cpuSelector, executableName, args.lastCLevel, testFilePath), print_output=True)
/external/lz4/tests/
Dtest-lz4-list.py39 …line in enumerate(execute("{} --list -m {}/test_list_*.lz4".format(LZ4, TEMP), print_output=True)):
115 …ncat-all.lz4 {}/test_list_*M-lz4f-2f--content-size.lz4".format(LZ4, TEMP, TEMP), print_output=True)
206 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
215 if print_output:
221 if stderr_lines and not print_output and print_error:
Dtest-lz4-speed.py48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
55 if print_output:
61 if stderr_lines and not print_output and print_error:
155 …programs/%s -rqi5b1e%s %s' % (executableName, args.lastCLevel, testFilePath), print_output=True)
/external/googletest/googletest/scripts/
Dupload.py556 def RunShellWithReturnCode(command, print_output=False, argument
572 if print_output:
585 if print_output and errout:
593 print_output=False): argument
594 data, retcode = RunShellWithReturnCode(command, print_output,
/external/python/cpython2/Lib/lib2to3/
Dmain.py108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
Drefactor.py289 def print_output(self, old_text, new_text, filename, equal): member in RefactoringTool
518 self.print_output(old_text, new_text, filename, equal)
/external/python/cpython3/Lib/lib2to3/
Dmain.py108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): member in RefactoringTool
503 self.print_output(old_text, new_text, filename, equal)
/external/oss-fuzz/infra/
Dhelper.py427 def docker_run(run_args, print_output=True): argument
439 if not print_output:
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py170 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT