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

<<11121314151617181920>>

  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 24 """Define possible score aggregators: average() and product().
30 def average(data): function
31 """The average of the elements in data."""
  /external/autotest/utils/
site_check_dut_usage.py 116 print 'Average time spent running tests per machine ', avg_run_time
117 print 'Average Job Time ', datetime.timedelta(seconds=int(
119 print 'Average Time Job Queued ', datetime.timedelta(seconds=int(
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 39 // compute feature based on average LR factor
40 // this is the average over all frequencies of the smooth log LRT
83 // average LRT feature
  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
UserActionBenchmark.java 55 * user action, capture the average framerate and save the result
155 * Parse the test result, calculate the average and parse the metrics
179 // collect the result and calculate the average
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceUtilStatsMonitor.java 34 * Currently measures simple moving average of allocation time % over a 24 hour window.
41 * Enum for configuring treatment of stub devices when calculating average host utilization
64 "the moving average window size to use, in hours")
  /art/libdexfile/dex/
compact_offset_table.h 26 // average time per lookup on host).
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 57 # Group samples into size-N groups and average each together, to get rid
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 763 /** returns the average or NaN if it does not exist. */
779 double average = mSumX / mNum; local
780 return Math.sqrt(mSumXX / mNum - average * average);
784 /** returns the statistics for the moving average over n values */
804 /** returns the statistics for the moving average over a window over the
806 * [sum - window, sum] over the cumulative sum, over ((sum - window) / average)
807 * steps, and returns the average value over each window.
808 * This method is used to average time-diff data over a window of a constant time.
816 double average = mSumX / mNum local
    [all...]
  /cts/suite/audio_quality/test_description/
dut_speaker_calibration.xml 33 <!-- ------------moving average RMS min for pass, max for pass result calculated -->
dut_speaker_calibration_no_pass.xml 33 <!-- ------------moving average RMS min for pass, max for pass result calculated -->
host_speaker_calibration.xml 33 <!-- ------------moving average RMS min for pass, max for pass result calculated -->
host_speaker_calibration_no_pass.xml 33 <!-- ------------moving average RMS min for pass, max for pass result calculated -->
  /cts/suite/audio_quality/test_description/processing/
example.py 35 # and returns average as 1 stereo data, 1 mono data, 1 i64, and 1 double
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceBenchmark.java 57 // Calculate update and render average.
  /device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h 32 * It uses max of (apTime - hubTime) in a window, which is more consistent than average, to
  /external/adhd/cras/src/server/
rate_estimator.h 51 * smooth_factor - The coefficient used to calculate moving average
  /external/adhd/scripts/mic_testing/frontend/
recorder.js 100 * Checks average frequency is in allowed error margin
101 * @param {float} average frequency
104 checkFreq = function (average) {
105 if (Math.abs(average - toneFreq) / toneFreq < errorMargin)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 81 def average method in class:ANTLR3.Profile.DataSet
86 mean = average
172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
178 report << "| %-66s | %7s |\n" % [ "Average k", mean ]
  /external/autotest/client/cros/power/
power_rapl.py 8 RAPL ( Running Average Power Limit ) registers can be queried and written to
201 """Calculate the average power used for RAPL domain.
213 float, average power (in watts) over the last time interval tracked.
295 """Calculate the average power used per RAPL domain.
  /external/blktrace/btt/
btt_plot.py 26 AQD - Average Queue Depth Running average of queue depths
96 'ax', 'ay' - Running average over X & Y --
110 """Computes running average for Xs and Ys"""
114 """Computes average for array of values passed"""
241 title_str = 'Average Queue Depth'
245 title_str = 'Queue (Q) To Issue (D) Average Latencies'
247 title_str = 'Issue (D) To Complete (C) Average Latencies'
249 title_str = 'Queue (Q) To Complete (C) Average Latencies'
  /external/blktrace/btt/doc/
sample-btt-output.tex 50 Average | 983098 2357.6 0 | 0(978562)
60 Average | 8756 137297.8 0 | 0(6005)
74 Average | 578( 68) | 0.053818381%
84 Average | 71.8
  /external/blktrace/doc/
blkiomon.8 18 histograms as well as data that can be used to calculate min, max, average
  /external/bsdiff/
bsdiff.1 52 patches produced are on average a factor of five smaller
  /external/e2fsprogs/misc/
e2freefrag.8.in 27 is reported. It also displays the minimum/maximum/average free chunk size in
e4defrag.8.in 49 Also this option outputs the average data size in one extent. If you see it,

Completed in 535 milliseconds

<<11121314151617181920>>