Home
last modified time | relevance | path

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