Home
last modified time | relevance | path

Searched refs:print_output (Results 1 – 15 of 15) 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/lz4/tests/
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.py541 def RunShellWithReturnCode(command, print_output=False, argument
557 if print_output:
570 if print_output and errout:
578 print_output=False): argument
579 data, retcode = RunShellWithReturnCode(command, print_output,
/external/googletest/googlemock/scripts/
Dupload.py541 def RunShellWithReturnCode(command, print_output=False, argument
557 if print_output:
570 if print_output and errout:
578 print_output=False): argument
579 data, retcode = RunShellWithReturnCode(command, print_output,
/external/google-breakpad/src/testing/scripts/
Dupload.py541 def RunShellWithReturnCode(command, print_output=False, argument
557 if print_output:
570 if print_output and errout:
578 print_output=False): argument
579 data, retcode = RunShellWithReturnCode(command, print_output,
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py541 def RunShellWithReturnCode(command, print_output=False, argument
557 if print_output:
570 if print_output and errout:
578 print_output=False): argument
579 data, retcode = RunShellWithReturnCode(command, print_output,
/external/v8/tools/
Dperf-to-html.py166 print_output = []
Dperf-compare.py191 print_output = []
/external/python/cpython3/Lib/lib2to3/
Dmain.py108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
Drefactor.py270 def print_output(self, old_text, new_text, filename, equal): member in RefactoringTool
499 self.print_output(old_text, new_text, filename, equal)
/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/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.py164 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT