/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/ |
D | enterprise_CFM_SiSFwUpdater.py | 64 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/ |
D | enterprise_CFM_LogitechPtzUpdater.py | 74 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/ |
D | build_frameworks.sh | 58 function print_output { function 195 print_output ${OUT_FILES} 212 print_output ${OUT_FILES}
|
/external/tensorflow/tensorflow/lite/tools/ |
D | build_aar.sh | 53 function print_output { function 187 print_output bazel-bin/tensorflow/lite/java/tensorflow-lite.aar 225 print_output ${OUT_FILES}
|
/external/zstd/tests/ |
D | test-zstd-versions.py | 35 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…
|
D | DEPRECATED-test-zstd-speed.py | 51 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/ |
D | test-lz4-list.py | 39 …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:
|
D | test-lz4-speed.py | 48 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/ |
D | upload.py | 556 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/ |
D | main.py | 108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
|
D | refactor.py | 289 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/ |
D | main.py | 108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
|
D | refactor.py | 274 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/ |
D | helper.py | 427 def docker_run(run_args, print_output=True): argument 439 if not print_output:
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_refactor.py | 170 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 168 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT
|