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

  /external/dtc/tests/
dtc-fatal.sh 5 verbose_run $VALGRIND "$DTC" -o/dev/null "$@"
dtc-fails.sh 13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
fdtput-runtest.sh 26 verbose_run_check $VALGRIND "$DTPUT" "$dtb" "$node" "$property" $value $flags
29 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$dtb" "$node" "$property" $flags
fdtget-runtest.sh 14 verbose_run_log_check "$LOG" $VALGRIND $DTGET "$@"
dtc-checkfails.sh 27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@"
fdtdump-runtest.sh 19 verbose_run_log_check "$LOG" $VALGRIND $DTC -O dtb $dts -o $dtb
run_tests.sh 12 export VALGRIND=
24 if VALGRIND="$VALGRIND" "$@"; then
59 if [ -n "$VALGRIND" -a -f $1.supp ]; then
62 base_run_test $VALGRIND $VGSUPP "./$@"
130 base_run_test wrap_test $VALGRIND $DTC "$@"
781 VALGRIND="valgrind --tool=memcheck -q --error-exitcode=$VGCODE"
827 if [ -n "$VALGRIND" ]; then
828 echo "* valgrind errors: $tot_vg
    [all...]
  /external/swiftshader/third_party/LLVM/test/
Makefile 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
162 @echo 'set valgrind "$(VALGRIND)"' >> site.tmp
  /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/minijail/
common.mk 77 # - VALGRIND=[0|1] runs tests under valgrind (default: 0)
99 VALGRIND ?= 0
691 $(info - VALGRIND=$(VALGRIND))
804 ifeq ($(VALGRIND),1)
805 VALGRIND_CMD = /usr/bin/valgrind --tool=memcheck $(VALGRIND_ARGS) --
882 .PHONY: clean NONE valgrind NONE
    [all...]
  /external/modp_b64/
common.mk 77 # - VALGRIND=[0|1] runs tests under valgrind (default: 0)
99 VALGRIND ?= 0
691 $(info - VALGRIND=$(VALGRIND))
804 ifeq ($(VALGRIND),1)
805 VALGRIND_CMD = /usr/bin/valgrind --tool=memcheck $(VALGRIND_ARGS) --
882 .PHONY: clean NONE valgrind NONE
    [all...]
  /external/strace/
configure 641 VALGRIND
    [all...]
Makefile 498 am__extra_recursive_targets = check-valgrind-recursive
633 VALGRIND = 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/strace/tests/
Makefile     [all...]
  /external/strace/tests-m32/
Makefile     [all...]
  /external/strace/tests-mx32/
Makefile     [all...]
  /external/bison/
configure 662 VALGRIND
    [all...]
  /external/pcre/dist2/
configure     [all...]

Completed in 245 milliseconds