Searched refs:valueReferenceQueue (Results 1 - 12 of 12) 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/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1558 assertNull(segment.valueReferenceQueue.poll());
1621 assertNull(segment.valueReferenceQueue.poll());
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2227 assertNull(segment.valueReferenceQueue.poll());
2290 assertNull(segment.valueReferenceQueue.poll());
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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 2649 milliseconds