HomeSort by relevance Sort by last modified time
    Searched defs:interestingRegions (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 140 int interestingRegions = 0;
144 interestingRegions++;
149 int interestingPixels = Math.max(1, interestingRegions) * REGION_SIZE * REGION_SIZE;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 100 SmallVector<Regions *, 2> interestingRegions;

Completed in 46 milliseconds