Searched defs:invalidateAll (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DCache.java109 void invalidateAll(Iterable<?> keys); method in interface:Cache
114 void invalidateAll(); method in interface:Cache
H A DForwardingCache.java89 public void invalidateAll(Iterable<?> keys) { method in class:ForwardingCache
90 delegate().invalidateAll(keys);
94 public void invalidateAll() { method in class:ForwardingCache
95 delegate().invalidateAll();
H A DAbstractCache.java37 * terms of {@code getIfPresent}; {@link #invalidateAll(Iterable)} is implemented in terms of
98 public void invalidateAll(Iterable<?> keys) { method in class:AbstractCache
105 public void invalidateAll() { method in class:AbstractCache
H A DLocalCache.java4244 void invalidateAll(Iterable<?> keys) { method in class:LocalCache
4789 public void invalidateAll(Iterable<?> keys) { method in class:LocalCache.LocalManualCache
4790 localCache.invalidateAll(keys);
4794 public void invalidateAll() { method in class:LocalCache.LocalManualCache
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java117 public void invalidateAll() { method in class:TextureLibrary
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java167 public void invalidateAll() { method in class:CacheBuilder.LocalManualCache
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationService.java122 public void invalidateAll(byte[] ackHandle) { method in class:InvalidationService
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp446 invalidateAll();
739 void WebTestProxyBase::invalidateAll() function in class:WebTestRunner::WebTestProxyBase
746 invalidateAll();
770 invalidateAll();
775 invalidateAll();
781 invalidateAll();
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 320 milliseconds