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

  /external/bison/tests/
Makefile.am 88 .PHONY: maintainer-check-valgrind
89 maintainer-check-valgrind: $(TESTSUITE)
90 test -z '$(VALGRIND)' || \
91 $(TESTSUITE) PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q'
94 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
Makefile 151 VALGRIND =
414 .PHONY: maintainer-check-valgrind
415 maintainer-check-valgrind: $(TESTSUITE)
416 test -z '$(VALGRIND)' || \
417 $(TESTSUITE) PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q'
420 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
  /development/testrunner/test_defs/
native_test.py 75 if run_command.RunHostCommand(f, valgrind=True) == 0:
76 logger.Log("%s... ok\t\t[valgrind: ok]" % f)
78 logger.Log("%s... ok\t\t[valgrind: failed]" % f)
80 logger.Log("%s... ok\t\t[valgrind: missing]" % f)
146 def _RunHostCommand(self, binary, valgrind=False):
147 """Run a command on the host (opt using valgrind).
152 The command can be run under valgrind in which case all the
158 valgrind: If True the command will be run under valgrind.
164 return run_command.RunHostCommand(full_path, valgrind=valgrind
    [all...]
  /external/e2fsprogs/tests/
test_script.in 10 --valgrind)
11 export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"
  /external/speex/libspeex/
stack_alloc.h 89 #include <valgrind/memcheck.h>
  /dalvik/
run-core-tests.sh 73 exec $valgrind $exe \
  /development/testrunner/
run_command.py 150 def RunHostCommand(binary, valgrind=False):
151 """Run a command on the host (opt using valgrind).
156 The command can be run under valgrind in which case all the
161 valgrind: If True the command will be run under valgrind.
166 if not valgrind:
174 # Need the full path to valgrind to avoid other versions on the system.
175 subproc = subprocess.Popen(["/usr/bin/valgrind", "--tool=memcheck",
178 # Cannot rely on the retcode of valgrind. Instead look for an empty output.
188 """Check that /usr/bin/valgrind exists
    [all...]
  /external/astl/src/
Android.mk 42 # On linux we build a host version of the lib to run under valgrind.
  /external/astl/tests/
Android.mk 53 # Compile using the host only on linux for valgrind support.
  /external/gtest/test/
Android.mk 18 # The linux build and tests are run under valgrind by 'runtest'.
  /cts/tools/dx-tests/etc/
starttests 245 $valgrind $exe -Xint:$interpreter -Xmx512M -Xss32K -Xbootclasspath:$bpath -DacceptCNF=true -classpath $BASEDIR/dxcore.jar:$BASEDIR/dxclasses.jar $debug_opts $mainclass "$@" >> $BASEDIR/dalvikout 2>&1
  /cts/tools/vm-tests/etc/
starttests 198 $valgrind $exe -Xint:$interpreter -Xmx512M -Xss32K -Xbootclasspath:$bpath $debug_opts \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 814 # include <valgrind/memcheck.h>
818 # include <valgrind.h>
820 /* Compatibility macros to let valgrind 3.1 work. */
  /external/openssl/crypto/
Android.mk 16 # Make valgrind happy.
  /external/openssl/patches/
crypto_Android.mk 16 # Make valgrind happy.
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 263 --valgrind Run DumpRenderTree inside valgrind (Qt/Linux only)
306 'valgrind' => \$useValgrind,
    [all...]
  /external/v8/tools/
test.py 1110 result.add_option("--valgrind", help="Run tests through valgrind",
    [all...]
  /external/bison/
configure 315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP WARNING_CFLAGS WERROR_CFLAGS WARNING_CXXFLAGS YACC_SCRIPT YACC_LIBRARY LEX LEXLIB LEX_OUTPUT_ROOT YACC RANLIB ac_ct_RANLIB M4 STDBOOL_H HAVE__BOOL LIBOBJS GETOPT_H MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os INTL_MACOSX_LIBS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB UNISTD_H BISON_LOCALEDIR aclocaldir VALGRIND CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE BISON_CXX_WORKS BISON_CXX_WORKS_TRUE BISON_CXX_WORKS_FALSE AUTOM4TE GCC O0CFLAGS O0CXXFLAGS LTLIBOBJS'
    [all...]

Completed in 142 milliseconds