Searched refs:use_valgrind (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/test/ |
D | rununittests.py | 12 def __init__( self, test_exe_path, use_valgrind=False ): argument 14 self.use_valgrind = use_valgrind 17 if self.use_valgrind: 28 def runAllTests( exe_path, use_valgrind=False ): argument 29 test_proxy = TestProxy( exe_path, use_valgrind=use_valgrind ) 70 exit_code = runAllTests( args[0], use_valgrind=options.valgrind )
|
D | runjsontests.py | 42 use_valgrind=False, with_json_checker=False ): argument 51 valgrind_path = use_valgrind and VALGRIND_CMD or '' 131 … 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/ |
D | configure.ac | 217 [use_valgrind=$enableval], [use_valgrind=no]) 218 if test "$use_valgrind" = yes; then 224 AM_CONDITIONAL(USE_VALGRIND, test "$use_valgrind" = yes) 494 run all tests under valgrind : ${use_valgrind}
|