Searched refs:GetCommandExecuter (Results 1 – 25 of 60) sorted by relevance
123
/external/toolchain-utils/ |
D | tc_enter_chroot.py | 38 retv = command_executer.GetCommandExecuter().RunCommand(command) 44 retv = command_executer.GetCommandExecuter().RunCommand(command) 48 ce = command_executer.GetCommandExecuter() 64 ce = command_executer.GetCommandExecuter() 71 retv = command_executer.GetCommandExecuter().RunCommand(command) 227 retv = command_executer.GetCommandExecuter().RunCommand(command) 246 retv = command_executer.GetCommandExecuter().RunCommand( 254 retv = command_executer.GetCommandExecuter().RunCommand( 263 retv = command_executer.GetCommandExecuter().RunCommandGeneric( 268 ce = command_executer.GetCommandExecuter() [all …]
|
D | remote_gcc_build.py | 55 ce = command_executer.GetCommandExecuter() 92 ce = command_executer.GetCommandExecuter() 145 ce = command_executer.GetCommandExecuter() 171 ce = command_executer.GetCommandExecuter() 177 ce = command_executer.GetCommandExecuter() 194 ce = command_executer.GetCommandExecuter() 228 ce = command_executer.GetCommandExecuter() 238 ce = command_executer.GetCommandExecuter() 266 ce = command_executer.GetCommandExecuter() 285 ce = command_executer.GetCommandExecuter() [all …]
|
D | image_chromeos.py | 41 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 56 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 155 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 381 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 396 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 420 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 453 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level) 470 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
|
D | auto_delete_nightly_test_data.py | 27 ce = command_executer.GetCommandExecuter(log_level='none') 100 ce = command_executer.GetCommandExecuter() 128 ce = command_executer.GetCommandExecuter()
|
D | new-generate-waterfall-reports.py | 88 command_executer.GetCommandExecuter().RunCommand(command) 261 status, output, _ = command_executer.GetCommandExecuter().RunCommandWOutput( 377 ce = command_executer.GetCommandExecuter()
|
D | setup_chromeos.py | 57 cmd_executer = command_executer.GetCommandExecuter() 239 cmd_executer = command_executer.GetCommandExecuter()
|
D | chromiumos_image_diff.py | 40 self._ce = command_executer.GetCommandExecuter() 145 command_executer.GetCommandExecuter().RunCommand( 198 cmde = command_executer.GetCommandExecuter()
|
D | command_executer_timeout_test.py | 27 ce = command_executer.GetCommandExecuter()
|
D | remote_kill_test.py | 38 ce = command_executer.GetCommandExecuter()
|
D | cros_login.py | 70 ce = command_executer.GetCommandExecuter()
|
D | generate-waterfall-reports.py | 87 command_executer.GetCommandExecuter().RunCommand(command) 137 command_executer.GetCommandExecuter().RunCommandWOutput(command, \ 652 ce = command_executer.GetCommandExecuter() 679 status, output, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
|
D | remote_test.py | 46 ce = command_executer.GetCommandExecuter()
|
D | test_toolchains.py | 44 self._ce = command_executer.GetCommandExecuter() 174 self._ce = command_executer.GetCommandExecuter()
|
/external/toolchain-utils/cros_utils/ |
D | misc.py | 27 ce = command_executer.GetCommandExecuter() 124 ce = command_executer.GetCommandExecuter() 202 ce = command_executer.GetCommandExecuter() 216 ce = command_executer.GetCommandExecuter() 257 ce = command_executer.GetCommandExecuter() 272 ce = command_executer.GetCommandExecuter() 325 return command_executer.GetCommandExecuter().RunCommand( 332 return command_executer.GetCommandExecuter().RunCommand( 340 return command_executer.GetCommandExecuter().RunCommand( 361 rv, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput( [all …]
|
D | buildbot_utils.py | 31 ce = command_executer.GetCommandExecuter() 209 ce = command_executer.GetCommandExecuter() 238 ce = command_executer.GetCommandExecuter()
|
D | machines.py | 22 ce = command_executer.GetCommandExecuter(log_level=logging_level)
|
D | no_pseudo_terminal_test.py | 43 ce = command_executer.GetCommandExecuter()
|
D | file_utils.py | 32 ce = command_executer.GetCommandExecuter(log_level=log_level)
|
/external/toolchain-utils/deprecated/ |
D | summarize_results.py | 115 executer = command_executer.GetCommandExecuter() 133 executer = command_executer.GetCommandExecuter()
|
/external/toolchain-utils/fdo_scripts/ |
D | divide_and_merge_profiles.py | 29 self._ce = command_executer.GetCommandExecuter() 101 ce = command_executer.GetCommandExecuter()
|
D | profile_cycler.py | 33 self._ce = command_executer.GetCommandExecuter() 151 ce = command_executer.GetCommandExecuter()
|
D | vanilla_vs_fdo.py | 22 self._ce = command_executer.GetCommandExecuter() 61 self._ce = command_executer.GetCommandExecuter()
|
/external/toolchain-utils/binary_search_tool/test/ |
D | gen_init_list.py | 13 ce = command_executer.GetCommandExecuter()
|
D | binary_search_tool_tester.py | 90 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput( 351 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput( 406 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 329 self.ce = command_executer.GetCommandExecuter() 429 self.current_ce = command_executer.GetCommandExecuter(job_logger) 445 ce = command_executer.GetCommandExecuter() 490 ce = command_executer.GetCommandExecuter()
|
123