HomeSort by relevance Sort by last modified time
    Searched refs:VALGRIND (Results 1 - 4 of 4) sorted by null

  /dalvik/tests/etc/
host-run-test-jar 12 # --valgrind -- use valgrind
27 VALGRIND="n"
54 elif [ "x$1" = "x--valgrind" ]; then
55 VALGRIND="y"
105 if [ "$VALGRIND" = "y" ]; then
106 msg "Running with valgrind"
107 valgrind_cmd="valgrind"
108 #valgrind_cmd="valgrind --leak-check=full"
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 30 $valgrind = 0; # invoke make with valgrind
56 if ($option =~ /^-valgrind$/i) {
57 $valgrind = 1;
149 if ($valgrind) {
150 print VALGRIND "\n\nExecuting: $command\n";
328 # Set up for valgrind, if requested.
330 if ($valgrind) {
331 open(VALGRIND, "> valgrind.out"
    [all...]
  /external/llvm/test/
Makefile 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /external/bison/
configure 662 VALGRIND
    [all...]

Completed in 322 milliseconds