Home
last modified time | relevance | path

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

/third_party/skia/buildtools/checkdeps/
Dgraphdeps.py147 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:
Drules.py22 TEMP_ALLOW = '!' variable in Rule
72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
Dcpp_checker.py79 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
Dproto_checker.py86 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
Djava_checker.py161 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
Dbuilddeps.py164 if self._ignore_temp_rules and rule_str.startswith(Rule.TEMP_ALLOW):