Home
last modified time | relevance | path

Searched refs:warmed (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java59 List<Entry<Object, Object>> warmed = warmUp(cache); in testSize_populated() local
69 List<Entry<Object, Object>> warmed = warmUp(cache); in testContainsKey_found() local
71 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testContainsKey_found()
85 List<Entry<Object, Object>> warmed = warmUp(cache); in testPut_populated() local
87 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testPut_populated()
91 warmed.add(entryOf(entry.getKey(), newValue)); in testPut_populated()
98 warmed.add(entryOf(newKey, entry.getValue())); in testPut_populated()
108 List<Entry<Object, Object>> warmed = warmUp(cache); in testPutIfAbsent_populated() local
110 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testPutIfAbsent_populated()
119 warmed.add(entryOf(newKey, entry.getValue())); in testPutIfAbsent_populated()
[all …]