OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkValidState
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java
18
import static com.google.common.cache.CacheTesting.
checkValidState
;
62
checkValidState
(cache);
78
checkValidState
(cache);
101
checkValidState
(cache);
122
checkValidState
(cache);
136
checkValidState
(cache);
157
checkValidState
(cache);
286
checkValidState
(cache);
CacheEvictionTest.java
76
CacheTesting.
checkValidState
(cache);
92
CacheTesting.
checkValidState
(cache);
111
CacheTesting.
checkValidState
(cache);
131
CacheTesting.
checkValidState
(cache);
CacheTesting.java
188
static void
checkValidState
(Cache<?, ?> cache) {
190
checkValidState
(toLocalCache(cache));
194
static void
checkValidState
(LocalCache<?, ?> cchm) {
467
checkValidState
(cchm);
Completed in 210 milliseconds