Home
last modified time | relevance | path

Searched refs:GetCommandExecuter (Results 1 – 25 of 60) sorted by relevance

123

/external/toolchain-utils/
Dtc_enter_chroot.py38 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 …]
Dremote_gcc_build.py55 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 …]
Dimage_chromeos.py41 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)
Dauto_delete_nightly_test_data.py27 ce = command_executer.GetCommandExecuter(log_level='none')
100 ce = command_executer.GetCommandExecuter()
128 ce = command_executer.GetCommandExecuter()
Dnew-generate-waterfall-reports.py88 command_executer.GetCommandExecuter().RunCommand(command)
261 status, output, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
377 ce = command_executer.GetCommandExecuter()
Dsetup_chromeos.py57 cmd_executer = command_executer.GetCommandExecuter()
239 cmd_executer = command_executer.GetCommandExecuter()
Dchromiumos_image_diff.py40 self._ce = command_executer.GetCommandExecuter()
145 command_executer.GetCommandExecuter().RunCommand(
198 cmde = command_executer.GetCommandExecuter()
Dcommand_executer_timeout_test.py27 ce = command_executer.GetCommandExecuter()
Dremote_kill_test.py38 ce = command_executer.GetCommandExecuter()
Dcros_login.py70 ce = command_executer.GetCommandExecuter()
Dgenerate-waterfall-reports.py87 command_executer.GetCommandExecuter().RunCommand(command)
137 command_executer.GetCommandExecuter().RunCommandWOutput(command, \
652 ce = command_executer.GetCommandExecuter()
679 status, output, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
Dremote_test.py46 ce = command_executer.GetCommandExecuter()
Dtest_toolchains.py44 self._ce = command_executer.GetCommandExecuter()
174 self._ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/cros_utils/
Dmisc.py27 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 …]
Dbuildbot_utils.py31 ce = command_executer.GetCommandExecuter()
209 ce = command_executer.GetCommandExecuter()
238 ce = command_executer.GetCommandExecuter()
Dmachines.py22 ce = command_executer.GetCommandExecuter(log_level=logging_level)
Dno_pseudo_terminal_test.py43 ce = command_executer.GetCommandExecuter()
Dfile_utils.py32 ce = command_executer.GetCommandExecuter(log_level=log_level)
/external/toolchain-utils/deprecated/
Dsummarize_results.py115 executer = command_executer.GetCommandExecuter()
133 executer = command_executer.GetCommandExecuter()
/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles.py29 self._ce = command_executer.GetCommandExecuter()
101 ce = command_executer.GetCommandExecuter()
Dprofile_cycler.py33 self._ce = command_executer.GetCommandExecuter()
151 ce = command_executer.GetCommandExecuter()
Dvanilla_vs_fdo.py22 self._ce = command_executer.GetCommandExecuter()
61 self._ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/binary_search_tool/test/
Dgen_init_list.py13 ce = command_executer.GetCommandExecuter()
Dbinary_search_tool_tester.py90 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
351 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
406 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py329 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