Searched defs:mock_load (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | native_module_info_unittest.py | 110 def test_get_module_names_in_targets_paths(self, mock_relpath, mock_load): argument 120 def test_get_module_includes_empty(self, mock_load): argument 129 def test_get_module_includes_not_empty(self, mock_load): argument 140 def test_is_module_need_build_without_mod_info(self, mock_load, mock_warn): argument 150 def test_is_module_need_build_with_mod_info(self, mock_load, mock_warn): argument 165 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument 182 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument 199 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument 211 def test_is_source_need_build_return_true(self, mock_load, mock_isfile): argument 222 def test_is_source_need_build_return_false(self, mock_load, mock_isfile): argument [all …]
|