Searched defs:mock_isdir (Results 1 – 2 of 2) sorted by relevance
| /system/extras/torq/tests/ |
| D | validate_simpleperf_unit_test.py | 42 def test_create_parser_valid_symbols(self, mock_isdir, mock_exists): argument 62 mock_isdir, mock_exists): argument 80 mock_isdir, mock_exists): argument 101 mock_isdir, mock_exists): argument 120 def test_create_parser_no_android_product_out_no_symbols(self, mock_isdir, argument 143 mock_subprocess_run, mock_isdir, mock_exists): argument 164 mock_subprocess_run, mock_isdir, mock_exists): argument 188 mock_isdir, mock_exists): argument 210 mock_isdir, mock_exists): argument
|
| D | torq_unit_test.py | 95 def test_create_parser_valid_profiler_names(self, mock_isdir, mock_exists): argument 493 mock_isdir, mock_exists): argument 724 def test_verify_args_multiple_valid_simpleperf_events(self, mock_isdir, argument
|