Searched defs:incrementBy (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java265 public void incrementBy(StatsCounter other) { method in class:AbstractCache.SimpleStatsCounter
/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/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 95 milliseconds