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

  /external/jemalloc/
coverage.sh 10 gcov -b -p -f -o "${objdir}" ${objs}
12 # Move gcov outputs so that subsequent gcov invocations won't clobber results
14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
  /external/nanopb-c/tests/
Makefile 10 # LCOV does not like the newer gcov format
18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
  /external/chromium_org/third_party/skia/tools/
coverage.sh 12 GCOV=$(realpath tools/gcov_shim)
22 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/baseline -i
26 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/coverage
  /external/chromium_org/third_party/lcov/bin/
genpng 143 or .gcov file format.
188 # Check for .gcov filename extension
189 if ($filename =~ /^(.*).gcov$/)
191 # Assume gcov text format
geninfo 36 # parse the new gcov format which is to be introduced in gcc 3.3
40 # 2003-09-18 / Nigel Hinds: capture branch coverage data from GCOV
42 # workaround gcov (<= 3.2.x) bug with empty .da files
45 # gcov versioning
66 our $gcov_tool = "gcov";
82 "gcov" => $ERROR_GCOV,
269 # Set LANG so that gcov output will be in a unified format
349 "gcov-tool=s" => \$gcov_tool,
403 # Check gcov tool
411 # Determine gcov option
    [all...]
lcov 34 # 2003-03-07 / Paul Larson: Changed to make it work with the latest gcov
35 # kernel patch. This will break it with older gcov-kernel
41 # works both with the new and the old gcov-kernel patch
43 # of a possible move of the gcov kernel directory to another
44 # file system in a future version of the gcov-kernel patch
78 # Directory containing gcov kernel files
85 our $GKV_PROC = 0; # gcov-kernel data in /proc via external patch
86 our $GKV_SYS = 1; # gcov-kernel data in /sys via vanilla 2.6.31+
184 our $gcov_gkv; # gcov kernel support version found on machine
281 "gcov-tool=s" => \$gcov_tool
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure.ac 678 # See whether we should use GCOV
679 AC_ARG_ENABLE(gcov, AC_HELP_STRING([--enable-gcov],
680 [Enable coverage testing using gcov]),
configure     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 90 ${toggle_gcov} enable/disable gcov coverage instrumentation
277 enabled gcov && rm -f ${TMP_C%.c}.gcno ${TMP_CC%.cc}.gcno
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 90 ${toggle_gcov} enable/disable gcov coverage instrumentation
277 enabled gcov && rm -f ${TMP_C%.c}.gcno ${TMP_CC%.cc}.gcno
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/elfutils/0.153/
elfutils.spec 455 - Implement --enable-gcov option for configure.
configure     [all...]

Completed in 392 milliseconds