Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java52 static final int WARMUP_MIN = 120; field in PopulatedCachesTest
54 static final int WARMUP_SIZE = WARMUP_MAX - WARMUP_MIN;
70 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testContainsKey_found()
71 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testContainsKey_found()
86 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPut_populated()
87 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testPut_populated()
109 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPutIfAbsent_populated()
110 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testPutIfAbsent_populated()
144 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testReplace_populated()
145 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); in testReplace_populated()
[all …]