/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.h | 21 struct Suppression { struct 22 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function 38 bool Match(const char *str, const char *type, Suppression **s); argument 41 const Suppression *SuppressionAt(uptr i) const; 42 void GetMatched(InternalMmapVector<Suppression *> *matched); 49 InternalMmapVector<Suppression> suppressions_;
|
D | sanitizer_suppressions.cpp | 92 Suppression **s) { in Match() 97 Suppression &cur = suppressions_[i]; in Match() 143 Suppression s; in Parse() 169 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt() 175 InternalMmapVector<Suppression *> *matched) { in GetMatched()
|
/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/dagger2/java/dagger/internal/codegen/javapoet/ |
D | AnnotationSpecs.java | 28 public enum Suppression { enum in AnnotationSpecs 36 Suppression(String value) { in Suppression() method in AnnotationSpecs.Suppression 42 public static AnnotationSpec suppressWarnings(Suppression first, Suppression... rest) { in suppressWarnings() 47 public static AnnotationSpec suppressWarnings(ImmutableSet<Suppression> suppressions) { in suppressWarnings()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 223 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 224 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions() 254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions() 279 new Suppression(c2, c3Exception, c2Exception), in testErrors() 280 new Suppression(c1, c3Exception, c1Exception)); in testErrors() 368 private void assertSuppressed(Suppression... expected) { in assertSuppressed() 375 private final List<Suppression> suppressions = Lists.newArrayList(); [all …]
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 223 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 224 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() 253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions() 254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions() 279 new Suppression(c2, c3Exception, c2Exception), in testErrors() 280 new Suppression(c1, c3Exception, c1Exception)); in testErrors() 368 private void assertSuppressed(Suppression... expected) { in assertSuppressed() 375 private final List<Suppression> suppressions = Lists.newArrayList(); [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cpp | 95 Suppression **sp) { in IsSuppressed() 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() 133 Suppression *s; in IsSuppressed() 146 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions()
|
D | tsan_suppressions.h | 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | SourceFileGenerator.java | 21 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES; 22 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED; 31 import dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression; 106 ImmutableSet.<Suppression>builder() in buildJavaFile() 136 protected ImmutableSet<Suppression> warningSuppressions() { in warningSuppressions()
|
/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/llvm-project/compiler-rt/lib/asan/ |
D | asan_suppressions.cpp | 48 Suppression *s; in IsInterceptorSuppressed() 61 Suppression *s; in IsODRViolationSuppressed() 72 Suppression *s; in IsStackTraceSuppressed()
|
/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/llvm-project/compiler-rt/test/tsan/ |
D | free_race.c.supp | 1 # Suppression for a use-after-free in free_race.c
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_common.cpp | 536 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() 655 static Suppression *GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr() 656 Suppression *s = nullptr; in GetSuppressionForAddr() 677 static Suppression *GetSuppressionForStack(u32 stack_trace_id) { in GetSuppressionForStack() 680 Suppression *s = GetSuppressionForAddr( in GetSuppressionForStack() 795 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id); in ApplySuppressions()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | ProducerFactoryGenerator.java | 30 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.FUTURE_RETURN_VALUE_IGNO… 31 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED; 70 import dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression; 563 protected ImmutableSet<Suppression> warningSuppressions() { in warningSuppressions()
|
D | MembersInjectorGenerator.java | 30 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES; 31 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
|
D | FactoryGenerator.java | 34 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES; 35 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
|
D | OptionalFactories.java | 28 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES; 29 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cpp | 75 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cc | 76 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
|
/external/libabigail/ |
D | default.abignore | 102 # Suppression specification for C++ libraries 122 # Suppression specification for C++ libraries
|