OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALGRIND
(Results
1 - 8
of
8
) sorted by null
/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/ltrace/testsuite/lib/
ltrace.exp
32
if {[info exists
VALGRIND
] && ![string equal $
VALGRIND
{}]} {
33
verbose "Running under
valgrind
command: `$
VALGRIND
'"
34
set LTRACE "$
VALGRIND
$LTRACE"
559
# zero exit status (i.e. ltrace fails,
valgrind
finds errors,
/system/extras/ksmutils/
lookup3.c
313
* does it on word boundaries, so is OK with this. But
VALGRIND
will
317
#ifndef
VALGRIND
336
#else /* make
valgrind
happy */
356
#endif /* !
valgrind
*/
498
* does it on word boundaries, so is OK with this. But
VALGRIND
will
502
#ifndef
VALGRIND
521
#else /* make
valgrind
happy */
541
#endif /* !
valgrind
*/
675
* does it on word boundaries, so is OK with this. But
VALGRIND
will
679
#ifndef
VALGRIND
[
all
...]
/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
...]
/external/libopus/tests/
test_opus_api.c
42
run inside
valgrind
. Malloc failure testing requires glibc. */
57
#ifdef
VALGRIND
58
#include <
valgrind
/memcheck.h>
689
#ifdef
VALGRIND
[
all
...]
/external/bison/
configure
662
VALGRIND
[
all
...]
/external/pcre/dist/
configure
[
all
...]
Completed in 327 milliseconds