Home
last modified time | relevance | path

Searched refs:GetCommandExecuter (Results 1 – 25 of 58) 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)
219 retv = command_executer.GetCommandExecuter().RunCommand(command)
238 retv = command_executer.GetCommandExecuter().RunCommand('sudo rm -f ' +
246 retv = command_executer.GetCommandExecuter().RunCommand('chmod +x ' +
255 retv = command_executer.GetCommandExecuter().RunCommandGeneric(
260 ce = command_executer.GetCommandExecuter()
[all …]
Dremote_gcc_build.py54 ce = command_executer.GetCommandExecuter()
91 ce = command_executer.GetCommandExecuter()
144 ce = command_executer.GetCommandExecuter()
168 ce = command_executer.GetCommandExecuter()
174 ce = command_executer.GetCommandExecuter()
191 ce = command_executer.GetCommandExecuter()
225 ce = command_executer.GetCommandExecuter()
235 ce = command_executer.GetCommandExecuter()
263 ce = command_executer.GetCommandExecuter()
282 ce = command_executer.GetCommandExecuter()
[all …]
Dimage_chromeos.py40 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
99 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
336 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
364 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
393 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
410 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()
Dcommand_executer_timeout_test.py27 ce = command_executer.GetCommandExecuter()
Dremote_kill_test.py39 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()
143 command_executer.GetCommandExecuter().RunCommand(
196 cmde = command_executer.GetCommandExecuter()
Dcros_login.py71 ce = command_executer.GetCommandExecuter()
Dgenerate-waterfall-reports.py94 command_executer.GetCommandExecuter().RunCommand(command)
144 command_executer.GetCommandExecuter().RunCommandWOutput(command, \
661 ce = command_executer.GetCommandExecuter()
688 status, output, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
Dremote_test.py47 ce = command_executer.GetCommandExecuter()
Dtest_toolchains.py45 self._ce = command_executer.GetCommandExecuter()
175 self._ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/cros_utils/
Dmisc.py26 ce = command_executer.GetCommandExecuter()
119 ce = command_executer.GetCommandExecuter()
197 ce = command_executer.GetCommandExecuter()
211 ce = command_executer.GetCommandExecuter()
252 ce = command_executer.GetCommandExecuter()
267 ce = command_executer.GetCommandExecuter()
320 return command_executer.GetCommandExecuter().RunCommand(
328 return command_executer.GetCommandExecuter().RunCommand(
337 return command_executer.GetCommandExecuter().RunCommand(
359 rv, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
[all …]
Dbuildbot_utils.py152 ce = command_executer.GetCommandExecuter()
217 ce = command_executer.GetCommandExecuter()
354 ce = command_executer.GetCommandExecuter()
364 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.py87 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
321 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
374 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py266 self.ce = command_executer.GetCommandExecuter()
366 self.current_ce = command_executer.GetCommandExecuter(job_logger)
382 ce = command_executer.GetCommandExecuter()
425 ce = command_executer.GetCommandExecuter()
Dbinary_search_state.py83 self.ce = command_executer.GetCommandExecuter()
314 ce = command_executer.GetCommandExecuter()
374 bss.ce = command_executer.GetCommandExecuter()

123