Searched defs:mock_run_command (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/crosperf/ |
D | device_setup_utils_unittest.py | 162 def test_disable_aslr(self, mock_run_command): argument 174 def test_set_cpu_governor(self, mock_run_command): argument 192 def test_set_cpu_governor_propagate_error(self, mock_run_command): argument 212 def test_set_cpu_governor_ignore_status(self, mock_run_command): argument 233 def test_disable_turbo(self, mock_run_command): argument 254 def test_get_cpu_online_two(self, mock_run_command): argument 264 def test_get_cpu_online_twelve(self, mock_run_command): argument 298 def test_get_cpu_online_core0_not_exposed(self, mock_run_command): argument 319 def test_get_cpu_online_no_output(self, mock_run_command): argument 327 def test_get_cpu_online_command_error(self, mock_run_command): argument [all …]
|
/external/python/mobly/tests/mobly/controllers/android_device_lib/ |
D | adb_test.py | 74 def test_is_adb_available(self, mock_run_command): argument 80 def test_is_adb_available_negative(self, mock_run_command): argument 85 def test_exec_cmd_no_timeout_success(self, mock_run_command): argument 96 def test_exec_cmd_error_with_serial(self, mock_run_command): argument 108 def test_exec_cmd_error_without_serial(self, mock_run_command): argument 122 def test_exec_cmd_with_timeout_success(self, mock_run_command): argument 134 def test_exec_cmd_timed_out(self, mock_run_command): argument 148 def test_exec_cmd_timed_out_without_serial(self, mock_run_command): argument 459 def test_exec_adb_cmd_with_stderr_pipe(self, mock_run_command): argument 469 def test_connect_success(self, mock_run_command): argument [all …]
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage_unittest.py | 174 def testListNoPrefix(self, mock_run_command): argument 183 def testListWithPrefix(self, mock_run_command): argument 192 def testListDirs(self, mock_run_command): argument
|