Searched defs:mock_subprocess_run (Results 1 – 5 of 5) sorted by relevance
| /system/extras/torq/tests/ |
| D | device_unit_test.py | 85 def test_get_adb_devices_returns_devices(self, mock_subprocess_run): argument 99 mock_subprocess_run): argument 112 def test_get_adb_devices_returns_no_device(self, mock_subprocess_run): argument 122 mock_subprocess_run): argument 132 def test_get_adb_devices_command_failure_error(self, mock_subprocess_run): argument 143 mock_subprocess_run): argument 154 mock_subprocess_run): argument 171 mock_subprocess_run): argument 185 mock_subprocess_run): argument 200 mock_subprocess_run): argument [all …]
|
| D | utils_unit_test.py | 30 mock_subprocess_run): argument 41 mock_subprocess_run): argument
|
| D | open_ui_unit_test.py | 50 mock_subprocess_run, mock_getsize, mock_exists): argument 70 mock_subprocess_run, mock_getsize, mock_exists): argument 135 mock_exists, mock_subprocess_run, mock_open_new_tab, mock_abspath, argument 167 mock_popen, mock_subprocess_run, mock_open_new_tab, mock_getsize, argument 219 mock_popen, mock_subprocess_run, mock_open_new_tab, mock_getsize, argument
|
| D | validate_simpleperf_unit_test.py | 143 mock_subprocess_run, mock_isdir, mock_exists): argument 164 mock_subprocess_run, mock_isdir, mock_exists): argument
|
| D | perfetto_command_executor_unit_test.py | 1023 def test_config_pull(self, mock_subprocess_run): argument 1033 def test_config_pull_no_device_connection(self, mock_subprocess_run): argument 1045 def test_config_pull_old_android_version(self, mock_subprocess_run): argument
|