Home
last modified time | relevance | path

Searched refs:suppressions (Results 1 – 25 of 67) sorted by relevance

123

/external/libyuv/files/tools_libyuv/valgrind/memcheck/
DPRESUBMIT.py28 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/
DPRESUBMIT.py28 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/
DMakefile.am41 --suppressions=$(srcdir)/valgrind.suppressions
48 EXTRA_DIST = valgrind.suppressions
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java82 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/
Dreport.go64 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) {
Dgvisor.go19 suppressions := []string{
30 return ctx, suppressions, nil
Dfuchsia.go54 suppressions := []string{
57 return ctx, suppressions, nil
/external/webrtc/tools/valgrind-webrtc/drmemory/
DPRESUBMIT.py30 import suppressions
31 return suppressions.PresubmitCheck(input_api, output_api)
/external/grpc-grpc/tools/
Dbazel.rc14 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/
Dsupplement.gypi40 # 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/
Dvalgrind-python.supp7 # 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.gitignore68 /tools/valgrind-libyuv/memcheck/suppressions.txt
73 /tools/valgrind-libyuv/tsan/suppressions.txt
/external/python/cpython2/Misc/
Dvalgrind-python.supp7 # 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/
Dlsan_common.cc80 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/
DJSON_config_segments.txt1 section=suppressions ; path=//cldr/segments/segmentations/.* ; package=segments
/external/webrtc/webrtc/build/sanitizers/
DREADME1 This directory contains suppressions for sanitizer tools.
/external/v8/tools/memory/tsan_v2/
Dignores.txt5 # Data races should typically go to suppressions.txt.
/external/syzkaller/pkg/mgrconfig/testdata/
Dqemu.cfg10 "suppressions": ["some known bug"],
/external/strace/tests-m32/
Dredirect-fds.test34 *valgrind\ *--suppressions=*)
/external/strace/tests-mx32/
Dredirect-fds.test34 *valgrind\ *--suppressions=*)
/external/strace/tests/
Dredirect-fds.test34 *valgrind\ *--suppressions=*)
/external/pdfium/tools/lsan/
Dlsan_suppressions.txt8 # LSAN_OPTIONS='suppressions=/path/to/lsan_suppressions.txt' must be in the
/external/skia/tools/
Dvalgrind.supp1 # 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/
Dvalgrind.supp1 # 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/
Dubsan_flags.inc24 UBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")

123