Lines Matching refs:project
184 path, project = entry
191 repo_dict[path] = project
490 for project in input_projects:
491 debug_info.setdefault(project, DebugInfo()).direct_input = True
499 for project, makefiles in kati_makefiles_projects.items():
500 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles
507 for project, cfile in config.add_projects.items():
508 debug_info.setdefault(project, DebugInfo()).manual_add_config = cfile
509 for project, cfile in config.remove_projects.items():
510 debug_info.setdefault(project, DebugInfo()).manual_remove_config = cfile
546 for project in projects_to_check:
547 checked_projects.add(project)
548 if project not in module_info.project_modules:
550 for module in module_info.project_modules[project]:
554 for project in deps_additions:
555 debug_info.setdefault(project, DebugInfo()).deps_input = True
565 for project in adjacent_module_additions:
566 debug_info.setdefault(project, DebugInfo()).adjacent_input = True