Searched refs:GetReport (Results 1 - 18 of 18) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
/external/rmi4utils/rmidevice/
H A Dhiddevice.h76 int GetReport(int *reportId, struct timeval * timeout = NULL);
H A Dhiddevice.cpp276 rc = GetReport(&reportId);
380 rc = GetReport(&reportId, timeout);
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout) function in class:HIDDevice
/external/toolchain-utils/crosperf/
H A Dexperiment_runner.py38 report_text = json_report.GetReport()
213 self.l.LogOutput(TextResultsReport.FromExperiment(experiment).GetReport())
231 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
235 html_report = HTMLResultsReport.FromExperiment(experiment).GetReport()
257 report = HTMLResultsReport.FromExperiment(experiment).GetReport()
267 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
H A Dresults_report_unittest.py157 .GetReport()
205 HTMLResultsReport.FromExperiment(experiment).GetReport()
207 HTMLResultsReport(benchmark_results).GetReport()
346 result_str = reporter.GetReport()
H A Dresults_report.py312 def GetReport(self): member in class:TextResultsReport
393 def GetReport(self): member in class:HTMLResultsReport
567 json_args is the dict of arguments we pass to json.dumps in GetReport().
686 def GetReport(self): member in class:JSONResultsReport
688 # This exists for consistency with the other GetReport methods.
H A Dgenerate_report.py206 get_contents = lambda: report_ctor(benchmark_results).GetReport()
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.h134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
H A Dstatscollector.cc860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, function in class:webrtc::StatsCollector
876 GetReport(StatsReport::kStatsReportTypeSsrc,
/external/toolchain-utils/deprecated/
H A Dreport_generator.py30 def GetReport(self): member in class:ResultsReport
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc185 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
227 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
295 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
342 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
H A Dtsan_rtl_report.cc368 const ReportDesc *ScopedReport::GetReport() const { function in class:__tsan::ScopedReport
499 const ReportDesc *rep = srep.GetReport();
514 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
H A Dtsan_rtl.h573 const ReportDesc *GetReport() const;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs461 return ToString(GetReport());
464 public virtual ProfileStats GetReport() { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs507 return ToString(GetReport());
510 public virtual ProfileStats GetReport() method in class:Antlr.Runtime.Debug.Profiler

Completed in 381 milliseconds