Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dexperiment_runner.py39 report_text = json_report.GetReport()
215 self.l.LogOutput(TextResultsReport.FromExperiment(experiment).GetReport())
233 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
237 html_report = HTMLResultsReport.FromExperiment(experiment).GetReport()
260 report = HTMLResultsReport.FromExperiment(experiment).GetReport()
270 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
Dresults_report_unittest.py160 .GetReport()
206 HTMLResultsReport.FromExperiment(experiment).GetReport()
208 HTMLResultsReport(benchmark_results).GetReport()
356 result_str = reporter.GetReport()
Dresults_report.py327 def GetReport(self): member in TextResultsReport
410 def GetReport(self): member in HTMLResultsReport
715 def GetReport(self): member in JSONResultsReport
Dgenerate_report.py207 get_contents = lambda: report_ctor(benchmark_results).GetReport()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc122 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc185 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexLock()
227 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadLock()
295 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
342 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
Dtsan_rtl_report.cc368 const ReportDesc *ScopedReport::GetReport() const { in GetReport() function in __tsan::ScopedReport
499 const ReportDesc *rep = srep.GetReport(); in OutputReport()
514 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
Dtsan_rtl.h573 const ReportDesc *GetReport() const;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
/external/rmi4utils/rmidevice/
Dhiddevice.h76 int GetReport(int *reportId, struct timeval * timeout = NULL);
Dhiddevice.cpp276 rc = GetReport(&reportId); in Read()
380 rc = GetReport(&reportId, timeout); in GetAttentionReport()
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout) in GetReport() function in HIDDevice
/external/webrtc/talk/app/webrtc/
Dstatscollector.h134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
Dstatscollector.cc860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport() function in webrtc::StatsCollector
876 GetReport(StatsReport::kStatsReportTypeSsrc, in UpdateStatsFromExistingLocalAudioTracks()
/external/toolchain-utils/deprecated/
Dreport_generator.py30 def GetReport(self): member in ResultsReport
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs507 return ToString(GetReport()); in ToString()
510 public virtual ProfileStats GetReport() in GetReport() method in Antlr.Runtime.Debug.Profiler
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs461 return ToString(GetReport()); in ToString()
464 public virtual ProfileStats GetReport() { in GetReport() method in Antlr.Runtime.Debug.Profiler