Searched refs:segmentFor (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java61 ComputingSegment<K, V> segmentFor(int hash) { method in class:ComputingConcurrentHashMap
62 return (ComputingSegment<K, V>) super.segmentFor(hash);
67 return segmentFor(hash).getOrCompute(key, hash, computingFunction);
H A DMapMakerInternalMap.java1877 return segmentFor(hash).newEntry(key, hash, next);
1887 return segmentFor(hash).copyEntry(original, newNext);
1897 return valueStrength.referenceValue(segmentFor(hash), entry, value);
1908 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference);
1913 segmentFor(hash).reclaimKey(entry, hash);
1922 return segmentFor(entry.getHash()).getLiveValue(entry) != null;
1931 Segment<K, V> segmentFor(int hash) { method in class:MapMakerInternalMap
3479 return segmentFor(hash).get(key, hash);
3491 return segmentFor(hash).getEntry(key, hash);
3502 return segmentFor(has
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1864 return segmentFor(hash).newEntry(key, hash, next);
1874 return segmentFor(hash).copyEntry(original, newNext);
1884 return valueStrength.referenceValue(segmentFor(hash), entry, value, weight);
1895 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference);
1900 segmentFor(hash).reclaimKey(entry, hash);
1909 return segmentFor(entry.getHash()).getLiveValue(entry, now) != null;
1918 Segment<K, V> segmentFor(int hash) { method in class:LocalCache
3948 return segmentFor(hash).get(key, hash);
3954 V value = segmentFor(hash).get(key, hash);
3965 return segmentFor(has
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java105 Segment<K, V> segment = map.segmentFor(hash);
/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 96 milliseconds