Searched refs:WARMUP_MAX (Results 1 – 2 of 2) sorted by relevance
51 static final int WARMUP_MAX = 135; field in PopulatedCachesTest52 static final int WARMUP_SIZE = WARMUP_MAX - WARMUP_MIN;68 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testContainsKey_found()84 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPut_populated()107 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testPutIfAbsent_populated()142 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testReplace_populated()163 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testRemove_byKey()178 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testRemove_byKeyAndValue()206 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testKeySet_populated()229 for (int i = WARMUP_MIN; i < WARMUP_MAX; i++) { in testValues_populated()[all …]