HomeSort by relevance Sort by last modified time
    Searched refs:valgrind (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 45 /* valgrind.h uses gcc extensions so it won't build with other compilers */
47 # include <valgrind.h>
49 # include "third_party/valgrind.h"
  /external/chromium_org/tools/valgrind/
regrind.sh 6 # Scape errors from the valgrind bots, reproduce them locally,
16 # where the valgrind layout bot results live
17 LAYOUT_URL="http://build.chromium.org/p/chromium.memory.fyi/builders/Webkit%20Linux%20(valgrind%20layout)"
21 # regexp to match valgrind errors
25 valgrind:.*: Assertion.*failed|VALGRIND INTERNAL ERROR"
60 url="$LAYOUT_URL/builds/$i/steps/valgrind%20test:%20layout/logs/stdio"
91 # Run the tests identified in regrind-failed.txt locally under valgrind.
98 echo "sh tools/valgrind/valgrind_webkit_tests.sh $test"
99 sh tools/valgrind/valgrind_webkit_tests.sh "$test" > regrind-"$logname".log 2>&
    [all...]
memcheck_analyze.py 8 ''' Given a valgrind XML file, parses errors and uniques them.'''
63 prefixes_to_cut = ["build/src/", "valgrind/coregrind/", "out/Release/../../"]
75 # Constants that give real names to the abbreviations in valgrind XML output.
126 commandline: The command that was run under valgrind
130 # Valgrind errors contain one <what><stack> pair, plus an optional
273 assert self._suppression != None, "Your Valgrind doesn't generate " \
373 # Valgrind often has garbage after </valgrindoutput> upon crash.
379 ''' Given a set of Valgrind XML files, parse all the errors out of them,
466 # Wait up to three minutes for valgrind to finish writing all files,
494 logging.warn("Valgrind process PID = %s is not running but its
    [all...]
  /art/build/
Android.common_build.mk 144 external/valgrind/main/include \
145 external/valgrind/main \
  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 19 if {[info exists ::G(valgrind)]} { db close ; continue }
  /art/runtime/gc/space/
malloc_space.h 23 #include <valgrind.h>
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.cpp 27 # include <valgrind/memcheck.h>
49 // mark area as undefined for valgrind
  /external/jsoncpp/test/
runjsontests.py 7 VALGRIND_CMD = 'valgrind --tool=memcheck --leak-check=yes --undef-value-errors=yes '
111 parser.add_option("--valgrind",
112 action="store_true", dest="valgrind", default=False,
113 help="run all the tests using valgrind to detect memory leaks")
130 use_valgrind=options.valgrind, with_json_checker=options.with_json_checker )
  /external/chromium_org/v8/test/mjsunit/
string-replace-with-empty.js 67 // a memory leak. This makes valgrind happy.
  /external/gtest/test/
Android.mk 18 # The linux build and tests are run under valgrind by 'runtest'.
  /cts/tools/vm-tests-tf/etc/
starttests 184 $valgrind $exe -Xmx512M -Xss32K -Xbootclasspath:$bpath $debug_opts \
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
tools_common.sh 294 within valgrind.
  /external/chromium_org/third_party/re2/
Makefile 67 util/valgrind.h\
92 obj/util/valgrind.o\
  /art/runtime/
utils_test.cc 28 #include <valgrind.h>
388 // Running on valgrind fails due to some memory that leaks in thread alternate signal stacks.
399 // Running on valgrind fails due to some memory that leaks in thread alternate signal stacks.
runtime.cc 27 #include <valgrind.h>
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 140 TEST_MALLCTL_CONFIG(valgrind);
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 151 AC_CHECK_HEADERS(valgrind.h) # we have a local copy if this isn't found
Makefile.am 180 src/third_party/valgrind.h
    [all...]
  /external/bison/lib/
gnulib.mk     [all...]
  /external/chromium_org/v8/tools/
run-tests.py 250 result.add_option("--valgrind", help="Run tests through valgrind",
354 if options.valgrind:
355 run_valgrind = os.path.join("tools", "run-valgrind.py")
  /external/jemalloc/src/
stats.c 395 OPT_WRITE_BOOL(valgrind)
  /art/dex2oat/
dex2oat.cc 20 #include <valgrind.h>
    [all...]
  /external/chromium_org/third_party/opus/src/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/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/llvm/
configure     [all...]

Completed in 1505 milliseconds

12 3