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.h22 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_;
Dsanitizer_suppressions.cc79 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/
DCloserTest.java206 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/
Dtsan_suppressions.cc102 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()
Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
/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.cc403 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/
Dfree_race.c.supp1 # Suppression for a use-after-free in free_race.c
/external/v8/tools/clusterfuzz/
Dv8_suppressions.py243 class Suppression(object): class
260 class V8Suppression(Suppression):
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc76 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc400 Suppression *s; in IsVptrCheckSuppressed()
412 Suppression *s = nullptr; in IsPCSuppressed()
/external/libxml2/result/
Dslashdot.rdf.rdr172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.rde172 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.rdf.sax174 SAX.characters(Suppression of cold fusion res, 36)
Dslashdot.xml.rde365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot.xml.rdr365 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rdr569 3 3 #text 0 1 Suppression of cold fusion research?
Dslashdot16.xml.rde569 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/autotest/client/common_lib/
Dgtest_parser.py154 def Suppression(self, suppression_hash): member in gtest_parser
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll88 ; CHECK-NEXT: AArch64 Store Pair Suppression
/external/libxml2/result/noent/
Dslashdot.rdf.sax2174 SAX.characters(Suppression of cold fusion res, 36)
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md192 …o object proposal generation) using TfLite's *fast* version of Non-Max-Suppression (NMS). The fast…
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst148 Issue Suppression

12