Home
last modified time | relevance | path

Searched refs:ReportResult (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/call/
Drampup_tests.cc241 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 …]
Drampup_tests.h56 void ReportResult(const std::string& measurement,
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h60 } ReportResult; typedef
90 ReportResult SendCrashReport(const wstring &url,
Dcrash_report_sender.cc60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()
/external/perfetto/src/trace_processor/
Dsched_slice_table.h48 void ReportResult(sqlite3_context*, uint32_t row) const override;
Dstorage_columns.h46 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
Dargs_table.h46 void ReportResult(sqlite3_context* ctx, uint32_t row) const override;
Dargs_table.cc70 void ArgsTable::ValueColumn::ReportResult(sqlite3_context* ctx, in ReportResult() function in perfetto::trace_processor::ArgsTable::ValueColumn
Dstorage_table.cc191 (*columns_)[column]->ReportResult(context, iterator_->Row()); in Column()
Dsched_slice_table.cc104 void SchedSliceTable::EndStateColumn::ReportResult(sqlite3_context* ctx, in ReportResult() function in perfetto::trace_processor::SchedSliceTable::EndStateColumn
/external/autotest/server/cros/dynamic_suite/
Dreporting.py156 ReportResult = collections.namedtuple('ReportResult', ['bug_id', 'update_count']) variable