HomeSort by relevance Sort by last modified time
    Searched full:average (Results 826 - 850 of 2435) sorted by null

<<31323334353637383940>>

  /hardware/interfaces/tests/msgq/1.0/default/
BenchmarkMsgQ.cpp 109 std::cout << "Average service to client write to read delay::"
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 314 s -> s.mapToInt(x -> x * 2).average().orElse(0));
316 s -> s.mapToLong(x -> x * 2).average().orElse(0));
318 s -> s.mapToDouble(x -> x * 2).average().orElse(0));
333 s -> s.mapToInt(x -> x * 2).average().orElse(0));
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraStartUp.java 106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 232 // print out the average time for each sub iteration
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
taskstats.h 128 * average usage per system time unit can be calculated.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_capi.py 28 time.sleep(random.random()*0.02) #0.01 secs on average
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_capi.py 28 time.sleep(random.random()*0.02) #0.01 secs on average
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 93 // the average look much better than it actually is.
  /prebuilts/go/darwin-x86/test/
maplinear.go 156 // To prevent false positives, average away variation
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 93 // the average look much better than it actually is.
  /prebuilts/go/linux-x86/test/
maplinear.go 156 // To prevent false positives, average away variation
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 28 time.sleep(random.random()*0.02) #0.01 secs on average
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 28 time.sleep(random.random()*0.02) #0.01 secs on average
  /system/bt/osi/include/
metrics.h 70 * media_timer_avg_ms: average scheduled time (in milliseconds)
  /system/bt/proto/bluetooth/metrics/
bluetooth.proto 153 // Buffer underruns average.
  /system/chre/ash/include/ash_api/
ash.h 49 * This sensor is reporting data with an average level of accuracy, calibration
  /system/core/storaged/include/
storaged_diskstats.h 53 double io_avg; // average io_in_flight for accumulate calculations
  /system/extras/perfprofd/
config.h 29 // Average number of seconds between perf profile collections (if
  /system/libhwbinder/vts/performance/
PerfTest.h 100 // dump average, best, worst latency in json
  /system/libufdt/tests/
run_performance_test.sh 46 printf "%10s Average time=%s\n" "($overaly)" "$AVERAY"
  /system/netd/tests/benchmarks/
dns_benchmark.cpp 53 * - real_time: the average time taken to make a single getaddrinfo lookup on a local DNS resolver
  /system/update_engine/common/
constants.h 154 // The minimum average speed that downloads must sustain...
  /test/vti/dashboard/src/main/java/com/android/vts/util/
StatSummary.java 39 * @param mean The average observed value.
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryStatsSummaryInfoParser.java 131 return String.format("The battery dropped a level %d mins on average", minsPerLevel);

Completed in 605 milliseconds

<<31323334353637383940>>