Lines Matching refs:args
143 args = _parse_args()
146 dir_matcher = DirProjectMatcher(parse_manifest_xml(args.manifest))
151 root_dir = os.path.dirname(os.path.abspath(args.blueprint))
156 for rule, attrs in parse_blueprint(args.blueprint):
169 if args.skip_no_overlaps:
174 elif args.has_group:
175 if not getattr(modules, args.has_group):
177 elif args.only_has_group:
179 for group in _GROUPS if group != args.only_has_group):
181 if not getattr(modules, args.only_has_group):
183 elif args.without_group:
184 if getattr(modules, args.without_group):