Searched refs:ReportResult (Results 1 – 11 of 11) 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/perfetto/src/trace_processor/ |
D | sched_slice_table.h | 48 void ReportResult(sqlite3_context*, uint32_t row) const override;
|
D | storage_columns.h | 46 virtual void ReportResult(sqlite3_context*, uint32_t row) const = 0; 84 void ReportResult(sqlite3_context* ctx, uint32_t row) const override { in ReportResult() function 140 void ReportResult(sqlite3_context* ctx, uint32_t row) const override { in ReportResult() function
|
D | args_table.h | 46 void ReportResult(sqlite3_context* ctx, uint32_t row) const override;
|
D | args_table.cc | 70 void ArgsTable::ValueColumn::ReportResult(sqlite3_context* ctx, in ReportResult() function in perfetto::trace_processor::ArgsTable::ValueColumn
|
D | storage_table.cc | 191 (*columns_)[column]->ReportResult(context, iterator_->Row()); in Column()
|
D | sched_slice_table.cc | 104 void SchedSliceTable::EndStateColumn::ReportResult(sqlite3_context* ctx, in ReportResult() function in perfetto::trace_processor::SchedSliceTable::EndStateColumn
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting.py | 156 ReportResult = collections.namedtuple('ReportResult', ['bug_id', 'update_count']) variable
|