/external/chromium-trace/catapult/dashboard/dashboard/ |
D | bisect_report_test.py | 128 self.assertEqual(log_with_culprit, bisect_report.GetReport(job)) 162 self.assertEqual(log_without_culprit, bisect_report.GetReport(job)) 192 self.assertEqual(log_failed_bisect, bisect_report.GetReport(job)) 228 self.assertEqual(log_failed_bisect, bisect_report.GetReport(job)) 263 self.assertEqual(log_failed_bisect, bisect_report.GetReport(job)) 299 self.assertEqual(log_without_culprit, bisect_report.GetReport(job))
|
D | update_bug_with_results.py | 169 comment = bisect_report.GetReport(job) 321 report = bisect_report.GetReport(job)
|
D | bisect_report.py | 69 def GetReport(try_job_entity): function
|
/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/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 184 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexLock() 226 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock() 262 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadLock() 294 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock() 341 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
|
D | tsan_rtl_report.cc | 363 const ReportDesc *ScopedReport::GetReport() const { in GetReport() function in __tsan::ScopedReport 494 const ReportDesc *rep = srep.GetReport(); in OutputReport() 507 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
|
D | tsan_rtl.h | 540 const ReportDesc *GetReport() const;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 56 DDReport *GetReport(DDCallback *cb) override; 182 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/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/talk/app/webrtc/ |
D | statscollector.h | 134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
|
D | statscollector.cc | 860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport() function in webrtc::StatsCollector 876 GetReport(StatsReport::kStatsReportTypeSsrc, in UpdateStatsFromExistingLocalAudioTracks()
|
/external/antlr/antlr-3.4/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
|
/external/antlr/antlr-3.4/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
|