Searched refs:use_valgrind (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/test/ |
D | runjsontests.py | 41 use_valgrind=False, with_json_checker=False ): argument 50 valgrind_path = use_valgrind and VALGRIND_CMD or '' 130 … use_valgrind=options.valgrind, with_json_checker=options.with_json_checker )
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.cpp | 71 unsigned timeout, unsigned memlimit, bool use_valgrind, in BugDriver() argument 76 MemoryLimit(memlimit), UseValgrind(use_valgrind) {} in BugDriver()
|
D | BugDriver.h | 67 unsigned timeout, unsigned memlimit, bool use_valgrind,
|
/external/ltrace/ |
D | configure.ac | 382 [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/ |
D | configure.ac | 174 [use_valgrind=$enableval], [use_valgrind=no]) 175 if test "$use_valgrind" = yes; then 181 AM_CONDITIONAL(USE_VALGRIND, test "$use_valgrind" = yes)
|
D | configure | 5183 enableval=$enable_valgrind; use_valgrind=$enableval 5185 use_valgrind=no 5188 if test "$use_valgrind" = yes; then 5231 if test "$use_valgrind" = yes; then
|