HomeSort by relevance Sort by last modified time
    Searched refs:valgrind (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/valgrind/none/tests/
cmdline0.stdout.exp 0 valgrind-XXX
vgprintf.stderr.exp 6 at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
  /external/pcre/dist2/
RunGrepTest 18 # valgrind settings when requested.
34 valgrind=
37 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
45 if [ "$valgrind" = "" ] ; then
48 echo "Testing $pcre2grep_version using valgrind"
51 vjs="--suppressions=./testdata/valgrind-jit.supp"
97 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
109 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygre
    [all...]
RunTest 27 # Other arguments can be one of the words "-valgrind", "-valgrind-log", or
33 # For backwards compatibility, -nojit, -valgrind, -valgrind-log, and -sim may
166 $valgrind $vjs ./pcre2test $1 >>testtry
177 $valgrind ./pcre2test -C ebcdic >/dev/null
202 valgrind=
268 valgrind|-valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all-non-file";
    [all...]
  /external/bison/build-aux/
Makefile.am 18 darwin11.4.0.valgrind \
  /external/swiftshader/third_party/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/valgrind/gdbserver_tests/
nlsigvgdb.stderr.exp 1 Nulgrind, the minimal Valgrind tool
6 Reset valgrind output to log (orderly_finish)
mcinfcallRU.stderr.exp 4 Reset valgrind output to log (orderly_finish)
  /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"
21 #include <valgrind/valgrind.h>
30 // Valgrind-provided macros.
  /external/valgrind/
valgrind.spec 1 Summary: Valgrind Memory Debugger
2 Name: valgrind
7 URL: http://www.valgrind.org/
10 Source: valgrind-3.13.0.tar.bz2
16 Valgrind is an award-winning instrumentation framework for building dynamic
17 analysis tools. There are Valgrind tools that can automatically detect many
19 can also use Valgrind to build new tools. Valgrind runs on the following
24 %setup -n valgrind-3.13.0
35 mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed
    [all...]
  /external/swiftshader/third_party/LLVM/test/
site.exp.in 24 set valgrind "@VALGRIND@"
  /external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
site.exp 24 set valgrind ""
  /external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
site.exp 24 set 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/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.sh 14 # - The locate_valgrind.sh of Chromium's Valgrind scripts dir is used to locate
15 # the Valgrind framework install. If it fails a fallback path is used instead
16 # (../../chromium/src/third_party/valgrind/linux_x64) and a warning message
19 # - Chromium's Valgrind scripts directory is added to the PYTHONPATH to make it
26 # tools_libyuv/valgrind/libyuv_tests.sh --tool memcheck
28 # tools_libyuv/valgrind/libyuv_tests.sh --tool=memcheck
51 # For libyuv, we'll use the locate_valgrind.sh script in Chromium's Valgrind
52 # scripts dir to locate the Valgrind framework install
53 CHROME_VALGRIND_SCRIPTS=$THISDIR/../../tools/valgrind
60 CHROME_VALGRIND=../../src/third_party/valgrind/linux_x6
    [all...]
  /external/selinux/mcstrans/utils/
callgrind-mcstransd 4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind --tool=callgrind /usr/src/redhat/BUILD/*/src/mcstransd
valgrind-mcstransd 3 #valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
  /external/valgrind/drd/tests/
annotate_publish_hg.stderr.exp 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
annotate_barrier.stderr.exp 2 The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h>
8 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
14 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
19 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
34 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
40 The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
  /external/jemalloc/src/
valgrind.c 3 # error "This source file is for Valgrind integration."
6 #include <valgrind/memcheck.h>
  /external/valgrind/memcheck/tests/
inltemplate.cpp 2 #include <valgrind.h>
recursive-merge.stderr.exp 2 a at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
8 aa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
14 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
20 aaaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
26 abab at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
35 abca at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
44 abcda at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
55 a at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
61 aa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
67 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...
    [all...]
  /art/build/
Android.gtest.mk 314 $(TARGET_OUT_EXECUTABLES)/valgrind \
315 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/memcheck-$(TARGET_ARCH)-linux \
316 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/vgpreload_core-$(TARGET_ARCH)-linux.so \
317 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/vgpreload_memcheck-$(TARGET_ARCH)-linux.so \
318 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/default.supp
322 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/memcheck-$(TARGET_2ND_ARCH)-linux \
323 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/vgpreload_core-$(TARGET_2ND_ARCH)-linux.so \
324 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/vgpreload_memcheck-$(TARGET_2ND_ARCH)-linux.so
328 LOCAL_MODULE := valgrind-target-suppressions.txt
331 LOCAL_SRC_FILES := test/valgrind-target-suppressions.tx
    [all...]
Android.oat.mk 42 # $(3): wrapper, e.g., valgrind.
43 # $(4): dex2oat suffix, e.g, valgrind requires 32 right now.
147 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32,false))
148 $(eval $(call create-core-oat-host-rule-combination,interpreter,valgrind,32,false))
149 $(eval $(call create-core-oat-host-rule-combination,interp-ac,valgrind,32,false))
151 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
246 $(eval $(call create-core-oat-target-rule-combination,optimizing,valgrind,32))
247 $(eval $(call create-core-oat-target-rule-combination,interpreter,valgrind,32))
248 $(eval $(call create-core-oat-target-rule-combination,interp-ac,valgrind,32))
250 valgrind-test-art-host-dex2oat-target: $(valgrindTARGET_CORE_IMG_OUTS
    [all...]

Completed in 1154 milliseconds

1 2 3 4 5