OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALGRIND
(Results
1 - 6
of
6
) sorted by null
/dalvik/tests/etc/
host-run-test-jar
12
# --
valgrind
-- use
valgrind
27
VALGRIND
="n"
54
elif [ "x$1" = "x--
valgrind
" ]; then
55
VALGRIND
="y"
105
if [ "$
VALGRIND
" = "y" ]; then
106
msg "Running with
valgrind
"
107
valgrind_cmd="
valgrind
"
108
#valgrind_cmd="
valgrind
--leak-check=full"
/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/llvm/test/
Makefile
41
VALGRIND
:=
valgrind
--tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
/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/chromium_org/third_party/opus/src/tests/
test_opus_api.c
42
run inside
valgrind
. Malloc failure testing requires glibc. */
57
#ifdef
VALGRIND
58
#include <
valgrind
/memcheck.h>
669
#ifdef
VALGRIND
[
all
...]
/external/bison/
configure
662
VALGRIND
[
all
...]
Completed in 136 milliseconds