HomeSort by relevance Sort by last modified time
    Searched refs:command_executer (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/toolchain-utils/cros_utils/
machines.py 8 from cros_utils import command_executer
17 command_executer (from command_executor.LOG_LEVEL enum list).
22 ce = command_executer.GetCommandExecuter(log_level=logging_level)
command_executer_unittest.py 2 """Unittest for command_executer.py."""
9 import command_executer
18 ce = command_executer.CommandExecuter(logging_level)
no_pseudo_terminal_test.py 10 from cros_utils import command_executer
43 ce = command_executer.GetCommandExecuter()
misc.py 17 import command_executer
26 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
    [all...]
buildbot_utils.py 17 from cros_utils import command_executer
152 ce = command_executer.GetCommandExecuter()
217 ce = command_executer.GetCommandExecuter()
354 ce = command_executer.GetCommandExecuter()
364 ce = command_executer.GetCommandExecuter()
file_utils.py 9 import command_executer
32 ce = command_executer.GetCommandExecuter(log_level=log_level)
manifest_versions.py 16 import command_executer
44 self.ce = command_executer.GetCommandExecuter()
email_sender.py 16 from cros_utils import command_executer
86 ce = command_executer.GetCommandExecuter(log_level='none')
  /external/toolchain-utils/binary_search_tool/test/
gen_init_list.py 8 from cros_utils import command_executer
13 ce = command_executer.GetCommandExecuter()
  /external/toolchain-utils/
command_executer_timeout_test.py 4 """Timeout test for command_executer."""
13 from cros_utils import command_executer
27 ce = command_executer.GetCommandExecuter()
remote_kill_test.py 18 from cros_utils import command_executer
39 ce = command_executer.GetCommandExecuter()
tc_enter_chroot.py 19 from cros_utils import command_executer
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)
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
    [all...]
cros_login.py 14 from cros_utils import command_executer
71 ce = command_executer.GetCommandExecuter()
remote_gcc_build.py 20 from cros_utils import command_executer
54 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(
    [all...]
image_chromeos.py 23 from cros_utils import command_executer
40 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
93 if not options.log_level in command_executer.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)
buildbot_test_llvm.py 21 from cros_utils import command_executer
59 self._ce = command_executer.GetCommandExecuter()
106 command_executer.InitCommandExecuter()
remote_test.py 17 from cros_utils import command_executer
47 ce = command_executer.GetCommandExecuter()
auto_delete_nightly_test_data.py 14 from cros_utils import command_executer
27 ce = command_executer.GetCommandExecuter(log_level='none')
100 ce = command_executer.GetCommandExecuter()
128 ce = command_executer.GetCommandExecuter()
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles.py 17 from cros_utils import command_executer
29 self._ce = command_executer.GetCommandExecuter()
98 ### command_executer.InitCommandExecuter(True)
99 command_executer.InitCommandExecuter()
101 ce = command_executer.GetCommandExecuter()
summarize_hot_blocks.py 49 from cros_utils import command_executer
69 self._ce = command_executer.GetCommandExecuter()
146 command_executer.InitCommandExecuter()
profile_cycler.py 19 from cros_utils import command_executer
33 self._ce = command_executer.GetCommandExecuter()
148 ### command_executer.InitCommandExecuter(True)
149 command_executer.InitCommandExecuter()
151 ce = command_executer.GetCommandExecuter()
divide_and_merge_profiles_test.py 13 from cros_utils import command_executer
25 self._ce = command_executer.GetCommandExecuter()
  /external/toolchain-utils/crosperf/
suite_runner_unittest.py 20 from cros_utils import command_executer
28 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
29 mock_cmd_term = mock.Mock(spec=command_executer.CommandTerminator)
165 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
196 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
211 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
212 @mock.patch.object(command_executer.CommandExecuter,
258 @mock.patch.object(command_executer.CommandExecuter,
290 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
  /external/toolchain-utils/deprecated/
summarize_results.py 10 from cros_utils import command_executer
115 executer = command_executer.GetCommandExecuter()
133 executer = command_executer.GetCommandExecuter()
compare_benchmarks.py 27 from cros_utils import command_executer
33 cmd_executer = command_executer.GetCommandExecuter()

Completed in 366 milliseconds

1 2 3