HomeSort by relevance Sort by last modified time
    Searched full:warmup (Results 1 - 25 of 50) sorted by null

1 2

  /docs/source.android.com/src/devices/
audio_warmup.jd 1 page.title=Audio Warmup
27 <p>Audio warmup is the time 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 HAL <code>write()</code> takes to stabilize.
46 <p>To measure audio warmup, do the followin
    [all...]
  /external/chromium_org/net/tools/quic/benchmark/
test_urls.json 5 "url": "http://dev1.mdw.la/test/warmup.html",
6 "why": "A warmup page."
  /external/chromium_org/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];
dfg-exception.js 100 // warmup the test method
  /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);
  /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++) {
  /dalvik/tests/083-jit-regressions/src/
ZeroTests.java 42 throw new AssertionError(name + " threw during warmup");
  /external/chromium_org/cc/test/
lap_timer.h 29 // Returns true if there are no more warmup laps to do.
  /external/chromium_org/ui/gl/
gl_surface_cgl.cc 30 // This is called from the sandbox warmup code on Mac OS X.
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 153 virtual void warmup() { run(); } function in class:HowExpensiveTest
167 warmup(); /* warmup */
250 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix,n),__FILE__,__LINE__) c int32_t run() { int32_t i; for(i=0;i<U_LOTS_OF_TIMES;i++){ OCRun(svc,_,close) ( OCRun(svc,_,suffix) a ); } return i; } void warmup() { OCRun(svc,_,close) ( OCRun(svc,_,suffix) a); } virtual ~ OCName(svc,_,Test_,suffix,n) () d };
296 void warmup() { function in class:NumTest
302 printf("%s:%d: warmup() %s got %.8f expected %.8f\n",
424 void warmup() { function in class:NumFmtTest
435 printf("%s:%d: warmup() %s got %s expected %s, err %s\n",
501 void warmup() { function in class:NumFmtInt64Test
512 printf("%s:%d: warmup() %s got %s (len %d) expected %s (len %d), err %s\n",
581 void warmup() { function in class:NumFmtStringPieceTest
    [all...]
  /frameworks/av/services/audioflinger/
FastMixer.h 106 struct timespec mMeasuredWarmupTs; // measured warmup time
107 uint32_t mWarmupCycles; // number of loop cycles required to warmup
FastMixer.cpp 45 #define MIN_WARMUP_CYCLES 2 // minimum number of loop cycles to wait for warmup
46 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup
81 long warmupNs = 0; // warmup complete when write cycle is greater than to this value
94 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing
95 struct timespec measuredWarmupTs = {0, 0}; // how long did it take for warmup to complete
96 uint32_t warmupCycles = 0; // counter of number of loop cycles required to warmup
532 // do not start pulling data from tracks and mixing until warmup is complete.
533 // Warmup is considered complete after the earlier of:
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 54 // warmup
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.h 40 // Creates and shows a new speech recognition UI bubble in warmup mode.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 212 $warmup=1
272 puts "--warmup <n> Set the number of warm-up runs per invocation. Default"
273 puts " is #{$warmup}."
668 doublePuts($stderr,file,"for (var __bencher_index = 0; __bencher_index < #{$warmup+$inner}; ++__bencher_index) {")
674 doublePuts($stderr,file," if (__bencher_index >= #{$warmup}) print(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_index - #{$warmup}) + \": Time: \"+(after-before));");
686 $warmup.times {
702 doublePuts($stderr,file," if (__bencher_count >= #{$warmup})")
703 doublePuts($stderr,file," debug(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_count - #{$warmup}) + \": Time: \" + result);")
705 doublePuts($stderr,file," if (__bencher_count < #{$inner+$warmup})")
    [all...]
  /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/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.cpp 68 printf("Warmup\n");
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.cpp 68 printf("Warmup\n");
  /external/valgrind/main/callgrind/
callgrind.h 112 this will lead to an artifical cache warmup phase afterwards with

Completed in 668 milliseconds

1 2