/external/v8/test/mjsunit/regress/ |
regress-4121.js | 7 function literals_sharing_test(warmup, optimize) { 17 if (warmup) { 18 // Transition elements kind during warmup... 32 var warmup = true; 34 print("iter: " + i + ", warmup: "+ warmup); 35 literals_sharing_test(warmup, false); 36 warmup = false; 39 literals_sharing_test(warmup, true);
|
/docs/source.android.com/src/devices/audio/ |
warmup.jd | 1 page.title=Audio Warmup 27 <p>Audio warmup is the time it takes for the audio amplifier circuit in your device to 29 to audio warmup time are power management and any "de-pop" logic to stabilize 33 <p>This document describes how to measure audio warmup time and possible ways to decrease 34 warmup time.</p> 36 <h2 id="measuringOutput">Measuring Output Warmup</h2> 39 AudioFlinger's FastMixer thread automatically measures output warmup 41 At warmup, FastMixer calls <code>write()</code> 43 FastMixer determines audio warmup by seeing how long a Hardware Abstraction 47 <p>To measure audio warmup, follow these steps for the built-in speaker and wired headphone [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
mq303a.py | 52 print "Enabling heater and waiting 2 minutes for warmup." 56 def warmup(iteration): function 60 warmup(1) 61 warmup(2) 62 warmup(3) 63 warmup(4)
|
/external/autotest/client/site_tests/hardware_MemoryThroughput/ |
hardware_MemoryThroughput.py | 23 def _run_benchmarks(self, test, warmup, num_iterations, parallel, sizes): 29 warmup: integer amount of time to spend warming up in microseconds. 38 cmd = 'bw_mem -P %d -W %d -N %d %d %s 2>&1' % (parallel, warmup, 71 def run_once(self, test='bcopy', warmup=100, num_iterations=20, 73 self._run_benchmarks(test, warmup, num_iterations, parallel,
|
control | 22 job.run_test('hardware_MemoryThroughput', test='bcopy', warmup=100,
|
control.cache_copy_1thread | 21 job.run_test('hardware_MemoryThroughput', test='bcopy', warmup=100,
|
/external/opencv3/modules/calib3d/perf/ |
perf_pnp.cpp | 42 warmup(points3d, WARMUP_RNG); 43 warmup(rvec, WARMUP_RNG); 44 warmup(tvec, WARMUP_RNG); 89 warmup(points3d, WARMUP_RNG); 90 warmup(rvec, WARMUP_RNG); 91 warmup(tvec, WARMUP_RNG);
|
/external/autotest/client/tests/tracing_microbenchmark/ |
base_tracer.py | 19 def warmup(self, buffer_size_kb): member in class:Tracer
|
tracing_microbenchmark.py | 27 def warmup(self, buffer_size_kb=8000, **kwargs): member in class:tracing_microbenchmark 28 self.tracer.warmup(buffer_size_kb)
|
/external/autotest/server/cros/audio/ |
audio_test.py | 20 AudioTest provides a common warmup() function for the collection 27 def warmup(self): member in class:AudioTest 28 """Warmup for the test before executing main logic of the test.""" 30 test.test.warmup(self)
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
default-config.properties | 5 # instrument.micro.options.warmup=10s
|
/external/autotest/server/cros/network/ |
lucid_sleep_test_base.py | 27 def warmup(self, host, raw_cmdline_args, additional_params=None): member in class:LucidSleepTestBase 28 super(LucidSleepTestBase, self).warmup(
|
/external/autotest/client/site_tests/hardware_MemoryLatency/ |
hardware_MemoryLatency.py | 19 def _run_benchmarks(self, warmup, num_iterations, max_size_mb, 25 warmup: integer amount of time to spend warming up in microseconds. 42 cmd = 'lat_mem_rd %s -W %d -N %d %s %d 2>&1' % (random_flag, warmup, 81 def run_once(self, warmup=100, num_iterations=20, max_size_mb='32', 83 self._run_benchmarks(warmup, num_iterations, max_size_mb,
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
RuntimeInstrument.java | 245 final ShortDuration warmup; field in class:RuntimeInstrument.RuntimeMeasurementCollector 260 ShortDuration warmup, 264 this.warmup = warmup; 320 "WARNING: Warmup was interrupted because it took longer than %s of wall-clock time. " 321 + "%s was spent in the benchmark method for warmup " 322 + "(normal warmup duration should be %s).", 323 maxWarmupWallTime, elapsedWarmup, warmup)); 344 return elapsedWarmup.compareTo(warmup) >= 0; 350 // measured warmup time. Because of the per-measurement overhead of running @BeforeRep an [all...] |
CommonInstrumentOptions.java | 27 static final String WARMUP_OPTION = "warmup";
|
/external/autotest/client/tests/kernbench/ |
kernbench.py | 45 def warmup(self, threads=None, version=None): member in class:kernbench 52 logging.info("Warmup run ...") 55 self.kernel.build_timed(self.threads, output=logfile) # warmup run
|
/external/v8/test/webkit/ |
dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js | 44 var warmup = 200; variable 46 for (var i = 0; i < warmup + 1; ++i) { 49 if (i < warmup) {
|
dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js | 48 var warmup = 100; variable 50 for (var i = 0; i < warmup + badCases.length; ++i) { 53 if (i < warmup) { 59 var current = badCases[i - warmup];
|
/external/autotest/server/site_tests/buffet_WebServerSanity/ |
buffet_WebServerSanity.py | 14 def warmup(self, host): member in class:buffet_WebServerSanity
|
/external/opencv3/modules/core/perf/ |
perf_minmaxloc.cpp | 27 warmup(src, WARMUP_RNG);
|
/frameworks/av/services/audioflinger/ |
FastThread.h | 62 long mWarmupNsMin; // warmup complete when write cycle is greater than or equal to 80 // false means wait for warmup before mixing 81 struct timespec mMeasuredWarmupTs; // how long did it take for warmup to complete 82 uint32_t mWarmupCycles; // counter of number of loop cycles during warmup phase
|
/libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/ |
DigestTest.java | 40 final int WARMUP = 10; 62 for (int j = 0; j < ITERATIONS + WARMUP; j++) { 70 if (j >= WARMUP) { 81 if (j >= WARMUP) {
|
/external/autotest/client/site_tests/bluetooth_AdapterSanity/ |
bluetooth_AdapterSanity.py | 39 def warmup(self): member in class:bluetooth_AdapterSanity 40 """Overwrite parent warmup; no need to log in."""
|
/external/autotest/client/site_tests/bluetooth_IDCheck/ |
bluetooth_IDCheck.py | 23 def warmup(self): member in class:bluetooth_IDCheck 24 """Overwrite parent warmup; no need to log in."""
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 59 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(cache) [all...] |