/external/libyuv/files/tools_libyuv/valgrind/memcheck/ |
D | PRESUBMIT.py | 28 import suppressions 31 suppressions = {} 52 if suppressions.has_key(line): 53 if f.LocalPath() == suppressions[line][1]: 57 suppressions[line][1])) 62 suppressions[line][0], suppressions[line][1])) 64 suppressions[line] = (f, line_num)
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | PRESUBMIT.py | 28 import suppressions 31 suppressions = {} 52 if suppressions.has_key(line): 53 if f.LocalPath() == suppressions[line][1]: 57 suppressions[line][1])) 62 suppressions[line][0], suppressions[line][1])) 64 suppressions[line] = (f, line_num)
|
/external/virglrenderer/tests/ |
D | Makefile.am | 41 --suppressions=$(srcdir)/valgrind.suppressions 48 EXTRA_DIST = valgrind.suppressions
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 82 assertTrue(suppressor.suppressions.isEmpty()); in testNoExceptionsThrown() 108 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_fromTryBlock() 135 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_whenCreatingCloseables() 156 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_whileClosingLastCloseable() 177 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_whileClosingFirstCloseable() 378 assertEquals(ImmutableList.copyOf(expected), suppressor.suppressions); in assertSuppressed() 386 private final List<Suppression> suppressions = Lists.newArrayList(); field in CloserTest.TestSuppressor 390 suppressions.add(new Suppression(closeable, thrown, suppressed)); in suppress()
|
/external/syzkaller/pkg/report/ |
D | report.go | 64 rep, suppressions, err := ctor(cfg.KernelSrc, cfg.KernelObj, ignores) 68 supps, err := compileRegexps(append(suppressions, cfg.Suppressions...)) 101 suppressions []*regexp.Regexp member 110 rep.Suppressed = matchesAny(rep.Output, wrap.suppressions) 115 return matchesAny(output, reporter.(*reporterWrapper).suppressions) 205 suppressions []*regexp.Regexp member 273 if matchesAny(line, oops.suppressions) {
|
D | gvisor.go | 19 suppressions := []string{ 30 return ctx, suppressions, nil
|
D | fuchsia.go | 54 suppressions := []string{ 57 return ctx, suppressions, nil
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | PRESUBMIT.py | 30 import suppressions 31 return suppressions.PresubmitCheck(input_api, output_api)
|
/external/grpc-grpc/tools/ |
D | bazel.rc | 14 build:asan --action_env=LSAN_OPTIONS=suppressions=test/core/util/lsan_suppressions.txt:report_objec… 35 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro… 45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
|
/external/webrtc/webrtc/ |
D | supplement.gypi | 40 # Replace Chromium's LSan suppressions with our own for WebRTC. 49 # Replace Chromium's TSan v2 suppressions with our own for WebRTC.
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ 11 # to use the preferred suppressions with address_in_range. 14 # suppressions for _PyObject_Free and _PyObject_Realloc. 188 ### All the suppressions below are for errors that occur within libraries 468 # Additional suppressions for the unified decimal tests:
|
/external/libyuv/files/ |
D | .gitignore | 68 /tools/valgrind-libyuv/memcheck/suppressions.txt 73 /tools/valgrind-libyuv/tsan/suppressions.txt
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ 11 # to use the preferred suppressions with Py_ADDRESS_IN_RANGE. 14 # suppressions for PyObject_Free and PyObject_Realloc. 188 ### All the suppressions below are for errors that occur within libraries
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 80 suppression_ctx->ParseFromFile(flags()->suppressions); in InitializeSuppressions() 499 SuppressionContext *suppressions = GetSuppressionContext(); in GetSuppressionForAddr() local 502 if (suppressions->Match(module_name, kSuppressionLeak, &s)) in GetSuppressionForAddr() 508 if (suppressions->Match(cur->info.function, kSuppressionLeak, &s) || in GetSuppressionForAddr() 509 suppressions->Match(cur->info.file, kSuppressionLeak, &s)) { in GetSuppressionForAddr()
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | JSON_config_segments.txt | 1 section=suppressions ; path=//cldr/segments/segmentations/.* ; package=segments
|
/external/webrtc/webrtc/build/sanitizers/ |
D | README | 1 This directory contains suppressions for sanitizer tools.
|
/external/v8/tools/memory/tsan_v2/ |
D | ignores.txt | 5 # Data races should typically go to suppressions.txt.
|
/external/syzkaller/pkg/mgrconfig/testdata/ |
D | qemu.cfg | 10 "suppressions": ["some known bug"],
|
/external/strace/tests-m32/ |
D | redirect-fds.test | 34 *valgrind\ *--suppressions=*)
|
/external/strace/tests-mx32/ |
D | redirect-fds.test | 34 *valgrind\ *--suppressions=*)
|
/external/strace/tests/ |
D | redirect-fds.test | 34 *valgrind\ *--suppressions=*)
|
/external/pdfium/tools/lsan/ |
D | lsan_suppressions.txt | 8 # LSAN_OPTIONS='suppressions=/path/to/lsan_suppressions.txt' must be in the
|
/external/skia/tools/ |
D | valgrind.supp | 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 188 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally. These appear to be
|
/external/skqp/tools/ |
D | valgrind.supp | 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 188 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally. These appear to be
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_flags.inc | 24 UBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
|