Searched refs:IsSuppressed (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.h | 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
D | tsan_suppressions.cc | 97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() function 121 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() function
|
D | tsan_rtl_report.cc | 493 suppress_pc = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport() 495 suppress_pc = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport() 497 suppress_pc = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport() 499 suppress_pc = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
|
/external/pdfium/testing/tools/ |
D | suppressor.py | 25 def IsSuppressed(self, input_filename): member in Suppressor
|
D | run_corpus_tests.py | 65 if test_suppressor.IsSuppressed(input_filename):
|
D | run_pixel_tests.py | 66 if test_suppressor.IsSuppressed(input_filename):
|