Home
last modified time | relevance | path

Searched refs:use_valgrind (Results 1 – 6 of 6) sorted by relevance

/external/jsoncpp/test/
Drunjsontests.py41 use_valgrind=False, with_json_checker=False ): argument
50 valgrind_path = use_valgrind and VALGRIND_CMD or ''
130use_valgrind=options.valgrind, with_json_checker=options.with_json_checker )
/external/llvm/tools/bugpoint/
DBugDriver.cpp71 unsigned timeout, unsigned memlimit, bool use_valgrind, in BugDriver() argument
76 MemoryLimit(memlimit), UseValgrind(use_valgrind) {} in BugDriver()
DBugDriver.h67 unsigned timeout, unsigned memlimit, bool use_valgrind,
/external/ltrace/
Dconfigure.ac382 [use_valgrind=$enableval], [use_valgrind=no])
383 if test x$use_valgrind = xyes; then
389 AM_CONDITIONAL(USE_VALGRIND, test "$use_valgrind" = yes)
/external/elfutils/src/
Dconfigure.ac174 [use_valgrind=$enableval], [use_valgrind=no])
175 if test "$use_valgrind" = yes; then
181 AM_CONDITIONAL(USE_VALGRIND, test "$use_valgrind" = yes)
Dconfigure5183 enableval=$enable_valgrind; use_valgrind=$enableval
5185 use_valgrind=no
5188 if test "$use_valgrind" = yes; then
5231 if test "$use_valgrind" = yes; then