Home
last modified time | relevance | path

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

/third_party/skia/buildtools/checkdeps/
H A Drules.py14 ALLOW, DISALLOW and TEMP_ALLOW.
22 TEMP_ALLOW = '!' variable in Rule
72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
H A Dgraphdeps.py59 ignore_temp_rules: Ignore rules that start with Rule.TEMP_ALLOW ("!").
147 if allow == Rule.TEMP_ALLOW and self.ignore_temp_rules:
177 ((dst, Rule.TEMP_ALLOW) not in deps_graph[src]) and \
225 elif allow == Rule.TEMP_ALLOW:
H A Dcpp_checker.py79 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
H A Dproto_checker.py86 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
H A Djava_checker.py161 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
H A Dbuilddeps.py99 ignore_temp_rules: Ignore rules that start with Rule.TEMP_ALLOW ("!").
162 for rules beginning with the Rule.TEMP_ALLOW character.
164 if self._ignore_temp_rules and rule_str.startswith(Rule.TEMP_ALLOW):

Completed in 3 milliseconds