/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/ |
D | main.js | 45 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/ |
D | statscollector_unittest.cc | 185 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 …]
|
D | statscollector.cc | 85 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/ |
D | call_stats.cc | 28 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/ |
D | StatsObserver.java | 33 public void onComplete(StatsReport[] reports); in onComplete()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples_report.py | 32 def make_report_table(fp, title, reports): argument
|
/external/google-breakpad/src/client/windows/sender/ |
D | crash_report_sender.h | 74 void set_max_reports_per_day(int reports) { in set_max_reports_per_day()
|
/external/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
|
D | console_reporter.cc | 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
|
D | statistics.cc | 78 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
|
D | json_reporter.cc | 140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
|
D | complexity.cc | 156 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
|
/external/google-benchmark/src/ |
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
|
D | console_reporter.cc | 71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
|
D | json_reporter.cc | 140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
|
D | statistics.cc | 78 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
|
D | complexity.cc | 156 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | Benchmark.java | 109 int reports = 0; in run() local
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | HudFragment.java | 111 public void updateEncoderStatistics(final StatsReport[] reports) { in updateEncoderStatistics()
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | test.js | 111 function onStatsReady(reports) { argument
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 132 repeated string reports = 2; field
|
/external/toolchain-utils/cros_utils/ |
D | perf_diff.py | 197 def __init__(self, reports, num_symbols, common_only): argument
|
/external/webrtc/talk/app/webrtc/test/ |
D | mockpeerconnectionobservers.h | 125 virtual void OnComplete(const StatsReports& reports) { in OnComplete()
|
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
D | PeerConnectionClientTest.java | 178 public void onPeerConnectionStatsReady(StatsReport[] reports) { in onPeerConnectionStatsReady()
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
D | PeerConnectionTest.java | 281 public synchronized void onComplete(StatsReport[] reports) { in onComplete()
|