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

/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java447 SoftEntry (final ReferenceQueue valueReferenceQueue, final Object key, Object value, final SoftEntry next, final int bucketIndex) argument
451 m_softValue = new IndexedSoftReference (value, valueReferenceQueue, bucketIndex); // ... do not retain a strong reference to the value
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java393 ? new SoftValueReference<K, V>(segment.valueReferenceQueue, value, entry)
395 segment.valueReferenceQueue, value, entry, weight);
409 ? new WeakValueReference<K, V>(segment.valueReferenceQueue, value, entry)
411 segment.valueReferenceQueue, value, entry, weight);
2105 final ReferenceQueue<V> valueReferenceQueue; field in class:LocalCache.Segment
2147 valueReferenceQueue = map.usesValueReferences()
2185 newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, newEntry));
2529 while ((ref = valueReferenceQueue.poll()) != null) {
2556 while (valueReferenceQueue.poll() != null) {}
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java313 return new SoftValueReference<K, V>(segment.valueReferenceQueue, value, entry);
326 return new WeakValueReference<K, V>(segment.valueReferenceQueue, value, entry);
2111 final ReferenceQueue<V> valueReferenceQueue; field in class:MapMakerInternalMap.Segment
2148 valueReferenceQueue = map.usesValueReferences()
2186 newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, newEntry));
2247 while ((ref = valueReferenceQueue.poll()) != null) {
2274 while (valueReferenceQueue.poll() != null) {}
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 137 milliseconds