Searched defs:getValueReference (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java396 map.reclaimValue(entry.getValueReference());
450 assertSame(valueRefOne, entryOne.getValueReference());
463 assertSame(valueRefTwo, entryTwo.getValueReference());
494 assertSame(valueOne, copyOne.getValueReference().get());
501 assertSame(valueTwo, copyTwo.getValueReference().get());
977 assertSame(valueThree, newFirst.getValueReference().get());
984 assertSame(valueTwo, newFirst.getValueReference().get());
988 assertSame(valueThree, newFirst.getValueReference().get());
1436 assertSame(expectedEntry.getValueReference().get(), actualEntry.getValueReference()
1750 public ValueReference<K, V> getValueReference() { method in class:MapMakerInternalMapTest.DummyEntry
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java609 (LoadingValueReference) newEntry.getValueReference();
811 map.reclaimValue(entry.getValueReference());
893 assertSame(valueRefOne, entryOne.getValueReference());
906 assertSame(valueRefTwo, entryTwo.getValueReference());
937 assertSame(valueOne, copyOne.getValueReference().get());
944 assertSame(valueTwo, copyTwo.getValueReference().get());
1500 assertSame(valueThree, newFirst.getValueReference().get());
1507 assertSame(valueTwo, newFirst.getValueReference().get());
1511 assertSame(valueThree, newFirst.getValueReference().get());
2001 assertSame(expectedEntry.getValueReference()
2501 public ValueReference<K, V> getValueReference() { method in class:LocalCacheTest.DummyEntry
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java746 ValueReference<K, V> getValueReference(); method in interface:LocalCache.ReferenceEntry
847 public ValueReference<Object, Object> getValueReference() { method in class:LocalCache.NullEntry
920 public ValueReference<K, V> getValueReference() { method in class:LocalCache.AbstractReferenceEntry
1141 public ValueReference<K, V> getValueReference() { method in class:LocalCache.StrongEntry
1428 public ValueReference<K, V> getValueReference() { method in class:LocalCache.WeakEntry
1939 V value = entry.getValueReference().get();
2183 ValueReference<K, V> valueReference = original.getValueReference();
2194 ValueReference<K, V> previous = entry.getValueReference();
2220 ValueReference<K, V> valueReference = e.getValueReference();
2264 valueReference = e.getValueReference();
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java686 ValueReference<K, V> getValueReference(); method in interface:MapMakerInternalMap.ReferenceEntry
775 public ValueReference<Object, Object> getValueReference() { method in class:MapMakerInternalMap.NullEntry
840 public ValueReference<K, V> getValueReference() { method in class:MapMakerInternalMap.AbstractReferenceEntry
1041 public ValueReference<K, V> getValueReference() { method in class:MapMakerInternalMap.StrongEntry
1295 public ValueReference<K, V> getValueReference() { method in class:MapMakerInternalMap.SoftEntry
1553 public ValueReference<K, V> getValueReference() { method in class:MapMakerInternalMap.WeakEntry
1949 V value = entry.getValueReference().get();
2184 ValueReference<K, V> valueReference = original.getValueReference();
2394 enqueueNotification(entry.getKey(), entry.getHash(), entry.getValueReference().get(), cause);
2475 V value = e.getValueReference()
[all...]
/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 248 milliseconds