Home
last modified time | relevance | path

Searched defs:reports (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
Dmain.js45 function analyzeReports_(reports, filesNames) { argument
71 function analyzeRttData(reports, filesNames, botName) { argument
95 function analyzePacketsLostData(reports, filesNames, botName) { argument
111 function analyzeData(reports, filesNames, chartName, botName, reportId, argument
134 function getStateAverage(reports, botName, reportId, statName) { argument
155 function getStateMax(reports, botName, reportId, statName) { argument
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc185 const StatsReports& reports, in ExtractStatsValue()
223 const StatsReports& reports, const StatsReport::StatsType& type, int n) { in FindNthReportByType()
234 const StatsReport* FindReportById(const StatsReports& reports, in FindReportById()
243 std::string ExtractSsrcStatsValue(StatsReports reports, in ExtractSsrcStatsValue()
248 std::string ExtractBweStatsValue(StatsReports reports, in ExtractBweStatsValue()
268 void CheckCertChainReports(const StatsReports& reports, in CheckCertChainReports()
607 StatsReports* reports) { in SetupAndVerifyAudioTrackStats()
680 StatsReports reports; // returned values. in TestCertificateReports() local
786 StatsReports reports; in TEST_F() local
831 StatsReports reports; // returned values. in TEST_F() local
[all …]
Dstatscollector.cc85 StatsReport* AddTrackReport(StatsCollection* reports, in AddTrackReport()
96 void CreateTrackReports(const TrackVector& tracks, StatsCollection* reports, in CreateTrackReports()
426 StatsReports* reports) { in GetStats()
/external/webrtc/webrtc/video/
Dcall_stats.cc28 void RemoveOldReports(int64_t now, std::list<CallStats::RttTime>* reports) { in RemoveOldReports()
37 int64_t GetMaxRttMs(std::list<CallStats::RttTime>* reports) { in GetMaxRttMs()
46 int64_t GetAvgRttMs(std::list<CallStats::RttTime>* reports) { in GetAvgRttMs()
58 void UpdateAvgRttMs(std::list<CallStats::RttTime>* reports, int64_t* avg_rtt) { in UpdateAvgRttMs()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DStatsObserver.java33 public void onComplete(StatsReport[] reports); in onComplete()
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples_report.py32 def make_report_table(fp, title, reports): argument
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h74 void set_max_reports_per_day(int reports) { in set_max_reports_per_day()
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
Dstatistics.cc78 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
Djson_reporter.cc140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
Dcomplexity.cc156 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
/external/google-benchmark/src/
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
Dconsole_reporter.cc71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
Djson_reporter.cc140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
Dstatistics.cc78 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
Dcomplexity.cc156 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java109 int reports = 0; in run() local
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java111 public void updateEncoderStatistics(final StatsReport[] reports) { in updateEncoderStatistics()
/external/webrtc/webrtc/tools/rtcbot/
Dtest.js111 function onStatsReady(reports) { argument
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto132 repeated string reports = 2; field
/external/toolchain-utils/cros_utils/
Dperf_diff.py197 def __init__(self, reports, num_symbols, common_only): argument
/external/webrtc/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h125 virtual void OnComplete(const StatsReports& reports) { in OnComplete()
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java178 public void onPeerConnectionStatsReady(StatsReport[] reports) { in onPeerConnectionStatsReady()
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java281 public synchronized void onComplete(StatsReport[] reports) { in onComplete()

12