Searched refs:WARMUP_MAX (Results 1 – 1 of 1) sorted by relevance
53 static final int WARMUP_MAX = 135; field in PopulatedCachesTest54 static final int WARMUP_SIZE = WARMUP_MAX - WARMUP_MIN;70 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testContainsKey_found()86 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPut_populated()109 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPutIfAbsent_populated()144 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testReplace_populated()165 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testRemove_byKey()180 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testRemove_byKeyAndValue()207 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testKeySet_populated()230 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testValues_populated()[all …]