Home
last modified time | relevance | path

Searched defs:incrementBy (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkRTree.cpp84 int incrementBy = kMaxChildren; in CountNodes() local
133 int incrementBy = kMaxChildren; in bulkLoad() local
/external/skqp/src/core/
DSkRTree.cpp84 int incrementBy = kMaxChildren; in CountNodes() local
133 int incrementBy = kMaxChildren; in bulkLoad() local
/external/guava/guava/src/com/google/common/cache/
DAbstractCache.java268 public void incrementBy(StatsCounter other) { in incrementBy() method in AbstractCache.SimpleStatsCounter