HomeSort by relevance Sort by last modified time
    Searched refs:valgrind (Results 26 - 50 of 52) sorted by null

12 3

  /external/valgrind/tsan/
Makefile 7 VALGRIND_ROOT=../third_party/valgrind
103 VALGRIND_ROOT= # no valgrind on windows :(
167 ./mk-self-contained-valgrind.sh $(VALGRIND_INST_ROOT) tsan$(D) $(OUTDIR)/tsan-$(ARCHOS)$(D)-self-contained.sh
170 ./mk-self-contained-valgrind.sh $(VALGRIND_INST_ROOT) tsan$(D) $(OUTDIR)/tsan-$(ARCHOS)$(D)-self-contained.sh
189 @echo VALGRIND_ROOT is not set. Not building the Valgrind-based variant.
265 ln -sf `pwd`/$@ $(VALGRIND_INST_ROOT)/lib/valgrind/ # install the symlink into the valgrind inst dir.
269 ln -sf `pwd`/$@ $(VALGRIND_INST_ROOT)/lib/valgrind/ # install the symlink into the valgrind inst dir.
296 rm -rfv $(OUTDIR) ts_event_names.h core* pintool.log* pin.log $(VALGRIND_INST_ROOT)/lib/valgrind/*tsan
    [all...]
  /external/astl/tests/
Android.mk 53 # Compile using the host only on linux for valgrind support.
  /external/v8/test/mjsunit/
string-replace-with-empty.js 67 // a memory leak. This makes valgrind happy.
  /external/bison/tests/
Makefile 151 VALGRIND =
414 .PHONY: maintainer-check-valgrind
415 maintainer-check-valgrind: $(TESTSUITE)
416 test -z '$(VALGRIND)' || \
417 $(TESTSUITE) PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q'
420 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
  /external/gtest/test/
Android.mk 18 # The linux build and tests are run under valgrind by 'runtest'.
  /external/llvm/test/lib/
llvm.exp 52 global llvmdsymutil valgrind grep gas bugpoint_topts
99 # regsub -all {bugpoint } $new_line "$valgrind bugpoint " new_line
100 regsub -all {llc } $new_line "$valgrind llc " new_line
101 regsub -all {lli } $new_line "$valgrind lli " new_line
102 regsub -all {llvm-ar } $new_line "$valgrind llvm-ar " new_line
103 regsub -all {llvm-as } $new_line "$valgrind llvm-as " new_line
104 regsub -all {llvm-bcanalyzer } $new_line "$valgrind llvm-bcanalyzer " new_line
105 regsub -all {llvm-dis } $new_line "$valgrind llvm-dis " new_line
106 regsub -all {llvm-extract } $new_line "$valgrind llvm-extract " new_line
107 regsub -all {llvm-ld } $new_line "$valgrind llvm-ld " new_lin
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 7 # This file is part of Cachegrind, a Valgrind tool for cache
11 # njn@valgrind.org
56 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
cg_annotate.in 7 # This file is part of Cachegrind, a Valgrind tool for cache
11 # njn@valgrind.org
163 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
682 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
688 @@ cause: bug in the Valgrind's debug info reader that screws up with .h
795 # likely due to bugs in Valgrind's stabs debug info reader)
  /cts/tools/dx-tests/etc/
starttests 245 $valgrind $exe -Xint:$interpreter -Xmx512M -Xss32K -Xbootclasspath:$bpath -DacceptCNF=true -classpath $BASEDIR/dxcore.jar:$BASEDIR/dxclasses.jar $debug_opts $mainclass "$@" >> $BASEDIR/dalvikout 2>&1
  /cts/tools/vm-tests/etc/
starttests 198 $valgrind $exe -Xint:$interpreter -Xmx512M -Xss32K -Xbootclasspath:$bpath $debug_opts \
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 1 usage: valgrind [options] prog-and-args
4 --tool=<name> use the Valgrind tool named <name> [memcheck]
6 basic user options for all Valgrind tools, with defaults in [ ]:
12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
22 user options for Valgrind tools that report errors:
44 user options for Valgrind tools that replace malloc:
47 uncommon user options for all Valgrind tools:
73 debugging options for all Valgrind tools:
90 --profile-heap=no|yes profile Valgrind's own space use
95 Vex options for all Valgrind tools
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 814 # include <valgrind/memcheck.h>
818 # include <valgrind.h>
820 /* Compatibility macros to let valgrind 3.1 work. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 815 # include <valgrind/memcheck.h>
819 # include <valgrind.h>
821 /* Compatibility macros to let valgrind 3.1 work. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 815 # include <valgrind/memcheck.h>
819 # include <valgrind.h>
821 /* Compatibility macros to let valgrind 3.1 work. */
  /external/llvm/test/
Makefile 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
162 @echo 'set valgrind "$(VALGRIND)"' >> site.tmp
  /external/wpa_supplicant_8/src/utils/
common.h 496 #include <valgrind/memcheck.h>
  /external/valgrind/main/massif/
ms_print.in 7 # This file is part of Massif, a Valgrind tool for profiling memory
11 # njn@valgrind.org
76 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 437 EXTRA_DIST += memchr.c memchr.valgrind
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 319 --valgrind Run DumpRenderTree inside valgrind (Qt/Linux only)
366 'valgrind' => \$useValgrind,
    [all...]
  /external/v8/tools/
test.py 1177 result.add_option("--valgrind", help="Run tests through valgrind",
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/valgrind/main/
configure 3 # Generated by GNU Autoconf 2.65 for Valgrind 3.6.1.
5 # Report bugs to <valgrind-users@lists.sourceforge.net>.
234 $0: valgrind-users@lists.sourceforge.net about your system,
553 PACKAGE_NAME='Valgrind'
554 PACKAGE_TARNAME='valgrind'
556 PACKAGE_STRING='Valgrind 3.6.1'
557 PACKAGE_BUGREPORT='valgrind-users@lists.sourceforge.net'
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 612 milliseconds

12 3