Searched refs:fail_on_temp_allow (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/buildtools/checkdeps/ |
D | cpp_checker.py | 44 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): argument 79 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
|
D | proto_checker.py | 47 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): argument 86 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
|
D | java_checker.py | 138 def CheckLine(self, rules, line, filepath, fail_on_temp_allow=False): argument 161 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
|