/external/libjpeg-turbo/ |
tjbench.c | 49 dotile=0, pf=TJPF_BGR, yuvpad=1, warmup=1; variable 149 iter=-warmup; 338 iter=-warmup; 618 iter=-warmup; 757 printf("-warmup <w> = Execute each benchmark <w> times to prime the cache before\n"); 868 if(!strcasecmp(argv[i], "-warmup") && i<argc-1) 873 warmup=temp; 874 printf("Warmup runs = %d\n\n", warmup);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
RateLimiterTest.java | 207 stopwatch.sleepMillis(4500); // #2: back to cold state (warmup period + repay last acquire) 208 for (int i = 0; i < 3; i++) { // only three steps, we're somewhere in the warmup period 217 stopwatch.sleepMillis(4250); // #6, back to cold state (warmup period + repay last acquire) 219 limiter.acquire(); // #7, showing off the warmup starting from totally cold 400 // Since we know that: maxPermits = 0.5 * warmup / stableInterval;
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
BufferPerformanceBench.java | 41 import org.openjdk.jmh.annotations.Warmup; 52 @Warmup(iterations = 10, time = 10)
|
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 87 // NB: Some devices need a surprisingly long warmup period before the
|
/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
hardware_PerfCounterVerification.py | 50 def warmup(self): member in class:hardware_PerfCounterVerification
|
/external/autotest/client/site_tests/kernel_Lmbench/ |
kernel_Lmbench.py | 125 # W - warmup time in microseconds
|
/external/autotest/server/cros/network/ |
wifi_cell_test_base.py | 87 def warmup(self, host, raw_cmdline_args, additional_params=None): member in class:WiFiCellTestBase
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
network_WiFi_BluetoothScanPerf.py | 113 # Warmup the wifi path and measure signal.
|
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ |
network_WiFi_BluetoothStreamPerf.py | 128 # Warmup the wifi path and measure signal.
|
/external/chromium-trace/catapult/dashboard/ |
app.yaml | 22 - warmup
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SmoothRateLimiter.java | 154 * | / . <-- "warmup period" is the area of the trapezoid between 195 * this area to be equal to _half_ the specified warmup period. Why we need this? 201 * specified warmup period. Thus, by point (4) above, it takes "warmupPeriod" amount of time 207 * time should be equivalent to "warmup period", thus a fully saturated RateLimiter
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 68 printf("Warmup\n");
|
/external/v8/test/webkit/ |
dfg-exception.js | 100 // warmup the test method
|
/external/valgrind/callgrind/ |
callgrind.h | 112 this will lead to an artifical cache warmup phase afterwards with
|
/external/autotest/client/cros/audio/ |
audio_helper.py | 977 def warmup(self): member in class:chrome_rms_test 1005 def warmup(self): member in class:cras_rms_test 1045 def warmup(self): member in class:alsa_rms_test [all...] |
/external/autotest/client/cros/bluetooth/ |
bluetooth_semiauto_helper.py | 365 def warmup(self, addrs='', test_phase='client', close_browser=True): member in class:BluetoothSemiAutoHelper 366 """Warmup setting paramters for semi-automated Bluetooth Test.
|
/external/flac/libFLAC/ |
stream_encoder_framing.c | 386 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) 424 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheTesting.java | 385 warmUp(cache, 0, 2 * maxSize); 407 static void warmUp(LoadingCache<Integer, Integer> map, int start, int end) {
|
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/ |
buffet_PrivetSetupFlow.py | 37 def warmup(self, host, router_hostname=None): member in class:buffet_PrivetSetupFlow
|
/external/flac/include/FLAC/ |
format.h | 305 FLAC__int32 warmup[FLAC__MAX_FIXED_ORDER]; member in struct:__anon12632 306 /**< Warmup samples to prime the predictor, length == order. */ 331 FLAC__int32 warmup[FLAC__MAX_LPC_ORDER]; member in struct:__anon12633 332 /**< Warmup samples to prime the predictor, length == order. */ [all...] |
/external/iproute2/man/man8/ |
tc-sfb.8 | 86 Double buffering warmup wait time, in milliseconds.
|
/art/runtime/jit/ |
jit.cc | 73 LOG(FATAL) << "Method warmup threshold is above its internal limit."; 95 LOG(FATAL) << "Priority thread weight is above the warmup threshold."; 109 LOG(FATAL) << "Invoke transition weight is above the warmup threshold.";
|
/external/autotest/client/common_lib/ |
test.py | 257 def warmup(self, *args, **dargs): member in class:base_test 521 # call self.warmup cherry picking the arguments it accepts and 523 _call_test_function(_cherry_pick_call, self.warmup, [all...] |
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
XYRegionExampleActivity.java | 416 warmupRegion = new RectRegion(0, 2, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, "Warmup");
|
/external/autotest/client/cros/ |
touch_playback_test_base.py | 41 def warmup(self, mouse_props=None): member in class:touch_playback_test_base
|