Home
last modified time | relevance | path

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

/third_party/skia/buildtools/checkdeps/
H A Drules.py14 ALLOW, DISALLOW and TEMP_ALLOW.
21 DISALLOW = '-' variable in Rule
57 super(MessageRule, self).__init__(Rule.DISALLOW, '', '', '')
72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
H A Dgraphdeps.py178 ((dst, Rule.DISALLOW) not in deps_graph[src]):
192 if allow == Rule.DISALLOW and self.hide_disallowed_deps:
H A Dcpp_checker.py78 if (rule.allow == Rule.DISALLOW or
H A Dproto_checker.py85 if (rule.allow == Rule.DISALLOW or
H A Djava_checker.py160 if (rule.allow == Rule.DISALLOW or
/third_party/node/deps/v8/
H A DPRESUBMIT.py230 if rule_type == Rule.DISALLOW:

Completed in 3 milliseconds