Searched refs:invalidateAll (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DForwardingCache.java98 public void invalidateAll(Iterable<?> keys) { method in class:ForwardingCache
99 delegate().invalidateAll(keys);
103 public void invalidateAll() { method in class:ForwardingCache
104 delegate().invalidateAll();
H A DCache.java118 void invalidateAll(Iterable<?> keys); method in interface:Cache
123 void invalidateAll(); method in interface:Cache
H A DAbstractCache.java36 * {@link #put}, {@link #invalidateAll(Iterable)} is implemented in terms of {@link #invalidate}.
118 public void invalidateAll(Iterable<?> keys) { method in class:AbstractCache
125 public void invalidateAll() { method in class:AbstractCache
H A DLocalCache.java4211 void invalidateAll(Iterable<?> keys) { method in class:LocalCache
4769 public void invalidateAll(Iterable<?> keys) { method in class:LocalCache.LocalManualCache
4770 localCache.invalidateAll(keys);
4774 public void invalidateAll() { method in class:LocalCache.LocalManualCache
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingCacheTest.java80 mock.invalidateAll(ImmutableList.of("key"));
82 forward.invalidateAll(ImmutableList.of("key"));
87 mock.invalidateAll();
89 forward.invalidateAll();
H A DForwardingLoadingCacheTest.java99 mock.invalidateAll();
101 forward.invalidateAll();
H A DCacheBuilderGwtTest.java79 cache.invalidateAll();
309 cache.invalidateAll();
358 cache.invalidateAll();
368 cache.invalidateAll(ImmutableSet.of(1, 2));
H A DAbstractCacheTest.java96 cache.invalidateAll(toInvalidate);
H A DCacheReferencesTest.java80 cache.invalidateAll();
H A DCacheBuilderTest.java420 cache.invalidateAll();
495 cache.invalidateAll();
H A DCacheEvictionTest.java277 // test that .invalidateAll() resets total weight state correctly
293 cache.invalidateAll();
H A DEmptyCachesTest.java68 cache.invalidateAll();
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java117 public void invalidateAll() { method in class:TextureLibrary
H A DGame.java490 BaseObject.sSystemRegistry.shortTermTextureLibrary.invalidateAll();
491 BaseObject.sSystemRegistry.longTermTextureLibrary.invalidateAll();
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java395 public void invalidateAll() { method in class:LocalCache.LocalManualCache
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/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/dagger2/lib/
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/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 179 milliseconds