Home
last modified time | relevance | path

Searched refs:rule_type (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps.py115 A list of tuples, (bad_file_path, rule_type, rule_description)
116 where rule_type is one of Rule.DISALLOW or Rule.TEMP_ALLOW and
131 rule_type = violation.violated_rule.allow
132 if rule_type == Rule.ALLOW:
136 problems.append((file_path, rule_type, violation_text))
147 A list of tuples, (bad_file_path, rule_type, rule_description)
148 where rule_type is one of Rule.DISALLOW or Rule.TEMP_ALLOW and
166 A list of tuples, (bad_file_path, rule_type, rule_description)
167 where rule_type is one of Rule.DISALLOW or Rule.TEMP_ALLOW and
183 A list of tuples, (bad_file_path, rule_type, rule_descriptio
[all...]
H A Drules.py152 rule_type, rule_dir = ParseRuleString(rule_string, source)
166 rules_to_update.insert(0, Rule(rule_type, rule_dir, dependent_dir, source))
/third_party/node/deps/v8/
H A DPRESUBMIT.py227 for path, rule_type, rule_description in deps_checker.CheckAddedCppIncludes(
230 if rule_type == Rule.DISALLOW:
/third_party/toybox/toys/pending/
H A Dawk.c72 int rule_type; // tkbegin, tkend, or 0
2216 if (TT.cgl.rule_type) XERR("%s", "next inside BEGIN or END\n"); in stmt()
2223 if (TT.cgl.rule_type) XERR("%s", "nextfile inside BEGIN or END\n"); in stmt()
2389 TT.cgl.rule_type = tkbegin; in rule()
2391 TT.cgl.rule_type = 0; in rule()
2401 TT.cgl.rule_type = tkbegin; in rule()
2403 TT.cgl.rule_type = 0; in rule()
/third_party/toybox/generated/
H A Dglobals.h528 int rule_type; // tkbegin, tkend, or 0 member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 38 milliseconds