Searched defs:mock_exists (Results 1 – 7 of 7) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | clion_project_file_gen_unittest.py | 56 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 …]
|
D | source_locator_unittest.py | 133 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
|
D | eclipse_project_file_gen_unittest.py | 133 def test_gen_bin_link(self, mock_exists, mock_mkdir): argument
|
D | ide_util_unittest.py | 613 def test_eclipse_get_ide_cmd(self, mock_exists, mock_input): argument
|
/tools/asuite/aidegen/idea/ |
D | iml_unittest.py | 158 def test_generate_facet(self, mock_exists): argument
|
D | xml_gen_unittest.py | 100 mock_file_gen, mock_exists): argument
|
/tools/asuite/aidegen/sdk/ |
D | jdk_table_unittest.py | 59 def test_init(self, mock_parse, mock_exists, mock_gen_file): argument
|