/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 60 List<Entry<Object, Object>> warmed = warmUp(cache); 70 List<Entry<Object, Object>> warmed = warmUp(cache); 86 List<Entry<Object, Object>> warmed = warmUp(cache); 109 List<Entry<Object, Object>> warmed = warmUp(cache); 130 List<Entry<Object, Object>> warmed = warmUp(cache); 144 List<Entry<Object, Object>> warmed = warmUp(cache); 165 List<Entry<Object, Object>> warmed = warmUp(cache); 180 List<Entry<Object, Object>> warmed = warmUp(cache); 196 List<Entry<Object, Object>> warmed = warmUp(cache); 224 List<Entry<Object, Object>> warmed = warmUp(cache) [all...] |
EmptyCachesTest.java | 147 warmUp(cache, 0, 100); 224 warmUp(cache, 0, 100); 301 warmUp(cache, 0, 100); 380 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) {
|
CacheEvictionTest.java | 170 CacheTesting.warmUp(cache, 0, 10); 203 CacheTesting.warmUp(cache, 0, 10); 246 CacheTesting.warmUp(cache, 0, 10);
|
CacheTesting.java | 380 warmUp(cache, 0, 2 * maxSize); 402 static void warmUp(LoadingCache<Integer, Integer> map, int start, int end) {
|
/system/extras/tests/pftest/ |
pftest.c | 26 #define WARMUP (1<<10) 91 /* Warmup (ie pre-thrash the memory system */ 92 for (i = 0; i < WARMUP; i++) {
|
/packages/experimental/RpcPerformance/ |
rpcperftest.cpp | 28 static const int WARMUP = 100; 72 for (int i = 0; i < WARMUP; i++) {
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 36 #define MIN_WARMUP_CYCLES 2 // minimum number of loop cycles to wait for warmup 37 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup 70 long warmupNs = 0; // warmup complete when write cycle is greater than to this value 83 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing 84 struct timespec measuredWarmupTs = {0, 0}; // how long did it take for warmup to complete 85 uint32_t warmupCycles = 0; // counter of number of loop cycles required to warmup 456 // do not start pulling data from tracks and mixing until warmup is complete. 457 // Warmup is considered complete after the earlier of: [all...] |
FastMixer.h | 102 struct timespec mMeasuredWarmupTs; // measured warmup time 103 uint32_t mWarmupCycles; // number of loop cycles required to warmup
|
/frameworks/base/core/java/android/server/ |
BluetoothAdapterStateMachine.java | 54 * TURN_COLD | (Warmup) 136 private WarmUp mWarmUp; 164 mWarmUp = new WarmUp(); 309 private class WarmUp extends State { 313 if (DBG) log("Enter WarmUp: " + getCurrentMessage().what); 318 log("WarmUp process message: " + message.what); 346 Log.w(TAG, "WarmUp received: " + message.what); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestFastLexer.cs | 54 // warmup
|
/frameworks/native/opengl/tests/gl_perf/ |
fill_common.cpp | 202 static void doLoop(bool warmup, int pgm, uint32_t passCount) { 203 if (warmup) {
|
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 88 // NB: Some devices need a surprisingly long warmup period before the
|
/external/chromium/net/proxy/ |
proxy_resolver_perftest.cc | 122 GURL("http://www.warmup.com"), &proxy_info, NULL, NULL,
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.cpp | 68 printf("Warmup\n");
|
ubrkperfold.cpp | 292 printf("Warmup\n");
|
/external/valgrind/main/callgrind/ |
callgrind.h | 112 this will lead to an artifical cache warmup phase afterwards with
|
/external/flac/include/FLAC/ |
format.h | 304 FLAC__int32 warmup[FLAC__MAX_FIXED_ORDER]; member in struct:__anon6428 305 /**< Warmup samples to prime the predictor, length == order. */ 330 FLAC__int32 warmup[FLAC__MAX_LPC_ORDER]; member in struct:__anon6429 331 /**< Warmup samples to prime the predictor, length == order. */ [all...] |
/external/flac/libFLAC/include/private/ |
lpc.h | 207 * (includes warmup sample size and quantized LP coefficient)
|
/external/webkit/PerformanceTests/SunSpider/ |
sunspider | 208 print STDERR "Running SunSpider once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
|
ChangeLog | 181 3) Run the test cycle an extra time for warmup before the runs that count. [all...] |
/external/flac/libFLAC/ |
stream_encoder_framing.c | 390 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) 428 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
|
stream_decoder.c | [all...] |
stream_encoder.c | [all...] |
/external/flac/libFLAC/ia32/ |
lpc_asm.nasm | 462 .warmup: ; xmm2 == data[sample-3],data[sample-2],data[sample-1],data[sample] 512 .warmup: ; xmm3:xmm2 == data[sample-7],data[sample-6],...,data[sample] 572 .warmup: ; xmm3:xmm2 == data[sample-7],data[sample-6],...,data[sample] [all...] |
/external/valgrind/main/callgrind/docs/ |
cl-manual.xml | [all...] |