HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 151 - 175 of 238) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/media/base/
mock_filters.h 209 // Helper mock statistics callback.
215 MOCK_METHOD1(OnStatistics, void(const media::PipelineStatistics& statistics));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 208 // Statistics
211 int NetworkStatistics(ACMNetworkStatistics* statistics);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js 467 WebInspector.HeapSnapshotView.Perspective.call(this, WebInspector.UIString("Statistics"));
516 * @param {!WebInspector.HeapSnapshotCommon.Statistics} statistics
518 _gotStatistics: function(statistics) {
519 this._statisticsView.setTotal(statistics.total);
520 this._statisticsView.addRecord(statistics.code, WebInspector.UIString("Code"), "#f77");
521 this._statisticsView.addRecord(statistics.strings, WebInspector.UIString("Strings"), "#5e5");
522 this._statisticsView.addRecord(statistics.jsArrays, WebInspector.UIString("JS Arrays"), "#7af");
523 this._statisticsView.addRecord(statistics.native, WebInspector.UIString("Typed Arrays"), "#fc5");
524 this._statisticsView.addRecord(statistics.total, WebInspector.UIString("Total"))
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 436 # include <inq_stats/statistics.h>
442 # include <sys/statistics.h>
  /external/chromium_org/webkit/browser/quota/
quota_manager.h 222 void GetStatistics(std::map<std::string, std::string>* statistics);
quota_manager.cc     [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 326 asan_introspection.statistics = &mi_statistics;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /external/lldb/examples/summaries/cocoa/
objc_runtime.py 93 def prepare_class_detection(valobj,statistics):
97 statistics.metric_hit('invalid_pointer',valobj)
102 statistics.metric_hit('invalid_isa',valobj)
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 34 #include "webrtc/voice_engine/statistics.h"
45 // Extend the default RTCP statistics struct with max_jitter, defined as the
54 // Statistics callback, called at each generation of a new RTCP report block.
62 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
68 stats_.rtcp = statistics;
69 if (statistics.jitter > stats_.max_jitter) {
70 stats_.max_jitter = statistics.jitter;
3452 RtcpStatistics statistics; local
    [all...]
voice_engine.target.darwin-arm.mk 35 third_party/webrtc/voice_engine/statistics.cc \
voice_engine.target.darwin-arm64.mk 35 third_party/webrtc/voice_engine/statistics.cc \
voice_engine.target.darwin-mips.mk 35 third_party/webrtc/voice_engine/statistics.cc \
voice_engine.target.darwin-x86.mk 35 third_party/webrtc/voice_engine/statistics.cc \
voice_engine.target.darwin-x86_64.mk 35 third_party/webrtc/voice_engine/statistics.cc \
voice_engine.target.linux-arm.mk 35 third_party/webrtc/voice_engine/statistics.cc \
  /external/clang/tools/scan-build/
scan-build 308 # AddStatLine - Decode and insert a statistics line into the database.
418 # Don't add internal statistics to the bug reports
419 if ($BugCategory =~ /statistics/i) {
458 # CalcStats - Calculates visitation statistics and returns the string.
871 # Print statistics
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 293 # AddStatLine - Decode and insert a statistics line into the database.
397 # Don't add internal statistics to the bug reports
398 if ($BugCategory =~ /statistics/i) {
437 # CalcStats - Calculates visitation statistics and returns the string.
843 # Print statistics
1135 Generates visitation statistics for the project being analyzed.
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 293 # AddStatLine - Decode and insert a statistics line into the database.
397 # Don't add internal statistics to the bug reports
398 if ($BugCategory =~ /statistics/i) {
437 # CalcStats - Calculates visitation statistics and returns the string.
843 # Print statistics
1135 Generates visitation statistics for the project being analyzed.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 192 builds a simple report to present the various statistics.
  /external/chromium_org/third_party/webrtc/
common_types.h 177 // Statistics for an RTCP channel
196 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
200 // Statistics for RTCP packet types.
218 // Data usage statistics for a (rtp) stream
245 // Rate statistics for a stream
322 struct NetworkStatistics // NETEQ statistics
356 // Statistics for calls to AudioCodingModule::PlayoutData10Ms().
  /system/core/logd/tests/
logd_test.cpp 32 * returns statistics
96 // a noisiest UID statistics is one of the following:
145 TEST(logd, statistics) {
524 // appropriately by checking all the statistics are in an expected range.
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 107 /** Sends a request to the browser to get peer connection statistics. */
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 185 Add8(0); // Remaining statistics (RFC 3611) are set to zero.
753 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
755 stats_ = statistics;

Completed in 1400 milliseconds

1 2 3 4 5 67 8 910