Home
last modified time | relevance | path

Searched refs:invalidateAll (Results 1 – 25 of 26) sorted by relevance

12

/external/guava/guava/src/com/google/common/cache/
DForwardingCache.java98 public void invalidateAll(Iterable<?> keys) { in invalidateAll() method in ForwardingCache
99 delegate().invalidateAll(keys); in invalidateAll()
103 public void invalidateAll() { in invalidateAll() method in ForwardingCache
104 delegate().invalidateAll(); in invalidateAll()
DCache.java118 void invalidateAll(Iterable<?> keys); in invalidateAll() method
123 void invalidateAll(); in invalidateAll() method
DAbstractCache.java118 public void invalidateAll(Iterable<?> keys) { in invalidateAll() method in AbstractCache
125 public void invalidateAll() { in invalidateAll() method in AbstractCache
DLocalCache.java4211 void invalidateAll(Iterable<?> keys) {
4769 public void invalidateAll(Iterable<?> keys) {
4770 localCache.invalidateAll(keys);
4774 public void invalidateAll() {
/external/guava/guava-tests/test/com/google/common/cache/
DForwardingCacheTest.java80 mock.invalidateAll(ImmutableList.of("key")); in testInvalidateAllIterable()
82 forward.invalidateAll(ImmutableList.of("key")); in testInvalidateAllIterable()
87 mock.invalidateAll(); in testInvalidateAll()
89 forward.invalidateAll(); in testInvalidateAll()
DForwardingLoadingCacheTest.java99 mock.invalidateAll(); in testInvalidateAll()
101 forward.invalidateAll(); in testInvalidateAll()
DCacheBuilderGwtTest.java79 cache.invalidateAll(); in testLoader()
309 cache.invalidateAll(); in testRemovalListener()
358 cache.invalidateAll(); in testInvalidateAll()
368 cache.invalidateAll(ImmutableSet.of(1, 2)); in testInvalidateAll()
DAbstractCacheTest.java96 cache.invalidateAll(toInvalidate); in testInvalidateAll()
DCacheReferencesTest.java80 cache.invalidateAll();
DCacheBuilderTest.java420 cache.invalidateAll(); in testRemovalNotification_clear()
495 cache.invalidateAll(); in testRemovalNotification_clear_basher()
DCacheEvictionTest.java293 cache.invalidateAll(); in testEviction_invalidateAll()
DEmptyCachesTest.java68 cache.invalidateAll(); in testInvalidateAll_empty()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowInvalidator.java12 SwitchPoint.invalidateAll(new SwitchPoint[] { DUMMY }); in SwitchPoint.invalidateAll()
41 SwitchPoint.invalidateAll(points); in invalidateClasses()
/external/cldr/tools/java/org/unicode/cldr/test/
DSimpleTestCache.java64 cache.invalidateAll(toRemove); in valueChanged()
/external/replicaisland/src/com/replica/replicaisland/
DGame.java490 BaseObject.sSystemRegistry.shortTermTextureLibrary.invalidateAll(); in onSurfaceLost()
491 BaseObject.sSystemRegistry.longTermTextureLibrary.invalidateAll(); in onSurfaceLost()
DTextureLibrary.java117 public void invalidateAll() { in invalidateAll() method in TextureLibrary
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java395 public void invalidateAll() { in invalidateAll() method in LocalCache.LocalManualCache
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...

12