HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 126 - 150 of 5292) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl 23 * statistics related to code, data, cache usage(TODO)
IPackageStatsObserver.aidl 24 * statistics related to code, data, cache usage(TODO)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.h 23 * first pass statistics
  /packages/inputmethods/LatinIME/java/res/values/
strings-production.xml 22 <!-- Description for option to enable sending usage statistics -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm_nicstar.h 25 /* get pool statistics */
ppp_defs.h 117 * Statistics for LQRP and pppstats
162 struct pppstat p; /* basic PPP statistics */
163 struct vjstat vj; /* VJ header compression statistics */
167 struct compstat c; /* packet compression statistics */
168 struct compstat d; /* packet decompression statistics */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_nicstar.h 25 /* get pool statistics */
ppp_defs.h 117 * Statistics for LQRP and pppstats
162 struct pppstat p; /* basic PPP statistics */
163 struct vjstat vj; /* VJ header compression statistics */
167 struct compstat c; /* packet compression statistics */
168 struct compstat d; /* packet decompression statistics */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
delay_test.cc 199 ACMNetworkStatistics statistics; local
200 acm_b_->NetworkStatistics(&statistics);
204 statistics.minWaitingTimeMs, statistics.maxWaitingTimeMs,
205 statistics.meanWaitingTimeMs, statistics.medianWaitingTimeMs,
206 average_delay, statistics.currentBufferSize,
207 statistics.preferredBufferSize);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
rtt_filter.h 40 // Returns true if the long time statistics should be updated
45 // Returns true if the long time statistics should be updated
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h 42 Structure to hold frame statistics. Populate it with GetFrameStats().
106 Retrieves statistics for the input frame. This function must be used to
110 The frame statistics will be stored here on return.
125 Frame statistics.
135 Frame statistics.
171 Frame statistics provided by GetFrameStats(). On return the stats will
173 if the statistics for the altered frame are required.
188 Frame statistics provided by GetFrameStats().
  /external/libnl/include/netlink/
types.h 23 NL_DUMP_DETAILS, /**< Dump all attributes but no statistics */
24 NL_DUMP_STATS, /**< Dump all attributes including statistics */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
63 /* In statistics.c */
b-header-vars 18 VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h
39 REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h
40 BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h
41 GIMPLE_H=gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h i386-opts.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h (…)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 24 * Static methods and variables for collecting statistics on generated
48 * SSA form by the optimizer. Only valid if args.statistics is true.
55 * if args.statistics is true.
85 * Updates the dex statistics.
114 * Updates the ROP statistics.
146 * Prints out the collected statistics.
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.cc 69 if (!_shared->statistics().Initialized())
104 if (!_shared->statistics().Initialized())
131 if (!_shared->statistics().Initialized())
151 if (!_shared->statistics().Initialized())
181 if (!_shared->statistics().Initialized())
258 if (!_shared->statistics().Initialized())
324 if (!_shared->statistics().Initialized())
353 if (!_shared->statistics().Initialized())
387 if (!_shared->statistics().Initialized())
418 if (!_shared->statistics().Initialized()
    [all...]
voe_volume_control_impl.cc 58 if (!_shared->statistics().Initialized())
99 if (!_shared->statistics().Initialized())
137 if (!_shared->statistics().Initialized())
194 if (!_shared->statistics().Initialized())
237 if (!_shared->statistics().Initialized())
264 if (!_shared->statistics().Initialized())
296 if (!_shared->statistics().Initialized())
315 if (!_shared->statistics().Initialized())
345 if (!_shared->statistics().Initialized())
365 if (!_shared->statistics().Initialized()
    [all...]
voe_codec_impl.cc 98 if (!_shared->statistics().Initialized())
154 if (!_shared->statistics().Initialized())
187 if (!_shared->statistics().Initialized())
224 if (!_shared->statistics().Initialized())
244 if (!_shared->statistics().Initialized())
266 if (!_shared->statistics().Initialized())
301 if (!_shared->statistics().Initialized()) {
318 if (!_shared->statistics().Initialized()) {
340 if (!_shared->statistics().Initialized())
379 if (!_shared->statistics().Initialized()
    [all...]
  /external/chromium_org/components/web_cache/browser/
web_cache_manager.h 75 // statistics. The more up-to-date the cache manager's statistics, the
137 // usage statistics. Each tactic specifies the function that maps usage
138 // statistics to resource allocations.
144 // Ignore cache statistics and divide resources equally among the given
179 // are the aggregate statistics for |active_renderers_| and
220 // Maps every renderer_id our most recent copy of its statistics.
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness.py 6 from telemetry.util import statistics namespace
85 mean_latency = round(statistics.ArithmeticMean(latency_list), 3)
87 round(statistics.DurationsDiscrepancy(latency_list), 4))
158 mean_frame_time = round(statistics.ArithmeticMean(frame_times), 3)
160 percentile_95 = statistics.Percentile(frame_times, 95.0)
187 frame_discrepancy = round(statistics.TimestampsDiscrepancy(
211 mean_pixels_approximated = round(statistics.ArithmeticMean(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 28 // This file contains a class used for gathering statistics from an ongoing
61 // Adds a local audio track that is used for getting some voice statistics.
65 // statistics.
68 // Gather statistics from the session and store them for future use.
129 // Raw pointer to the session the statistics are gathered from.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
sysfs_power_monitor.py 18 """PowerMonitor that relies on sysfs to monitor CPU statistics on several
149 initial: The parsed dictionary of initial statistics to be converted
151 final: The parsed dictionary of final statistics to be converted
189 cpu_stats: Dictionary containing CPU statistics.
190 power_stats: Dictionary containing power statistics.
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 1 //==--AnalyzerStatsChecker.cpp - Analyzer visitation statistics --*- C++ -*-==//
9 // This file reports various statistics about analyzer visitation.
115 B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics",
132 D, this, "Sink Point", "Internal Statistics", outputI.str(),
  /external/ppp/pppd/include/net/
ppp_defs.h 150 * Statistics.
173 struct pppstat p; /* basic PPP statistics */
174 struct vjstat vj; /* VJ header compression statistics */
188 struct compstat c; /* packet compression statistics */
189 struct compstat d; /* packet decompression statistics */
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 74 // This is used to compute frame presentation duration statistics relative
87 // logAndResetStats dumps the current statistics to the binary event log
88 // and then resets the accumulated statistics to their initial values.
116 // updateStatsLocked updates the running statistics that are gathered
124 // logStatsLocked dumps the current statistics to the binary event log.

Completed in 609 milliseconds

1 2 3 4 56 7 8 91011>>