/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 61 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener 75 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 102 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
D | CacheExpirationTest.java | 180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
|
D | CacheBuilderGwtTest.java | 259 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
|
D | LocalCacheTest.java | 674 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException() 2774 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListeners.java | 50 public void onRemoval(final RemovalNotification<K, V> notification) { in asynchronous() 54 listener.onRemoval(notification); in asynchronous()
|
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | CacheBuilder.java | 194 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
D | LocalCache.java | 1956 removalListener.onRemoval(notification); in processPendingNotifications()
|
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 79 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
/external/guava/guava/src/com/google/common/collect/ |
D | GenericMapMaker.java | 56 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in GenericMapMaker.NullListener
|
D | MapMaker.java | 646 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method 783 removalListener.onRemoval(notification); in notifyRemoval()
|
D | MapMakerInternalMap.java | 1951 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 | 240 removalListener.onRemoval(new RemovalNotification(key, value, cause)); in alertListenerIfPresent() 490 removalListener.onRemoval(new RemovalNotification( in removeEldestEntry()
|
D | CacheBuilder.java | 188 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetTest.java | 537 @Override public void onRemoval(RemovalNotification<String, Number> notification) {
|
D | MapMakerInternalMapTest.java | 269 public void onRemoval(RemovalNotification<Object, Object> notification) {} in testSetRemovalListener() 1661 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.CountingRemovalListener 1683 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.QueuingRemovalListener
|