/external/toolchain-utils/crosperf/ |
D | experiment_runner.py | 41 report_text = json_report.GetReport() 230 self.l.LogOutput(TextResultsReport.FromExperiment(experiment).GetReport()) 248 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport() 252 html_report = HTMLResultsReport.FromExperiment(experiment).GetReport() 314 report = HTMLResultsReport.FromExperiment(experiment).GetReport() 324 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
|
D | results_report_unittest.py | 169 experiment, email=email).GetReport() 231 HTMLResultsReport.FromExperiment(experiment).GetReport() 233 HTMLResultsReport(benchmark_results).GetReport() 384 result_str = reporter.GetReport()
|
D | generate_report.py | 192 get_contents = lambda: report_ctor(benchmark_results).GetReport()
|
D | results_report.py | 386 def GetReport(self): member in TextResultsReport 491 def GetReport(self): member in HTMLResultsReport 818 def GetReport(self): member in JSONResultsReport
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cpp | 121 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock() 134 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock() 145 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 122 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/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cpp | 151 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock() 209 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock() 251 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock() 264 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock() 304 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock() 336 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock() 383 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
|
D | tsan_rtl_report.cpp | 372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase 503 const ReportDesc *rep = srep.GetReport(); in OutputReport() 518 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
|
D | tsan_rtl.h | 600 const ReportDesc *GetReport() const;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 185 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()
|
D | tsan_rtl_report.cc | 368 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()
|
D | tsan_rtl.h | 573 const ReportDesc *GetReport() const;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 56 DDReport *GetReport(DDCallback *cb) override; 187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
|
D | sanitizer_deadlock_detector2.cc | 100 DDReport *GetReport(DDCallback *cb); 420 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cpp | 55 DDReport *GetReport(DDCallback *cb) override; 186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
|
D | sanitizer_deadlock_detector2.cpp | 99 DDReport *GetReport(DDCallback *cb); 415 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.h | 76 int GetReport(int *reportId, struct timeval * timeout = NULL);
|
D | hiddevice.cpp | 276 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/pc/ |
D | stats_collector.h | 129 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
|
D | stats_collector.cc | 1166 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport() function in webrtc::StatsCollector 1182 StatsReport* report = GetReport(StatsReport::kStatsReportTypeSsrc, in UpdateStatsFromExistingLocalAudioTracks()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 507 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/ |
D | Profiler.cs | 461 return ToString(GetReport()); in ToString() 464 public virtual ProfileStats GetReport() { in GetReport() method in Antlr.Runtime.Debug.Profiler
|