Searched defs:warmUp (Results 1 - 5 of 5) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DAllocationInstrumentTest.java99 @BeforeExperiment void warmUp() { method in class:AllocationInstrumentTest.ArrayListGrowthBenchmark
/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java149 warmUp(cache, 0, 100);
226 warmUp(cache, 0, 100);
303 warmUp(cache, 0, 100);
382 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) { method in class:EmptyCachesTest
H A DPopulatedCachesTest.java59 List<Entry<Object, Object>> warmed = warmUp(cache);
69 List<Entry<Object, Object>> warmed = warmUp(cache);
85 List<Entry<Object, Object>> warmed = warmUp(cache);
108 List<Entry<Object, Object>> warmed = warmUp(cache);
129 List<Entry<Object, Object>> warmed = warmUp(cache);
143 List<Entry<Object, Object>> warmed = warmUp(cache);
164 List<Entry<Object, Object>> warmed = warmUp(cache);
179 List<Entry<Object, Object>> warmed = warmUp(cache);
195 List<Entry<Object, Object>> warmed = warmUp(cache);
222 List<Entry<Object, Object>> warmed = warmUp(cach
334 private List<Map.Entry<Object, Object>> warmUp(LoadingCache<Object, Object> cache) { method in class:PopulatedCachesTest
342 private List<Map.Entry<Object, Object>> warmUp( method in class:PopulatedCachesTest
[all...]
H A DCacheTesting.java385 warmUp(cache, 0, 2 * maxSize);
407 static void warmUp(LoadingCache<Integer, Integer> map, int start, int end) { method in class:CacheTesting
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 156 milliseconds