/aosp_15_r20/system/extras/torq/tests/ |
H A D | validate_simpleperf_unit_test.py | 43 def test_create_parser_valid_symbols(self, mock_isdir, mock_exists): argument 63 mock_isdir, mock_exists): argument 81 mock_isdir, mock_exists): argument 102 mock_isdir, mock_exists): argument 121 def test_create_parser_no_android_product_out_no_symbols(self, mock_isdir, argument 144 mock_subprocess_run, mock_isdir, mock_exists): argument 165 mock_subprocess_run, mock_isdir, mock_exists): argument 189 mock_isdir, mock_exists): argument 211 mock_isdir, mock_exists): argument
|
H A D | torq_unit_test.py | 96 def test_create_parser_valid_profiler_names(self, mock_isdir, mock_exists): argument 494 mock_isdir, mock_exists): argument 725 def test_verify_args_multiple_valid_simpleperf_events(self, mock_isdir, argument
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | git_unittest.py | 43 def testFailedToCreateBranchForInvalidDirectoryPath(self, mock_isdir): argument 61 def testSuccessfullyCreatedBranch(self, mock_command_output, mock_isdir): argument 72 def testFailedToDeleteBranchForInvalidDirectoryPath(self, mock_isdir): argument 89 def testSuccessfullyDeletedBranch(self, mock_command_output, mock_isdir): argument 100 def testFailedToUploadChangesForInvalidDirectoryPath(self, mock_isdir): argument 118 self, mock_tempfile, mock_commands, mock_isdir argument
|
H A D | patch_manager_unittest.py | 25 def testInvalidDirectoryPassedAsCommandLineArgument(self, mock_isdir): argument
|
/aosp_15_r20/tools/asuite/aidegen/vscode/ |
H A D | vscode_native_project_file_gen_unittest.py | 33 def test_init(self, mock_isdir, mock_mkdir): argument 48 mock_isdir): argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | native_module_info_unittest.py | 235 def test_is_include_need_build_return_true(self, mock_load, mock_isdir): argument 246 def test_is_include_need_build_return_false(self, mock_load, mock_isdir): argument
|
H A D | common_util_unittest.py | 157 def test_check_module(self, mock_get, mock_isdir, mock_has_target, argument
|
H A D | ide_util_unittest.py | 509 def test_studio_optional_config_apply(self, mock_isfile, mock_isdir, argument
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | results_cache_unittest.py | 538 def test_copy_files_to(self, mock_copyfiles, mock_runcmd, mock_isdir): argument 2277 def test_read_result(self, mock_create, mock_isdir, mock_runcmd): argument
|
H A D | machine_manager_unittest.py | 116 def setUp(self, mock_isdir): argument
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | cvd_utils_test.py | 93 def testUploadImageDir(self, mock_shell, mock_isdir, mock_glob): argument
|
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | test_finder_utils_unittest.py | 300 def test_is_equal_or_sub_dir(self, mock_isdir): argument
|