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

/external/chromium_org/tools/checkdeps/
H A Drules.py14 ALLOW, DISALLOW and TEMP_ALLOW.
22 TEMP_ALLOW = '!' variable in class:Rule
64 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:

Completed in 62 milliseconds