OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalidateAll
(Results
1 - 25
of
29
) sorted by null
1
2
/external/guava/guava/src/com/google/common/cache/
ForwardingCache.java
89
public void
invalidateAll
(Iterable<?> keys) {
90
delegate().
invalidateAll
(keys);
94
public void
invalidateAll
() {
95
delegate().
invalidateAll
();
Cache.java
109
void
invalidateAll
(Iterable<?> keys);
114
void
invalidateAll
();
AbstractCache.java
37
* terms of {@code getIfPresent}; {@link #
invalidateAll
(Iterable)} is implemented in terms of
98
public void
invalidateAll
(Iterable<?> keys) {
105
public void
invalidateAll
() {
LocalCache.java
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java
80
mock.
invalidateAll
(ImmutableList.of("key"));
82
forward.
invalidateAll
(ImmutableList.of("key"));
87
mock.
invalidateAll
();
89
forward.
invalidateAll
();
ForwardingLoadingCacheTest.java
99
mock.
invalidateAll
();
101
forward.
invalidateAll
();
AbstractCacheTest.java
79
cache.
invalidateAll
(toInvalidate);
CacheReferencesTest.java
81
cache.
invalidateAll
();
CacheBuilderTest.java
427
cache.
invalidateAll
();
502
cache.
invalidateAll
();
CacheEvictionTest.java
262
// test that .
invalidateAll
() resets total weight state correctly
278
cache.
invalidateAll
();
EmptyCachesTest.java
66
cache.
invalidateAll
();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
446
invalidateAll
();
739
void WebTestProxyBase::
invalidateAll
()
746
invalidateAll
();
770
invalidateAll
();
775
invalidateAll
();
781
invalidateAll
();
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java
117
public void
invalidateAll
() {
Game.java
490
BaseObject.sSystemRegistry.shortTermTextureLibrary.
invalidateAll
();
491
BaseObject.sSystemRegistry.longTermTextureLibrary.
invalidateAll
();
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java
167
public void
invalidateAll
() {
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java
122
public void
invalidateAll
(byte[] ackHandle) {
/external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h
228
void
invalidateAll
();
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java
411
* Test plan: call
invalidateAll
(). Verify the produced bundle has the correct fields.
414
getService().
invalidateAll
(ackHandle);
[
all
...]
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 1080 milliseconds
1
2