/external/autotest/client/tests/cyclictest/ |
D | README | 5 T: 0 ( 2215) P:80 I: 1000 C: 10 Min: 31 Act: 33 Avg: 33 Max: 43 6 T: 1 ( 2216) P:79 I: 1500 C: 10 Min: 22 Act: 22 Avg: 36 Max: 61 7 T: 2 ( 2217) P:78 I: 2000 C: 10 Min: 27 Act: 33 Avg: 36 Max: 50 8 T: 3 ( 2218) P:77 I: 2500 C: 10 Min: 23 Act: 37 Avg: 38 Max: 59 9 T: 4 ( 2219) P:76 I: 3000 C: 10 Min: 26 Act: 48 Avg: 36 Max: 48
|
/external/webrtc/webrtc/video/ |
D | send_statistics_proxy.cc | 97 int in_width = input_width_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 98 int in_height = input_height_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 108 int sent_width = sent_width_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 109 int sent_height = sent_height_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 119 int encode_ms = encode_time_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 134 int downscales = quality_downscales_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 144 int num_disabled = bw_resolutions_disabled_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 149 int delay_ms = delay_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 154 int max_delay_ms = max_delay_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 407 int SendStatisticsProxy::SampleCounter::Avg(int min_required_samples) const { in Avg() function in webrtc::SendStatisticsProxy::SampleCounter
|
D | receive_statistics_proxy.cc | 51 int width = render_width_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 52 int height = render_height_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() 59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms() 66 int decode_ms = decode_time_counter_.Avg(kMinRequiredDecodeSamples); in UpdateHistograms() 70 int delay_ms = delay_counter_.Avg(kMinRequiredDecodeSamples); in UpdateHistograms() 211 int ReceiveStatisticsProxy::SampleCounter::Avg(int min_required_samples) const { in Avg() function in webrtc::ReceiveStatisticsProxy::SampleCounter
|
D | receive_statistics_proxy.h | 84 int Avg(int min_required_samples) const;
|
D | send_statistics_proxy.h | 104 int Avg(int min_required_samples) const;
|
/external/opencv3/modules/cudev/test/ |
D | test_reduction.cu | 171 TEST(ReduceToRow, Avg) in TEST() argument 179 GpuMat_<float> dst = reduceToRow_<Avg<float> >(d_src); in TEST() 238 TEST(ReduceToColumn, Avg) in TEST() argument 246 GpuMat_<float> dst = reduceToColumn_<Avg<float> >(d_src); in TEST()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
D | reduce_to_vec.hpp | 85 template <typename T> struct Avg : plus<T> struct 91 typedef Avg<U> other;
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | reduce.cu | 74 gridReduceToRow< Avg<S> >(src, dst, stream); in reduceToRowImpl() 100 gridReduceToColumn< Avg<S> >(src, dst, stream); in reduceToColumnImpl_()
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 78 DEV | Avg Reqs @ Q
|
/external/autotest/client/profilers/powertop/src/po/ |
D | it.po | 185 msgid "Cn\t Avg residency\n" 575 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
|
D | es.po | 187 msgid "Cn\t Avg residency\n" 613 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
|
D | nl.po | 185 msgid "Cn\t Avg residency\n"
|
D | ja.po | 184 msgid "Cn\t Avg residency\n"
|
D | ru.po | 188 msgid "Cn\t Avg residency\n"
|
D | zh.po | 295 msgid "Cn\t Avg residency\n"
|
D | de.po | 190 msgid "Cn\t Avg residency\n"
|
D | pl.po | 183 msgid "Cn\t Avg residency\n"
|
D | fi.po | 184 msgid "Cn\t Avg residency\n"
|
D | id.po | 186 msgid "Cn\t Avg residency\n"
|
D | pt_BR.po | 190 msgid "Cn\t Avg residency\n"
|
D | hu.po | 189 msgid "Cn\t Avg residency\n"
|
D | fr.po | 189 msgid "Cn\t Avg residency\n"
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.h | 14 static void Avg(FXJSE_HOBJECT hThis,
|
/external/icu/icu4c/source/data/locales/ |
D | uz.txt | 720 "Avg",
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 585 TEST_P(ConvolveTest, Avg) { in TEST_P() argument
|