HomeSort by relevance Sort by last modified time
    Searched full:average (Results 1 - 25 of 2053) 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
  /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/toolchain-utils/crosperf/
results_organizer_unittest.py 82 '', 'average', '')
84 '', 'average', '')
86 '', 'average', '')
88 '', 'average', '')
90 '', 'average', '')
92 '', 'average', '')
94 '', 'average', '')
96 '', 'average', '')
100 b.result = Result('', b.label, 'average', 'machine')
  /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).
  /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/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...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
StatTest.java 55 double average = Stat.getAverage(values); local
56 assertEquals(2.0, average, 0.00001);
59 average = Stat.getAverage(values);
60 assertEquals(3.0, average, 0.00001);
63 average = Stat.getAverage(values);
64 assertEquals(6.0, average, 0.00001);
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 43 # average amplitude of its block. The block size will be 1.5 ms.
44 # Using average amplitude can mitigate the error caused by
50 # If the difference between average frequency of this block and
54 # average frequency will be much greater than 5 times of
62 # average amplitude of its left/right block, it will be considered
66 # If the average amplitude of the block before or after playing
67 # is more than 0.5 times to the average amplitude of the wave,
77 # average amplitude, we ignore it.
81 # amplitude 1 and standard noise with amplitude k, the average teager value is
84 # calculate its average teager value. Then, we can estimate the equivalen
    [all...]
  /external/iptables/extensions/
libxt_connbytes.man 3 average bytes per packet.
20 match packets from a connection whose packets/bytes/average packet
30 the average size (in bytes) of all packets received so far. Note that
32 only in one direction (for example HTTP), the average packet size will
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_limit.h 15 __u32 avg; /* Average secs between packets * scale */

Completed in 2502 milliseconds

1 2 3 4 5 6 7 8 91011>>