Lines Matching refs:rules
25 from rules import Rule
59 ignore_temp_rules: Ignore rules that start with Rule.TEMP_ALLOW ("!").
60 ignore_specific_rules: Ignore rules from specific_include_rules sections.
110 for (rules, _) in self.GetAllRulesAndFiles():
111 deps = rules.AsDependencyTuples(
156 # own DEPS, and therefore are missing from the list of rules. Those will
157 # be recursively populated with their parents' rules in the next block.
164 # For every node, propagate its rules down to all its children.
282 --ignore-specific-rules \
283 --ignore-temp-rules""")
345 "", "--ignore-temp-rules",
347 help="Ignore !-prefixed (temporary) rules in DEPS files.")
349 "", "--ignore-specific-rules",