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

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1898 void reclaimKey(ReferenceEntry<K, V> entry) { method in class:LocalCache
1900 segmentFor(hash).reclaimKey(entry, hash);
2518 map.reclaimKey(entry);
3310 boolean reclaimKey(ReferenceEntry<K, V> entry, int hash) { method in class:LocalCache.Segment
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1911 void reclaimKey(ReferenceEntry<K, V> entry) { method in class:MapMakerInternalMap
1913 segmentFor(hash).reclaimKey(entry, hash);
2236 map.reclaimKey(entry);
2925 boolean reclaimKey(ReferenceEntry<K, V> entry, int hash) { method in class:MapMakerInternalMap.Segment
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 253 milliseconds