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

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

Completed in 83 milliseconds