/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
D | CacheBuilderGwtTest.java | 257 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
|
D | CacheExpirationTest.java | 186 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
|
D | LocalCacheTest.java | 791 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException() 2916 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
D | LocalCacheMapComputeTest.java | 107 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testComputeIfPresentRemove() 154 public void onRemoval(RemovalNotification<String, String> notification) { in testComputeWithLoad()
|
D | CacheExpirationTest.java | 186 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
|
D | CacheBuilderGwtTest.java | 257 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
|
D | LocalCacheTest.java | 706 public void onRemoval(RemovalNotification<Object, Object> notification) { in testComputeIfAbsent_RemovalListener() 804 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException() 2965 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 46 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | RemovalListeners.java | 46 executor.execute(() -> listener.onRemoval(notification)); in asynchronous()
|
D | CacheBuilder.java | 246 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
D | LocalCache.java | 1814 removalListener.onRemoval(notification); in processPendingNotifications()
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | RemovalListeners.java | 46 executor.execute(() -> listener.onRemoval(notification)); in asynchronous()
|
D | CacheBuilder.java | 245 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
D | LocalCache.java | 1814 removalListener.onRemoval(notification); in processPendingNotifications()
|
/external/guice/core/src/com/google/inject/internal/ |
D | WeakKeySet.java | 60 public void onRemoval(RemovalNotification<State, Set<KeyAndSource>> notification) {
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | LocalCache.java | 241 removalListener.onRemoval(RemovalNotification.create(key, value, cause)); in alertListenerIfPresent() 492 removalListener.onRemoval( in removeEldestEntry()
|