Searched refs:use_valgrind (Results 1 – 4 of 4) 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 | 70 unsigned timeout, unsigned memlimit, bool use_valgrind, in BugDriver() argument 75 MemoryLimit(memlimit), UseValgrind(use_valgrind) {} in BugDriver()
|
D | BugDriver.h | 66 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)
|