Searched refs:COLLECTED (Results 1 - 17 of 17) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java65 COLLECTED { enum constant in enum:RemovalCause
H A DLocalCache.java2239 enqueueNotification(entryKey, hash, valueReference, RemovalCause.COLLECTED);
2853 enqueueNotification(key, hash, valueReference, RemovalCause.COLLECTED);
2989 first, e, entryKey, hash, valueReference, RemovalCause.COLLECTED);
3042 first, e, entryKey, hash, valueReference, RemovalCause.COLLECTED);
3088 cause = RemovalCause.COLLECTED;
3141 (entryValue == null) ? RemovalCause.COLLECTED : RemovalCause.REPLACED;
3193 cause = RemovalCause.COLLECTED;
3284 enqueueNotification(entry, RemovalCause.COLLECTED);
3304 first, e, e.getKey(), hash, e.getValueReference(), RemovalCause.COLLECTED);
3338 first, e, entryKey, hash, valueReference, RemovalCause.COLLECTED);
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DWeakKeySet.java61 Preconditions.checkState(RemovalCause.COLLECTED.equals(notification.getCause()));
/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java114 enqueueNotification(entryKey, hash, value, RemovalCause.COLLECTED);
H A DMapMaker.java714 COLLECTED { enum constant in enum:MapMaker.RemovalCause
H A DMapMakerInternalMap.java2526 enqueueNotification(key, hash, entryValue, RemovalCause.COLLECTED);
2658 enqueueNotification(entryKey, hash, entryValue, RemovalCause.COLLECTED);
2709 enqueueNotification(entryKey, hash, entryValue, RemovalCause.COLLECTED);
2753 cause = RemovalCause.COLLECTED;
2796 cause = RemovalCause.COLLECTED;
2883 enqueueNotification(entry, RemovalCause.COLLECTED);
2903 e.getKey(), hash, e.getValueReference().get(), RemovalCause.COLLECTED);
2937 enqueueNotification(key, hash, valueReference.get(), RemovalCause.COLLECTED);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java371 assertNotified(listener, one, two, RemovalCause.COLLECTED);
1074 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
1080 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java856 assertNotified(listener, one, two, RemovalCause.COLLECTED);
1340 assertEquals(RemovalCause.COLLECTED, notification.getCause());
1748 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
1754 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2831 milliseconds