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

1 2 3

  /external/valgrind/main/none/tests/
cmdline0.stdout.exp 0 valgrind-XXX
vgprintf.stderr.exp 6 at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
cmdline1.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:
76 Valgrind is Copyright (C) 2000-2010, and GNU GPL'd, by Julian Seward et al.
79 Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
  /external/pcre/
RunGrepTest 13 valgrind=
16 valgrind) valgrind="valgrind -q --leak-check=no";;
23 if [ "$valgrind" = "" ] ; then
26 echo "Testing pcregrep using valgrind"
59 (cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>testtry
63 (cd $srcdir; $valgrind $pcregrep '^PATTERN' ./testdata/grepinput) >>testtry
67 (cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput) >>testtry
71 (cd $srcdir; $valgrind $pcregrep -ic PATTERN ./testdata/grepinput) >>testtr
    [all...]
RunTest 5 valgrind=
64 valgrind) valgrind="valgrind -q";;
140 $valgrind ./pcretest -q $testdata/testinput1 testtry
153 $valgrind ./pcretest -q $testdata/testinput2 testtry
194 $valgrind ./pcretest -q $infile testtry
219 $valgrind ./pcretest -q $testdata/testinput4 testtry
230 $valgrind ./pcretest -q $testdata/testinput5 testtry
241 $valgrind ./pcretest -q $testdata/testinput6 testtr
    [all...]
  /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/mesa3d/src/glsl/glcpp/tests/
glcpp-test 3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT
27 echo "====== Testing for valgrind cleanliness ======"
29 echo -n "Testing $test with valgrind..."
30 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1
33 cat $test.valgrind-errors
37 rm $test.valgrind-errors
43 echo "$clean/$total tests are valgrind-clean"
  /external/valgrind/main/
valgrind.spec 1 Summary: Valgrind Memory Debugger
2 Name: valgrind
7 URL: http://www.valgrind.org/
10 Source: valgrind-3.6.1.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.6.1
35 mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed
    [all...]
Android.mk 32 -DVG_LIBDIR=\"/system/lib/valgrind\" \
36 external/valgrind/main \
37 external/valgrind/main/include \
38 external/valgrind/main/VEX/pub \
39 external/valgrind/main/coregrind
259 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
282 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
312 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
337 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
366 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
    [all...]
  /external/llvm/test/
site.exp.in 24 set valgrind "@VALGRIND@"
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
site.exp 24 set valgrind ""
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
site.exp 24 set valgrind ""
  /external/valgrind/main/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/bison/tests/
Makefile.am 88 .PHONY: maintainer-check-valgrind
89 maintainer-check-valgrind: $(TESTSUITE)
90 test -z '$(VALGRIND)' || \
91 $(TESTSUITE) PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q'
94 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
  /external/valgrind/tsan/
Android.mk 35 external/valgrind/main \
36 external/valgrind/main/include \
37 external/valgrind/main/VEX/pub \
38 external/valgrind/dynamic_annotations
60 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
94 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/valgrind
  /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)
146 def _RunHostCommand(self, 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
158 valgrind: If True the command will be run under valgrind.
164 return run_command.RunHostCommand(full_path, valgrind=valgrind
    [all...]
  /external/e2fsprogs/tests/
test_script.in 10 --valgrind)
11 export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls"
14 --valgrind-leakcheck)
15 export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
  /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/valgrind/unittest/
Android.mk 34 external/valgrind/main/include \
35 external/valgrind/dynamic_annotations \
  /external/valgrind/main/tests/
vg_regtest 3 ##--- Valgrind regression testing script vg_regtest ---##
6 # This file is part of Valgrind, a dynamic binary instrumentation
10 # njn@valgrind.org
34 # --valgrind: valgrind launcher to use. Default is ./coregrind/valgrind.
36 # --valgrind-lib.)
37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
39 # --valgrind.
    [all...]
vg_regtest.in 3 ##--- Valgrind regression testing script vg_regtest ---##
6 # This file is part of Valgrind, a dynamic binary instrumentation
10 # njn@valgrind.org
34 # --valgrind: valgrind launcher to use. Default is ./coregrind/valgrind.
36 # --valgrind-lib.)
37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
39 # --valgrind.
    [all...]
  /external/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/astl/src/
Android.mk 42 # On linux we build a host version of the lib to run under valgrind.

Completed in 1090 milliseconds

1 2 3