HomeSort by relevance Sort by last modified time
    Searched refs:DependencyViolation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/checkdeps/
cpp_checker.py 46 results.DependencyViolation if the line violates a rule, or None
56 return True, results.DependencyViolation(
71 return True, results.DependencyViolation(include_path, rule, rules)
java_checker.py 102 results.DependencyViolation(include_path, rule, rules))
results.py 9 class DependencyViolation(object):
31 # List of DependencyViolation objects that apply to the dependee

Completed in 91 milliseconds