HomeSort by relevance Sort by last modified time
    Searched refs:RemovalCause (Results 1 - 25 of 32) sorted by null

1 2

  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 32 public enum RemovalCause {
RemovalNotification.java 43 private final RemovalCause cause;
45 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) {
54 public RemovalCause getCause() {
60 * {@link RemovalCause#EXPLICIT} nor {@link RemovalCause#REPLACED}).
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 134 RemovalCause nullRemovalCause;
246 this.nullRemovalCause = RemovalCause.SIZE;
470 this.nullRemovalCause = RemovalCause.EXPIRED;
519 this.nullRemovalCause = RemovalCause.EXPIRED;
539 * after removing an element for any reason (see removal causes in {@link RemovalCause}). It will
    [all...]
ComputingConcurrentHashMap.java 22 import com.google.common.collect.MapMaker.RemovalCause;
114 enqueueNotification(entryKey, hash, value, RemovalCause.COLLECTED);
118 enqueueNotification(entryKey, hash, value, RemovalCause.EXPIRED);
190 enqueueNotification(key, hash, value, RemovalCause.REPLACED);
MapMakerInternalMap.java 25 import com.google.common.collect.MapMaker.RemovalCause;
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 54 assertSame(RemovalCause.SIZE, notification.getCause());
71 assertSame(RemovalCause.SIZE, notification.getCause());
88 assertSame(RemovalCause.SIZE, notification.getCause());
LocalCacheTest.java 697 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
737 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
741 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
779 assertNotified(listener, one, two, RemovalCause.REPLACED);
783 assertNotified(listener, one, three, RemovalCause.REPLACED);
786 assertNotified(listener, one, four, RemovalCause.REPLACED);
789 assertNotified(listener, one, five, RemovalCause.REPLACED)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 28 import com.google.common.collect.MapMaker.RemovalCause;
320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
324 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
363 assertNotified(listener, one, two, RemovalCause.REPLACED);
367 assertNotified(listener, one, three, RemovalCause.REPLACED);
370 assertNotified(listener, one, four, RemovalCause.REPLACED);
373 assertNotified(listener, one, five, RemovalCause.REPLACED)
    [all...]
ComputingConcurrentHashMapTest.java 29 import com.google.common.collect.MapMaker.RemovalCause;
300 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 679 milliseconds

1 2