Home
last modified time | relevance | path

Searched defs:mock_isdir (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/system/extras/torq/tests/
H A Dvalidate_simpleperf_unit_test.py43 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 Dtorq_unit_test.py96 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 Dgit_unittest.py43 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 Dpatch_manager_unittest.py25 def testInvalidDirectoryPassedAsCommandLineArgument(self, mock_isdir): argument
/aosp_15_r20/tools/asuite/aidegen/vscode/
H A Dvscode_native_project_file_gen_unittest.py33 def test_init(self, mock_isdir, mock_mkdir): argument
48 mock_isdir): argument
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_module_info_unittest.py235 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 Dcommon_util_unittest.py157 def test_check_module(self, mock_get, mock_isdir, mock_has_target, argument
H A Dide_util_unittest.py509 def test_studio_optional_config_apply(self, mock_isfile, mock_isdir, argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_cache_unittest.py538 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 Dmachine_manager_unittest.py116 def setUp(self, mock_isdir): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_utils_test.py93 def testUploadImageDir(self, mock_shell, mock_isdir, mock_glob): argument
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dtest_finder_utils_unittest.py300 def test_is_equal_or_sub_dir(self, mock_isdir): argument