/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
glcpp-test | 3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT 14 --valgrind Run the test suite a second time under valgrind 23 elif [ "${option}" = '--valgrind' ] ; then 56 echo "====== Testing for valgrind cleanliness ======" 58 echo -n "Testing $test with valgrind..." 59 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1 62 cat $test.valgrind-errors 66 rm $test.valgrind-error [all...] |
/external/mesa3d/src/glsl/glcpp/tests/ |
glcpp-test | 3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT 14 --valgrind Run the test suite a second time under valgrind 23 elif [ "${option}" = '--valgrind' ] ; then 56 echo "====== Testing for valgrind cleanliness ======" 58 echo -n "Testing $test with valgrind..." 59 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1 62 cat $test.valgrind-errors 66 rm $test.valgrind-error [all...] |
/external/bison/build-aux/ |
Makefile.am | 18 darwin11.4.0.valgrind \
|
/external/e2fsprogs/tests/ |
test_script.in | 6 --valgrind) 7 export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls" 10 --valgrind-leakcheck) 11 export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
|
test_one.in | 8 --valgrind) 9 export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls" 12 --valgrind-leakcheck) 13 export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
|
/external/chromium_org/courgette/ |
run_mem_test | 42 valgrind --tool=massif --massif-out-file="${apply_mem}" courgette -apply \ 48 valgrind --tool=massif --massif-out-file="${unbz2_mem}" bunzip2 -c \ 54 valgrind --tool=massif --massif-out-file="${unxz_mem}" unxz -c \ 60 valgrind --tool=massif --massif-out-file="${bsdiff_mem}" bspatch \
|
/external/chromium_org/tools/valgrind/ |
locate_valgrind.sh | 7 # Prints a path to Valgrind binaries to be used for Chromium. 8 # Select the valgrind from third_party/valgrind by default, 14 # User may use his own valgrind by giving its path with CHROME_VALGRIND env. 41 echo "We'll try to search for valgrind binaries installed in /usr/local" >&2 47 # The binaries should be in third_party/valgrind 48 # (checked out from deps/third_party/valgrind/binaries). 49 CHROME_VALGRIND="$THISDIR/../../third_party/valgrind/$PLATFORM" 60 if ! test -x $CHROME_VALGRIND/bin/valgrind 62 # We couldn't find the binaries in third_party/valgrind [all...] |
fixed_suppressions.sh | 6 bugs=$(egrep -o 'bug_[0-9]+' tools/valgrind/memcheck/suppressions.txt |\
|
chrome_tests.bat | 41 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
57 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
|
/external/llvm/lib/Support/ |
Valgrind.cpp | 1 //===-- Valgrind.cpp - Implement Valgrind communication ---------*- C++ -*-===// 10 // Defines Valgrind communication methods, if HAVE_VALGRIND_VALGRIND_H is 11 // defined. If we have valgrind.h but valgrind isn't running, its macros are 16 #include "llvm/Support/Valgrind.h" 20 #include <valgrind/valgrind.h> 29 // Valgrind-provided macros.
|
/external/jemalloc/src/ |
valgrind.c | 3 # error "This source file is for Valgrind integration." 6 #include <valgrind/memcheck.h>
|
/external/deqp/framework/delibs/debase/ |
deMemory.c | 33 # include <valgrind/valgrind.h> 35 # include <valgrind/memcheck.h> 55 /* Trash memory in debug builds (if under Valgrind, don't make it think we're initializing data here). */
|
/development/testrunner/test_defs/ |
native_test.py | 75 if run_command.RunHostCommand(f, valgrind=True) == 0: 76 logger.Log("%s... ok\t\t[valgrind: ok]" % f) 78 logger.Log("%s... ok\t\t[valgrind: failed]" % f) 80 logger.Log("%s... ok\t\t[valgrind: missing]" % f) 167 def _RunHostCommand(self, binary, valgrind=False): 168 """Run a command on the host (opt using valgrind). 173 The command can be run under valgrind in which case all the 179 valgrind: If True the command will be run under valgrind. 185 return run_command.RunHostCommand(full_path, valgrind=valgrind [all...] |
/external/jemalloc/include/jemalloc/internal/ |
valgrind.h | 5 #include <valgrind/valgrind.h> 8 * The size that is reported to Valgrind must be consistent through a chain of 31 * Valgrind reports errors, there are no extra stack frames in the backtraces.
|
/external/bison/tests/ |
Makefile.am | 88 .PHONY: maintainer-check-valgrind 89 maintainer-check-valgrind: atconfig atlocal $(TESTSUITE) 90 test -z '$(VALGRIND)' || \ 92 PREBISON='$(VALGRIND_PREBISON)' PREPARSER='$(VALGRIND) -q' \ 96 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
|
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/ |
libyuv_tests.sh | 14 # - The locate_valgrind.sh of Chromium's Valgrind scripts dir is used to locate 15 # the Valgrind framework install. 17 # - Chromium's Valgrind scripts directory is added to the PYTHONPATH to make it 23 # We need to set CHROME_VALGRIND iff using Memcheck or TSan-Valgrind: 24 # tools/valgrind-libyuv/libyuv_tests.sh --tool memcheck 26 # tools/valgrind-libyuv/libyuv_tests.sh --tool=memcheck 62 # For Libyuv, we'll use the locate_valgrind.sh script in Chromium's Valgrind 63 # scripts dir to locate the Valgrind framework install 64 CHROME_VALGRIND_SCRIPTS=$THISDIR/../valgrind 74 echo "Using valgrind binaries from ${CHROME_VALGRIND} [all...] |
libyuv_tests.bat | 12 :: - Chromium's Valgrind scripts directory is added to the PYTHONPATH to make
50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
66 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
77 set PYTHONPATH=%THISDIR%..\python\google;%THISDIR%..\valgrind
|
/external/chromium_org/third_party/opus/src/celt/ |
stack_alloc.h | 126 #include <valgrind/memcheck.h> 159 #include <valgrind/memcheck.h>
|
/external/libopus/celt/ |
stack_alloc.h | 126 #include <valgrind/memcheck.h> 159 #include <valgrind/memcheck.h>
|
/art/runtime/gc/space/ |
valgrind_malloc_space.h | 22 #include <valgrind.h> 28 // A specialization of DlMallocSpace/RosAllocSpace that places valgrind red zones around
|
/external/chromium_org/third_party/speex/libspeex/ |
stack_alloc.h | 89 #include <valgrind/memcheck.h>
|
/development/testrunner/ |
run_command.py | 150 def RunHostCommand(binary, valgrind=False): 151 """Run a command on the host (opt using valgrind). 156 The command can be run under valgrind in which case all the 161 valgrind: If True the command will be run under valgrind. 166 if not valgrind: 174 # Need the full path to valgrind to avoid other versions on the system. 175 subproc = subprocess.Popen(["/usr/bin/valgrind", "--tool=memcheck", 178 # Cannot rely on the retcode of valgrind. Instead look for an empty output. 188 """Check that /usr/bin/valgrind exists [all...] |
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 146 def RunHostCommand(binary, valgrind=False): 147 """Run a command on the host (opt using valgrind). 152 The command can be run under valgrind in which case all the 157 valgrind: If True the command will be run under valgrind. 162 if not valgrind: 170 # Need the full path to valgrind to avoid other versions on the system. 171 subproc = subprocess.Popen(["/usr/bin/valgrind", "--tool=memcheck", 174 # Cannot rely on the retcode of valgrind. Instead look for an empty output. 184 """Check that /usr/bin/valgrind exists [all...] |
/art/build/ |
Android.gtest.mk | 290 .PHONY: valgrind-$$(gtest_rule) 291 valgrind-$$(gtest_rule): $$(gtest_exe) $$(ART_GTEST_$(1)_HOST_DEPS) $(foreach file,$(ART_GTEST_$(1)_DEX_DEPS),$(ART_TEST_HOST_GTEST_$(file)_DEX)) $$(gtest_deps) 293 valgrind --leak-check=full --error-exitcode=1 $$< && $$(call ART_TEST_PASSED,$$@) \ 296 ART_TEST_HOST_VALGRIND_GTEST$$($(2)ART_PHONY_TEST_HOST_SUFFIX)_RULES += valgrind-$$(gtest_rule) 297 ART_TEST_HOST_VALGRIND_GTEST_RULES += valgrind-$$(gtest_rule) 298 ART_TEST_HOST_VALGRIND_GTEST_$(1)_RULES += valgrind-$$(gtest_rule) 393 .PHONY: valgrind-test-art-host-gtest-$$(art_gtest_name) 394 valgrind-test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_VALGRIND_GTEST_$$(art_gtest_name)_RULES) 425 # Define all the combinations of host/target, valgrind and suffix such as: 426 # test-art-host-gtest or valgrind-test-art-host-gtest6 [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
dynamic_annotations.c | 45 /* valgrind.h uses gcc extensions so it won't build with other compilers */ 47 # include <valgrind.h> 49 # include "third_party/valgrind.h"
|