Searched refs:ReportResult (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 241 void RampUpTester::ReportResult(const std::string& measurement, in ReportResult() function in webrtc::RampUpTester 291 ReportResult("ramp-up-total-packets-sent", total_packets_sent, "packets"); in TriggerTestDone() 292 ReportResult("ramp-up-total-sent", total_sent, "bytes"); in TriggerTestDone() 293 ReportResult("ramp-up-media-sent", media_sent, "bytes"); in TriggerTestDone() 294 ReportResult("ramp-up-padding-sent", padding_sent, "bytes"); in TriggerTestDone() 295 ReportResult("ramp-up-rtx-total-packets-sent", rtx_total_packets_sent, in TriggerTestDone() 297 ReportResult("ramp-up-rtx-total-sent", rtx_total_sent, "bytes"); in TriggerTestDone() 298 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent, "bytes"); in TriggerTestDone() 299 ReportResult("ramp-up-rtx-padding-sent", rtx_padding_sent, "bytes"); in TriggerTestDone() 301 ReportResult("ramp-up-time", ramp_up_finished_ms_ - test_start_ms_, in TriggerTestDone() [all …]
|
D | rampup_tests.h | 56 void ReportResult(const std::string& measurement,
|
/external/google-breakpad/src/client/windows/sender/ |
D | crash_report_sender.h | 60 } ReportResult; typedef 90 ReportResult SendCrashReport(const wstring &url,
|
D | crash_report_sender.cc | 60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting.py | 435 ReportResult = collections.namedtuple('ReportResult', ['bug_id', 'update_count']) variable 877 return ReportResult(None, 0) 898 return ReportResult(issue.id, bug_count) 907 return ReportResult(issue.id, bug_count) 927 return ReportResult(bug_id, bug_count) 955 return ReportResult(None, 0)
|