Home
last modified time | relevance | path

Searched defs:mock_exists (Results 1 – 7 of 7) sorted by relevance

/tools/asuite/aidegen/lib/
Dclion_project_file_gen_unittest.py56 def test_init_with_mod_info_without_mod_name(self, mock_exists): argument
65 def test_init_with_mod_info_without_mod_path(self, mock_exists): argument
80 self, mock_get_path, mock_get_cmake, mock_exists, mock_mkdirs): argument
95 def test_write_header(self, mock_exists): argument
117 def test_write_c_compiler_paths(self, mock_exists): argument
138 def test_write_source_files_without_content(self, mock_exists): argument
153 def test_write_source_files_with_content(self, mock_exists): argument
173 def test_write_flags_without_content(self, mock_exists): argument
188 def test_parse_compiler_parameters_without_flag(self, mock_exists): argument
199 def test_parse_compiler_parameters_with_flag(self, mock_exists): argument
[all …]
Dsource_locator_unittest.py133 def test_collect_r_src_path(self, mock_android_root_dir, mock_exists): argument
414 def test_collect_all_srcjar_path(self, mock_exists): argument
Declipse_project_file_gen_unittest.py133 def test_gen_bin_link(self, mock_exists, mock_mkdir): argument
Dide_util_unittest.py613 def test_eclipse_get_ide_cmd(self, mock_exists, mock_input): argument
/tools/asuite/aidegen/idea/
Diml_unittest.py158 def test_generate_facet(self, mock_exists): argument
Dxml_gen_unittest.py100 mock_file_gen, mock_exists): argument
/tools/asuite/aidegen/sdk/
Djdk_table_unittest.py59 def test_init(self, mock_parse, mock_exists, mock_gen_file): argument