Home
last modified time | relevance | path

Searched refs:src_paths (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/coverage/
Dcoverage.py286 src_paths = set()
297 src_paths.update(
301 src_paths = {p for p in src_paths if not _is_generated_code(p)}
302 return src_paths
310 report_jars, src_paths, results_dir, mod_info argument
327 for src_path in src_paths:
/tools/asuite/aidegen/lib/
Declipse_project_file_gen.py74 self.src_paths = list(project.source_path['source_folder_path'])
75 self.src_paths.extend(project.source_path['test_folder_path'])
166 return [p for p in self.src_paths
232 for src in self.src_paths:
Declipse_project_file_gen_unittest.py80 self.eclipse.src_paths = {'module/path/src', 'module/path/test',
119 self.eclipse.src_paths = {'module/path/src', 'module/path/test',