Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DPopulatedCachesTest.java59 List<Entry<Object, Object>> warmed = warmUp(cache); in testSize_populated()
69 List<Entry<Object, Object>> warmed = warmUp(cache); in testContainsKey_found()
85 List<Entry<Object, Object>> warmed = warmUp(cache); in testPut_populated()
108 List<Entry<Object, Object>> warmed = warmUp(cache); in testPutIfAbsent_populated()
129 List<Entry<Object, Object>> warmed = warmUp(cache); in testPutAll_populated()
143 List<Entry<Object, Object>> warmed = warmUp(cache); in testReplace_populated()
164 List<Entry<Object, Object>> warmed = warmUp(cache); in testRemove_byKey()
179 List<Entry<Object, Object>> warmed = warmUp(cache); in testRemove_byKeyAndValue()
195 List<Entry<Object, Object>> warmed = warmUp(cache); in testKeySet_populated()
222 List<Entry<Object, Object>> warmed = warmUp(cache); in testValues_populated()
[all …]
DEmptyCachesTest.java149 warmUp(cache, 0, 100); in testKeySet_clear()
226 warmUp(cache, 0, 100); in testValues_clear()
303 warmUp(cache, 0, 100); in testEntrySet_clear()
382 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) {
DCacheEvictionTest.java185 CacheTesting.warmUp(cache, 0, 10); in testEviction_lru()
218 CacheTesting.warmUp(cache, 0, 10); in testEviction_weightedLru()
261 CacheTesting.warmUp(cache, 0, 10); in testEviction_overweight()
DCacheTesting.java385 warmUp(cache, 0, 2 * maxSize);
407 static void warmUp(LoadingCache<Integer, Integer> map, int start, int end) {
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DAllocationInstrumentTest.java99 @BeforeExperiment void warmUp() { in warmUp() method in AllocationInstrumentTest.ArrayListGrowthBenchmark