/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.h | 22 struct Suppression { struct 23 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function 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/valgrind/ |
D | glibc-2.X-drd.supp | 2 # Suppression patterns for ld, the dynamic loader. 13 # Suppression patterns for libc. 40 # Suppression patterns for libstdc++, the implementation of the standard C++ 64 # Suppression patterns for libpthread. 146 # Suppression patterns for libgomp. 159 # Suppression patterns for libX11. 174 # Suppression patterns for libxcb. 186 # Suppression patterns for libglib. 234 # Suppression patterns for libQtCore. 280 # Suppression patterns for libboost.
|
D | darwin9-drd.supp | 5 # Suppression patterns for dyld, the dynamic loader. 68 # Suppression patterns for libc, Darwin's C library. 153 # Suppression patterns for libpthread, Darwin's POSIX threads implementation. 233 # Suppression patterns for libobjc. 257 # Suppression patterns for CoreFoundation.framework. 414 # Suppression patterns for the memory allocation functions in WTF. 434 # Suppression patterns for the string manipulation functions in WebCore. 454 # Suppression patterns for the text encoding functions in WebCore.
|
/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/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.rde | 172 3 3 #text 0 1 Suppression of cold fusion research?
|
D | slashdot.rdf.rdr | 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.rde | 569 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 | 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/valgrind/docs/internals/ |
D | 3_4_BUGSTATUS.txt | 33 186790 Suppression pattern used for leaks are not reported
|
D | 3_1_BUGSTATUS.txt | 132 v5700 v5701 n-i-bz Suppression update for Debian unstable
|
/external/autotest/server/ |
D | site_gtest_runner.py | 297 def Suppression(self, suppression_hash): member in gtest_parser
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 148 Issue Suppression
|