/external/pcre/dist2/ |
D | RunGrepTest | 41 valgrind= 44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";; 52 if [ "$valgrind" = "" ] ; then 104 $valgrind $pcre2grep $1 >>testtrygrep 2>&1 116 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep 120 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep 124 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep 128 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep 132 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te… 136 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>t… [all …]
|
D | RunTest | 170 $valgrind $vjs ./pcre2test $1 >>testtry 181 $valgrind ./pcre2test -C ebcdic >/dev/null 206 valgrind= 276 valgrind|-valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all-non-file";; 277 …valgrind-log|-valgrind-log) valgrind="valgrind --tool=memcheck --num-callers=30 --leak-check=no --… 405 if [ "$valgrind" != "" ] ; then 491 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput1 testtry 501 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry 503 …$sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -70,-62,-2,-1,0,100,101,191,200 >>te… 527 $sim $valgrind ./pcre2test -q $bmode | \ [all …]
|
/external/libyuv/files/ |
D | .gitignore | 62 /tools/valgrind 63 /tools/valgrind-libyuv/libyuv_tests.bat 64 /tools/valgrind-libyuv/libyuv_tests.py 65 /tools/valgrind-libyuv/libyuv_tests.sh 66 /tools/valgrind-libyuv/memcheck/OWNERS 67 /tools/valgrind-libyuv/memcheck/PRESUBMIT.py 68 /tools/valgrind-libyuv/memcheck/suppressions.txt 69 /tools/valgrind-libyuv/memcheck/suppressions_mac.txt 70 /tools/valgrind-libyuv/memcheck/suppressions_win32.txt 71 /tools/valgrind-libyuv/tsan/OWNERS [all …]
|
/external/strace/m4/ |
D | ax_valgrind_check.m4 | 19 # the value of the --enable-valgrind option, which defaults to being 21 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the 30 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht… 45 # This results in a "check-valgrind" rule being added to any Makefile.am 47 # configured with --enable-valgrind). Running `make check-valgrind` in 51 # commandline with --enable-valgrind-sgcheck. The results for each check 55 # Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in 85 dnl Check for --enable-valgrind 86 AC_ARG_ENABLE([valgrind], 87 … [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests])], [all …]
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | runall-memorydebugger.sh | 97 valgrind=$VALGRIND 100 ppro) valgrind= ;; 102 i386|i486|i586|i686) valgrind= ;; 113 $valgrind ./python -m test -uall test_decimal 151 valgrind=$VALGRIND 154 ppro) valgrind= ;; 156 i386|i486|i586|i686) valgrind= ;; 168 $valgrind ./python Modules/_decimal/tests/deccheck.py
|
/external/nanopb-c/tests/regression/issue_259/ |
D | SConscript | 14 # Run test under valgrind if available 15 valgrind = env.WhereIs('valgrind') 17 if valgrind: 18 kwargs['COMMAND'] = valgrind
|
/external/grpc-grpc/third_party/nanopb/tests/io_errors_pointers/ |
D | SConscript | 17 # Run tests under valgrind if available 18 valgrind = env.WhereIs('valgrind') 20 if valgrind: 21 kwargs['COMMAND'] = valgrind
|
/external/nanopb-c/tests/io_errors_pointers/ |
D | SConscript | 17 # Run tests under valgrind if available 18 valgrind = env.WhereIs('valgrind') 20 if valgrind: 21 kwargs['COMMAND'] = valgrind
|
/external/harfbuzz_ng/test/fuzzing/ |
D | run-subset-fuzzer-tests.py | 77 valgrind = None variable 79 valgrind = which ('valgrind') variable 80 if valgrind is None: 95 if valgrind: 96 …text, returncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --s… 102 if (not valgrind or returncode) and text.strip ():
|
D | run-shape-fuzzer-tests.py | 77 valgrind = None variable 79 valgrind = which ('valgrind') variable 80 if valgrind is None: 91 if valgrind: 92 …text, returncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --e… 98 if (not valgrind or returncode) and text.strip ():
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/ |
D | SConscript | 25 # Decode (under valgrind if available) 26 valgrind = env.WhereIs('valgrind') 28 if valgrind: 29 kwargs['COMMAND'] = valgrind
|
/external/nanopb-c/tests/alltypes_pointer/ |
D | SConscript | 25 # Decode (under valgrind if available) 26 valgrind = env.WhereIs('valgrind') 28 if valgrind: 29 kwargs['COMMAND'] = valgrind
|
/external/virglrenderer/tests/ |
D | Makefile.am | 41 --suppressions=$(srcdir)/valgrind.suppressions 43 valgrind: target 46 check: valgrind 48 EXTRA_DIST = valgrind.suppressions
|
/external/grpc-grpc/templates/tools/run_tests/generated/ |
D | configs.json.template | 9 if args.get('valgrind', None) is not None: 10 config_args['tool_prefix'] = ['valgrind'] + args.valgrind.split(' ')
|
/external/python/cpython3/Misc/ |
D | README | 23 README.valgrind Information for Valgrind users, see valgrind-python.supp 27 valgrind-python.supp Valgrind suppression file, see README.valgrind
|
D | valgrind-python.supp | 2 # This is a valgrind suppression file that should be used when using valgrind. 4 # Here's an example of running valgrind: 7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ 16 # See Misc/README.valgrind for more information. 83 Handle PyMalloc confusing valgrind (possibly leaked) 91 Handle PyMalloc confusing valgrind (possibly leaked) 99 Handle PyMalloc confusing valgrind (possibly leaked)
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 2 # This is a valgrind suppression file that should be used when using valgrind. 4 # Here's an example of running valgrind: 7 # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ 16 # See Misc/README.valgrind for more information. 83 Handle PyMalloc confusing valgrind (possibly leaked) 91 Handle PyMalloc confusing valgrind (possibly leaked) 99 Handle PyMalloc confusing valgrind (possibly leaked)
|
D | README | 35 README.valgrind Information for Valgrind users, see valgrind-python.supp 40 valgrind-python.supp Valgrind suppression file, see README.valgrind
|
/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind 77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1 83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind 77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1 83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
/external/llvm/test/Other/ |
D | close-stderr.ll | 5 ; On valgrind, we got 127 here. 6 ; XFAIL: valgrind
|
/external/e2fsprogs/tests/ |
D | test_script.in | 6 --valgrind) 10 --valgrind-leakcheck)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | close-stderr.ll | 5 ; On valgrind, we got 127 here. 6 ; XFAIL: valgrind
|
/external/curl/tests/data/ |
D | test628 | 29 <valgrind> 31 </valgrind>
|
D | test629 | 29 <valgrind> 31 </valgrind>
|