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
34
) 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/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java
117
public void
invalidateAll
() {
Game.java
490
BaseObject.sSystemRegistry.shortTermTextureLibrary.
invalidateAll
();
491
BaseObject.sSystemRegistry.longTermTextureLibrary.
invalidateAll
();
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp
135
m_ownerFrame.
invalidateAll
();
191
m_ownerFrame.
invalidateAll
();
WebLocalFrameImpl.h
312
void
invalidateAll
() const;
WebLocalFrameImpl.cpp
[
all
...]
/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/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/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
Completed in 813 milliseconds
1
2