Home
last modified time | relevance | path

Searched refs:Suppression (Results 1 – 25 of 34) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.h21 struct Suppression { struct
37 bool Match(const char *str, const char *type, Suppression **s); argument
40 const Suppression *SuppressionAt(uptr i) const;
41 void GetMatched(InternalMmapVector<Suppression *> *matched);
48 InternalMmapVector<Suppression> suppressions_;
Dsanitizer_suppressions.cc81 Suppression **s) { in Match()
86 Suppression &cur = suppressions_[i]; in Match()
131 Suppression s; in Parse()
159 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
165 InternalMmapVector<Suppression *> *matched) { in GetMatched()
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java205 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
206 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
232 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
233 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
262 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
263 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()
288 new Suppression(c2, c3Exception, c2Exception), in testErrors()
289 new Suppression(c1, c3Exception, c1Exception)); in testErrors()
376 private void assertSuppressed(Suppression... expected) { in assertSuppressed()
385 private final List<Suppression> suppressions = Lists.newArrayList();
[all …]
/external/valgrind/
Dglibc-2.X-drd.supp2 # 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.
Ddarwin9-drd.supp5 # 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/
Dtsan_suppressions.cc97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
105 Suppression *s; in IsSuppressed()
121 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
129 Suppression *s; in IsSuppressed()
142 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions()
Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
Dtsan_rtl.h462 Suppression *supp;
/external/compiler-rt/lib/asan/
Dasan_suppressions.cc55 Suppression *s; in IsInterceptorSuppressed()
68 Suppression *s; in IsODRViolationSuppressed()
79 Suppression *s; in IsStackTraceSuppressed()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc360 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions()
434 static Suppression *GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()
435 Suppression *s = nullptr; in GetSuppressionForAddr()
456 static Suppression *GetSuppressionForStack(u32 stack_trace_id) { in GetSuppressionForStack()
459 Suppression *s = GetSuppressionForAddr( in GetSuppressionForStack()
574 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id); in ApplySuppressions()
/external/compiler-rt/test/tsan/
Dfree_race.c.supp1 # Suppression for a use-after-free in free_race.c
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc76 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
/external/libxml2/result/
Dslashdot.rdf.rde172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.rdr172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.sax174 SAX.characters(Suppression of cold fusion res, 36)
Dslashdot.xml.rdr365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.xml.rde365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rde569 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rdr569 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.sax2174 SAX.characters(Suppression of cold fusion res, 36)
Dslashdot.xml.sax367 SAX.characters(Suppression of cold fusion res, 36)
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt33 186790 Suppression pattern used for leaks are not reported
D3_1_BUGSTATUS.txt132 v5700 v5701 n-i-bz Suppression update for Debian unstable
D3_3_BUGSTATUS.txt187 151612 Fixd 8725-7 Suppression with "..." (w/ good patch)
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc360 Suppression *s; in IsVptrCheckSuppressed()

12