/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.h | 22 struct Suppression { struct 23 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() argument 39 bool Match(const char *str, const char *type, Suppression **s); argument 42 const Suppression *SuppressionAt(uptr i) const; 43 void GetMatched(InternalMmapVector<Suppression *> *matched); 50 InternalMmapVector<Suppression> suppressions_;
|
D | sanitizer_suppressions.cc | 79 Suppression **s) { in Match() 84 Suppression &cur = suppressions_[i]; in Match() 130 Suppression s; in Parse() 156 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt() 162 InternalMmapVector<Suppression *> *matched) { in GetMatched()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 206 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 207 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 233 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 234 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 263 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions() 264 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions() 289 new Suppression(c2, c3Exception, c2Exception), in testErrors() 290 new Suppression(c1, c3Exception, c1Exception)); in testErrors() 377 private void assertSuppressed(Suppression... expected) { in assertSuppressed() 386 private final List<Suppression> suppressions = Lists.newArrayList(); [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 102 Suppression **sp) { in IsSuppressed() 113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() 140 Suppression *s; in IsSuppressed() 153 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions()
|
D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
/external/compiler-rt/lib/asan/ |
D | asan_suppressions.cc | 55 Suppression *s; in IsInterceptorSuppressed() 68 Suppression *s; in IsODRViolationSuppressed() 79 Suppression *s; in IsStackTraceSuppressed()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 403 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions() 495 static Suppression *GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr() 496 Suppression *s = nullptr; in GetSuppressionForAddr() 517 static Suppression *GetSuppressionForStack(u32 stack_trace_id) { in GetSuppressionForStack() 520 Suppression *s = GetSuppressionForAddr( in GetSuppressionForStack() 635 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id); in ApplySuppressions()
|
/external/compiler-rt/test/tsan/ |
D | free_race.c.supp | 1 # Suppression for a use-after-free in free_race.c
|
/external/v8/tools/clusterfuzz/ |
D | v8_suppressions.py | 243 class Suppression(object): class 260 class V8Suppression(Suppression):
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cc | 76 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 400 Suppression *s; in IsVptrCheckSuppressed() 412 Suppression *s = nullptr; in IsPCSuppressed()
|
/external/libxml2/result/ |
D | slashdot.rdf.rdr | 172 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.rde | 172 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.sax | 174 SAX.characters(Suppression of cold fusion res, 36)
|
D | slashdot.xml.rde | 365 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.xml.rdr | 365 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot16.xml.rdr | 569 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot16.xml.rde | 569 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.sax2 | 174 SAX.characters(Suppression of cold fusion res, 36)
|
D | slashdot.xml.sax | 367 SAX.characters(Suppression of cold fusion res, 36)
|
/external/autotest/client/common_lib/ |
D | gtest_parser.py | 154 def Suppression(self, suppression_hash): member in gtest_parser
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | O3-pipeline.ll | 88 ; CHECK-NEXT: AArch64 Store Pair Suppression
|
/external/libxml2/result/noent/ |
D | slashdot.rdf.sax2 | 174 SAX.characters(Suppression of cold fusion res, 36)
|
/external/tensorflow/tensorflow/lite/java/ovic/ |
D | README.md | 192 …o object proposal generation) using TfLite's *fast* version of Non-Max-Suppression (NMS). The fast…
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 148 Issue Suppression
|