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

/external/guava/guava-tests/test/com/google/common/cache/
H A DPopulatedCachesTest.java53 static final int WARMUP_MIN = 120; field in class:PopulatedCachesTest
55 static final int WARMUP_SIZE = WARMUP_MAX - WARMUP_MIN;
71 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) {
72 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN);
87 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) {
88 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN);
110 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) {
111 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN);
145 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) {
146 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN);
[all...]

Completed in 38 milliseconds