Searched refs:StrongEntry (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java442 return new StrongEntry<K, V>(key, hash, next);
1056 static class StrongEntry<K, V> implements ReferenceEntry<K, V> { class in class:LocalCache
1059 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { method in class:LocalCache.StrongEntry
1161 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V>
1209 extends StrongEntry<K, V> implements ReferenceEntry<K, V> {
1256 extends StrongEntry<K, V> implements ReferenceEntry<K, V> {
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java357 return new StrongEntry<K, V>(key, hash, next);
966 static class StrongEntry<K, V> implements ReferenceEntry<K, V> { class in class:MapMakerInternalMap
969 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { method in class:MapMakerInternalMap.StrongEntry
1063 static final class StrongExpirableEntry<K, V> extends StrongEntry<K, V>
1111 extends StrongEntry<K, V> implements ReferenceEntry<K, V> {
1146 extends StrongEntry<K, V> implements ReferenceEntry<K, V> {
/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 105 milliseconds