Home
last modified time | relevance | path

Searched refs:send_report (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Derrormiddleware.py365 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/
DScanView.py493 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/
Drtp_rtcp_impl.h305 int64_t SendTimeOfSendReport(uint32_t send_report);
Drtp_rtcp_impl.cc901 const uint32_t send_report) { in SendTimeOfSendReport() argument
902 return rtcp_sender_.SendTimeOfSendReport(send_report); in SendTimeOfSendReport()