HomeSort by relevance Sort by last modified time
    Searched refs:valgrind (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/swiftshader/third_party/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_line
    [all...]
  /external/valgrind/cachegrind/
cg_diff.in 7 # This file is part of Cachegrind, a Valgrind tool for cache
11 # njn@valgrind.org
57 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)
  /external/libvpx/libvpx/test/
tools_common.sh 299 within valgrind.
  /external/valgrind/auxprogs/
nightly-build-summary 9 # valgrind-developers mailing list is
11 # http://article.gmane.org/gmane.comp.debugging.valgrind.devel/<integer>
39 # "valgrind revision" integer
80 # the results of a valgrind regression run.
87 return 1 if ($line =~ "^valgrind revision:");
108 last if ($lines[$i] =~ /^valgrind revision:/);
112 # 2) Read the info about the build: compiler, valgrind revision etc.
267 my $url_base = "http://article.gmane.org/gmane.comp.debugging.valgrind.devel/";
  /external/valgrind/none/tests/amd64-darwin/
bug341419.c 8 #include <valgrind.h>
  /external/valgrind/none/tests/x86-darwin/
bug341419.c 8 #include <valgrind.h>
  /external/curl/tests/
runtests.pl 111 require "valgrind.pm"; # valgrind report parser
199 my $valgrind = checktestcmd("valgrind");
    [all...]
  /external/regex-re2/
Makefile 67 util/valgrind.h\
92 obj/util/valgrind.o\
  /external/valgrind/callgrind/
callgrind_control.in 8 # tracer built on Valgrind.
32 if (/^use --pid=(\d+) for \S*?valgrind\s+(.*?)\s*$/) {
82 print " --vgdb-prefix=<prefix> Only provide this if the same was given to Valgrind\n";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 1024 # include <valgrind/memcheck.h>
1028 # include <valgrind.h>
1030 /* Compatibility macros to let valgrind 3.1 work. */
    [all...]
  /external/swiftshader/third_party/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 31 #include <valgrind/valgrind.h>
34 the valgrind checks */
41 /* -1 indicates that we haven't checked that we're running on valgrind yet. */
744 * Purify or Valgrind. Uncomment to use.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 6 #include <valgrind/valgrind.h>
9 the valgrind checks */
16 /* -1 indicates that we haven't checked that we're running on valgrind yet. */
701 * Purify or Valgrind. Uncomment to use.
710 * Purify or Valgrind. By making a function, we can easily
    [all...]
  /external/valgrind/massif/
ms_print.in 7 # This file is part of Massif, a Valgrind tool for profiling memory
11 # njn@valgrind.org
81 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 2 valgrind output will go to log
  /external/bison/lib/
gnulib.mk     [all...]
  /external/jemalloc/test/unit/
mallctl.c 147 TEST_MALLCTL_CONFIG(valgrind, bool);
  /external/pcre/dist2/src/
pcre2_internal.h 70 /* Valgrind (memcheck) support */
73 #include <valgrind/memcheck.h>
    [all...]
  /external/strace/tests/
Makefile     [all...]
  /external/strace/tests-m32/
Makefile     [all...]
  /external/strace/tests-mx32/
Makefile     [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 570 #include <valgrind/memcheck.h>
  /external/minijail/
common.mk 77 # - VALGRIND=[0|1] runs tests under valgrind (default: 0)
99 VALGRIND ?= 0
691 $(info - VALGRIND=$(VALGRIND))
804 ifeq ($(VALGRIND),1)
805 VALGRIND_CMD = /usr/bin/valgrind --tool=memcheck $(VALGRIND_ARGS) --
882 .PHONY: clean NONE valgrind NONE
    [all...]
  /external/modp_b64/
common.mk 77 # - VALGRIND=[0|1] runs tests under valgrind (default: 0)
99 VALGRIND ?= 0
691 $(info - VALGRIND=$(VALGRIND))
804 ifeq ($(VALGRIND),1)
805 VALGRIND_CMD = /usr/bin/valgrind --tool=memcheck $(VALGRIND_ARGS) --
882 .PHONY: clean NONE valgrind NONE
    [all...]

Completed in 1166 milliseconds

1 2 34 5