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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/cmds/dumpstate/tests/testdata/
stats-invalid-both-NAN.txt 1 N_RUNS AVERAGE
  /external/snakeyaml/src/test/resources/pyyaml/
spec-02-02.data 2 avg: 0.278 # Batting average
spec-02-15.data 6 0.288 Batting Average
spec-06-05.data 5 avg: # Average
spec-02-16.data 7 0.278 Batting Average
  /external/snakeyaml/src/test/resources/specification/
example2_2.yaml 2 avg: 0.278 # Batting average
example2_15.yaml 6 0.288 Batting Average
example2_15_dumped.yaml 5 0.288 Batting Average
example2_16.yaml 7 0.278 Batting Average
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
MemHealthParserTest.java 33 "Average Native Heap: 10910",
34 "Average Dalvik Heap: 8011",
35 "Average PSS: 90454",
39 "Average Summary Java Heap: 8223",
40 "Average Summary Native Heap: 3852",
41 "Average Summary Code: 1804",
42 "Average Summary Stack: 246",
43 "Average Summary Graphics: 0",
44 "Average Summary Other: 855",
45 "Average Summary System: 9151"
    [all...]
  /external/llvm/test/YAMLParser/
spec-02-02.test 4 avg: 0.278 # Batting average
spec-02-15.test 8 0.288 Batting Average
spec-06-05.test 7 avg: # Average
spec-02-16.test 9 0.278 Batting Average
  /packages/apps/TV/tests/tunerscripts/
measure-tuning-time.awk 27 average = sum / n;
28 print "Average tune time", average, "ms";
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_AccumulatorTakeGradient.pbtxt 16 name: "average"
18 The average of the accumulated gradients.
28 summary: "Extracts the average gradient in the given ConditionalAccumulator."
32 aggregated more than num_required gradients, it returns the average of
api_def_SparseAccumulatorTakeGradient.pbtxt 18 Indices of the average of the accumulated sparse gradients.
24 Values of the average of the accumulated sparse gradients.
30 Shape of the average of the accumulated sparse gradients.
40 summary: "Extracts the average sparse gradient in a SparseConditionalAccumulator."
45 average of the accumulated gradients. Also automatically increments
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 17 * @param threshold Per channel differences for R / G / B channel against the average of these 3
22 int average = Color.red(color) + Color.green(color) + Color.blue(color); local
23 average /= 3;
24 return Math.abs(Color.red(color) - average) <= threshold
25 && Math.abs(Color.green(color) - average) <= threshold
26 && Math.abs(Color.blue(color) - average) <= threshold;
  /external/webrtc/webrtc/modules/video_coding/
content_metrics_processing.h 46 // Returns the long-term averaged content data: recursive average over longer
50 // Returns the short-term averaged content data: uniform average over
55 // Compute working average.
58 // Update the recursive averaged metrics: longer time average (~5/10 secs).
61 // Update the uniform averaged metrics: shorter time average (~RTCP report).
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportStats.java 77 Locale.US, "%sAverage connection time: %.2f ms", prefix, stats.average));
87 (a.average * a.n + b.average * b.n) / (a.n + b.n),
93 public double average; field in class:TransportStats.Stats
99 average = 0;
104 private Stats(int n, double average, long max, long min) {
106 this.average = average;
112 this(original.n, original.average, original.max, original.min);
116 average = (average * n + sample) / (n + 1)
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/parser/
MemoryHealthParser.java 40 mappings.put("Average Dalvik Heap", MemoryHealthItem.DALVIK_AVG);
41 mappings.put("Average Native Heap", MemoryHealthItem.NATIVE_AVG);
42 mappings.put("Average PSS", MemoryHealthItem.PSS_AVG);
47 mappings.put("Average Summary Java Heap", MemoryHealthItem.SUMMARY_JAVA_HEAP_AVG);
48 mappings.put("Average Summary Native Heap", MemoryHealthItem.SUMMARY_NATIVE_HEAP_AVG);
49 mappings.put("Average Summary Code", MemoryHealthItem.SUMMARY_CODE_AVG);
50 mappings.put("Average Summary Stack", MemoryHealthItem.SUMMARY_STACK_AVG);
51 mappings.put("Average Summary Graphics", MemoryHealthItem.SUMMARY_GRAPHICS_AVG);
52 mappings.put("Average Summary Other", MemoryHealthItem.SUMMARY_OTHER_AVG);
53 mappings.put("Average Summary System", MemoryHealthItem.SUMMARY_SYSTEM_AVG)
    [all...]
  /external/autotest/client/tools/
avgtime 13 average = sum / count
16 sum_sq_dev += (x - average) ** 2
18 return (average, 100 * std_dev / average)
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 162 int32_t average; local
177 "addu.ph %[average], %[above_r1], %[above_l1] \n\t"
178 "addu.ph %[average], %[average], %[left_l1] \n\t"
179 "addu.ph %[average], %[average], %[left_r1] \n\t"
186 "addu.ph %[average], %[average], %[above_l1] \n\t"
187 "addu.ph %[average], %[average], %[above_r1] \n\t
    [all...]
  /external/toolchain-utils/crosperf/
results_organizer_unittest.py 141 '', 'average', '')
143 '', 'average', '')
145 '', 'average', '')
147 '', 'average', '')
149 '', 'average', '')
151 '', 'average', '')
153 '', 'average', '')
155 '', 'average', '')
159 b.result = Result('', b.label, 'average', 'machine')
  /external/iproute2/man/man8/
tc-red.8 28 Once the queue hits a certain average length, packets enqueued have a
32 average queue length, although the queue might get bigger.
45 The average queue size is used for determining the marking
47 Average, which can be more or less sensitive to bursts.
49 When the average queue size is below
56 until the average queue size hits
70 Average queue size at which marking becomes a possibility. Defaults to
76 At this average queue size, the marking probability is maximal. Should be at
91 Hard limit on the real (not average) queue size in bytes. Further packets
97 Used for determining how fast the average queue size is influenced by th
    [all...]

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>