Searched refs:statistics (Results 51 - 75 of 144) sorted by relevance

123456

/external/chromium_org/remoting/client/
H A Dclient_status_logger.cc93 void ClientStatusLogger::LogStatistics(ChromotingStats* statistics) { argument
98 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForStatistics(statistics));
H A Dserver_log_entry_client_unittest.cc52 ChromotingStats statistics; local
53 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForStatistics(&statistics));
58 key_value_pairs["event-name"] = "connection-statistics";
/external/chromium_org/third_party/webrtc/video/
H A Dsend_statistics_proxy.cc66 void SendStatisticsProxy::StatisticsUpdated(const RtcpStatistics& statistics, argument
73 stats->rtcp_stats = statistics;
H A Dreceive_statistics_proxy.h66 virtual void StatisticsUpdated(const webrtc::RtcpStatistics& statistics,
H A Dsend_statistics_proxy.h42 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
/external/chromium_org/tools/perf/benchmarks/
H A Doctane.py20 from telemetry.util import statistics namespace
122 total = statistics.GeometricMean(all_scores)
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.js31 * Update the statistics panel.
32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
65 var statistics = document.getElementById('statistics');
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dinsert_packet_with_timing.cc222 ACMNetworkStatistics statistics; local
223 receive_acm_->NetworkStatistics(&statistics);
224 *optimal_delay = statistics.preferredBufferSize;
225 *current_delay = statistics.currentBufferSize;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dshared_data.h19 #include "webrtc/voice_engine/statistics.h"
38 Statistics& statistics() { return _engineStatistics; } function in class:webrtc::voe::SharedData
62 // Convenience methods for calling statistics().SetLastError().
H A Dvoe_base_impl.cc310 if (_shared->statistics().Initialized())
486 return _shared->statistics().SetInitialized();
501 if (!_shared->statistics().Initialized()) {
513 if (!_shared->statistics().Initialized()) {
525 _shared->statistics(),
563 if (!_shared->statistics().Initialized())
600 if (!_shared->statistics().Initialized())
621 if (!_shared->statistics().Initialized())
642 if (!_shared->statistics().Initialized())
673 if (!_shared->statistics()
[all...]
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js175 * Key-value styled statistics data.
177 * The value is hold as |statistics[key].detail|.
180 var statistics = {};
397 * |event.detail| contains misc statistics data as dictionary.
406 var entry = statistics[key];
410 statistics[key] = entry;
487 * Dump |statistics| to a object.
488 * @return {Object} Dump result object from |statistics|.
492 for (var key in statistics)
493 result[key] = statistics[ke
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.h33 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) OVERRIDE;
124 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
H A Dreceive_statistics_impl.cc114 // new jitter statistics.
211 bool StreamStatisticianImpl::GetStatistics(RtcpStatistics* statistics, argument
226 *statistics = last_reported_statistics_;
230 *statistics = CalculateRtcpStatistics();
497 void ReceiveStatisticsImpl::StatisticsUpdated(const RtcpStatistics& statistics, argument
501 rtcp_stats_callback_->StatisticsUpdated(statistics, ssrc);
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl.cc438 PipelineStatistics statistics; local
439 statistics.video_frames_decoded = frames_decoded_;
440 statistics.video_frames_dropped = frames_dropped_;
441 task_runner_->PostTask(FROM_HERE, base::Bind(statistics_cb_, statistics));
/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.h74 void GetStatistics(std::map<std::string, int64>* statistics);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dreceive_statistics.h28 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) = 0;
33 // Resets all statistics.
53 // Updates the receive statistics with this packet.
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.cc328 // Include dbus statistics summary
329 (*logs)["dbus"] = dbus::statistics::GetAsString(
330 dbus::statistics::SHOW_INTERFACE,
331 dbus::statistics::FORMAT_ALL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java278 * Return the statistics of the build along its history.
289 if (this.statistics == null) {
290 this.statistics = ((ConfigResults)getBuildResults().getParent()).getStatistics(Util.BASELINE_BUILD_PREFIXES);
292 return this.statistics;
H A DConfigResultsElement.java251 * Return the statistics of the build along its history.
262 if (this.statistics == null) {
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES);
265 return this.statistics;
468 excluded.append(configResults+" excluded from status due to erratic statistics!");
480 excluded.append(configResults+" excluded from status due to unstable statistics!");
H A DResultsElement.java65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.statistics;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receiver.h189 // Get the current network statistics from NetEq.
192 // - statistics : The current network statistics.
194 void NetworkStatistics(ACMNetworkStatistics* statistics);
311 // Get statistics of calls to GetAudio().
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dippet_power_monitor.py21 from telemetry.util import statistics namespace
213 statistics.ArithmeticMean(get(
/external/jemalloc/src/
H A Dzone.c214 zone_introspect.statistics = NULL;
/external/chromium_org/dbus/
H A Dobject_proxy.cc88 statistics::AddBlockingSentMethodCall(service_name_,
158 statistics::AddSentMethodCall(service_name_,
484 statistics::AddReceivedSignal(service_name_, interface, member);
/external/chromium_org/chromeos/dbus/
H A Ddbus_thread_manager.cc59 dbus::statistics::Initialize();
98 dbus::statistics::Shutdown();

Completed in 843 milliseconds

123456