Lines Matching refs:project
440 for project in config_remove_projects:
441 remove_projects.setdefault(project, []).append(config_file)
442 for project in config_add_projects:
443 add_projects.setdefault(project, []).append(config_file)
449 for project in input_projects:
450 debug_info.setdefault(project, DebugInfo()).direct_input = True
458 for project, makefiles in kati_makefiles_projects.items():
459 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles
466 for project, configs in add_projects.items():
467 debug_info.setdefault(project, DebugInfo()).manual_add_configs = configs
468 for project, configs in remove_projects.items():
469 debug_info.setdefault(project, DebugInfo()).manual_remove_configs = configs
505 for project in projects_to_check:
506 checked_projects.add(project)
507 if project not in module_info.project_modules:
509 for module in module_info.project_modules[project]:
513 for project in deps_additions:
514 debug_info.setdefault(project, DebugInfo()).deps_input = True
524 for project in adjacent_module_additions:
525 debug_info.setdefault(project, DebugInfo()).adjacent_input = True