Searched defs:getLiveValue (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1904 * This method is a convenience for testing. Code should call {@link Segment#getLiveValue}
1909 return segmentFor(entry.getHash()).getLiveValue(entry, now) != null;
1930 * loading, or expired. Unlike {@link Segment#getLiveValue} this method does not attempt to
1935 V getLiveValue(ReferenceEntry<K, V> entry, long now) { method in class:LocalCache
2214 V value = getLiveValue(e, now);
2762 V getLiveValue(ReferenceEntry<K, V> entry, long now) { method in class:LocalCache.Segment
2833 V entryValue = getLiveValue(e, now);
4161 V v = segment.getLiveValue(e, now);
4355 V value = getLiveValue(entry, now);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1917 * This method is a convenience for testing. Code should call {@link Segment#getLiveValue}
1922 return segmentFor(entry.getHash()).getLiveValue(entry) != null;
1942 * partially-collected, computing, or expired. Unlike {@link Segment#getLiveValue} this method
1945 V getLiveValue(ReferenceEntry<K, V> entry) { method in class:MapMakerInternalMap
2515 V entryValue = getLiveValue(e);
3070 V getLiveValue(ReferenceEntry<K, V> entry) { method in class:MapMakerInternalMap.Segment
3537 V v = segment.getLiveValue(e);
3720 V value = getLiveValue(entry);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 107 milliseconds