Searched refs:maxSegmentSize (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java56 Segment<K, V> createSegment(int initialCapacity, int maxSegmentSize) { argument
57 return new ComputingSegment<K, V>(this, initialCapacity, maxSegmentSize);
72 ComputingSegment(MapMakerInternalMap<K, V> map, int initialCapacity, int maxSegmentSize) { argument
73 super(map, initialCapacity, maxSegmentSize);
H A DMapMakerInternalMap.java1936 Segment<K, V> createSegment(int initialCapacity, int maxSegmentSize) { argument
1937 return new Segment<K, V>(this, initialCapacity, maxSegmentSize);
2099 final int maxSegmentSize; field in class:MapMakerInternalMap.Segment
2140 Segment(MapMakerInternalMap<K, V> map, int initialCapacity, int maxSegmentSize) { argument
2142 this.maxSegmentSize = maxSegmentSize;
2170 if (this.threshold == maxSegmentSize) {
2412 if (map.evictsBySize() && count >= maxSegmentSize) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java238 totalCapacity += map.segments[i].maxSegmentSize;
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 205 milliseconds