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

/external/chromium_org/tools/checkdeps/
H A Drules.py14 ALLOW, DISALLOW and TEMP_ALLOW.
21 DISALLOW = '-' variable in class:Rule
57 super(MessageRule, self).__init__(Rule.DISALLOW, '', '', '')
72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:

Completed in 56 milliseconds