Home
last modified time | relevance | path

Searched refs:EclipseConf (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/aidegen/lib/
Declipse_project_file_gen_unittest.py44 self.eclipse = eclipse_project_file_gen.EclipseConf(self.proj_info)
156 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
158 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
160 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
162 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
174 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
183 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
191 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
193 @mock.patch.object(eclipse_project_file_gen.EclipseConf,
Declipse_project_file_gen.py27 class EclipseConf(project_file_gen.ProjectFileGenerator): class
307 eclipse_configure = EclipseConf(project)
/tools/asuite/aidegen/
Daidegen_main.py191 eclipse_project_file_gen.EclipseConf.generate_ide_project_files(
Daidegen_main_unittest.py95 @mock.patch.object(eclipse_project_file_gen.EclipseConf,