Searched refs:send_report (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | errormiddleware.py | 365 rep_err = send_report(rep, exc_data, html=html) 373 rep_err = send_report(rep, exc_data, html=html) 381 rep_err = send_report(rep, exc_data, html=html) 424 def send_report(rep, exc_data, html=True): function
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 493 def send_report(self, report, configOverrides=None): member in ScanViewRequestHandler 662 return self.send_report(components[1]) 681 return self.send_report(None, overrides)
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 305 int64_t SendTimeOfSendReport(uint32_t send_report);
|
D | rtp_rtcp_impl.cc | 901 const uint32_t send_report) { in SendTimeOfSendReport() argument 902 return rtcp_sender_.SendTimeOfSendReport(send_report); in SendTimeOfSendReport()
|