HomeSort by relevance Sort by last modified time
    Searched refs:VALGRIND (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 30 $valgrind = 0; # invoke make with valgrind
56 if ($option =~ /^-valgrind$/i) {
57 $valgrind = 1;
149 if ($valgrind) {
150 print VALGRIND "\n\nExecuting: $command\n";
328 # Set up for valgrind, if requested.
330 if ($valgrind) {
331 open(VALGRIND, "> valgrind.out"
    [all...]
  /external/ltrace/testsuite/lib/
ltrace.exp 32 if {[info exists VALGRIND] && ![string equal $VALGRIND {}]} {
33 verbose "Running under valgrind command: `$VALGRIND'"
34 set LTRACE "$VALGRIND $LTRACE"
559 # zero exit status (i.e. ltrace fails, valgrind finds errors,
  /system/extras/ksmutils/
lookup3.c 313 * does it on word boundaries, so is OK with this. But VALGRIND will
317 #ifndef VALGRIND
336 #else /* make valgrind happy */
356 #endif /* !valgrind */
498 * does it on word boundaries, so is OK with this. But VALGRIND will
502 #ifndef VALGRIND
521 #else /* make valgrind happy */
541 #endif /* !valgrind */
675 * does it on word boundaries, so is OK with this. But VALGRIND will
679 #ifndef VALGRIND
    [all...]
  /external/libopus/tests/
test_opus_api.c 42 run inside valgrind. Malloc failure testing requires glibc. */
57 #ifdef VALGRIND
58 #include <valgrind/memcheck.h>
689 #ifdef VALGRIND
    [all...]
  /external/bison/
configure 662 VALGRIND
    [all...]
  /external/pcre/dist/
configure     [all...]

Completed in 694 milliseconds