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

  /external/chromium_org/tools/checkdeps/
results.py 28 # self.violations.
33 self.violations = []
37 self.violations.append(violation)
41 return not not self.violations
77 for violation in dependee_status.violations:
108 self.violations = set()
111 for violation in dependee_status.violations:
112 self.violations.add(violation.include_path)
115 return [' "!%s",' % path for path in sorted(self.violations)]
134 self.count += len(dependee_status.violations)
    [all...]
checkdeps.py 285 # violations under the testdata directory. On the other hand when
287 # directory to trigger those intended violations and see that they
483 '', '--count-violations',
  /frameworks/base/core/java/android/os/
StrictMode.java 97 * application to see the violations as they happen.
99 * <p>If you find violations that you feel are problematic, there are
132 * The boolean system property to control screen flashes on violations.
245 * Flash the screen during violations.
356 * violations. (but note that {@link #build} will default
446 * violations, rate-limited to be only a little annoying.
455 * see logging or other violations before the process dies.
485 * Log detected violations to the system log.
492 * Enable detected violations log a stacktrace and timing data
689 * your logging or other violations before the process dies
1273 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
1681 ArrayList<ViolationInfo> violations = gatheredViolations.get(); local
    [all...]
  /external/v8/tools/
presubmit.py 346 violations = 0
353 violations += 1
356 print "Total violating files: %s" % violations
  /external/chromium_org/v8/tools/
presubmit.py 396 violations = 0
403 violations += 1
406 print "Total violating files: %s" % violations
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 294 // policy violations.
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 524 milliseconds