Searched refs:incrementBy (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkRTree.cpp83 int incrementBy = kMaxChildren; local
86 incrementBy -= remainder;
89 incrementBy = kMinChildren;
95 for (int k = 1; k < incrementBy && currentBranch < branches; ++k) {
132 int incrementBy = kMaxChildren; local
136 incrementBy -= remainder;
139 incrementBy = kMinChildren;
150 for (int k = 1; k < incrementBy && currentBranch < branches->count(); ++k) {
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java265 public void incrementBy(StatsCounter other) { method in class:AbstractCache.SimpleStatsCounter
H A DLocalCache.java4788 aggregator.incrementBy(localCache.globalStatsCounter);
4790 aggregator.incrementBy(segment.statsCounter);
/external/guava/guava-tests/test/com/google/common/cache/
H A DAbstractCacheTest.java161 counter1.incrementBy(counter2);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 187 milliseconds