Home
last modified time | relevance | path

Searched refs:LCOV (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boringssl/src/util/
Dgenerate-coverage.sh22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX')
25 LCOV=$(readlink -f "$1")
26 mkdir -p "$LCOV"
47 cd "$LCOV"
/third_party/boost/libs/histogram/tools/
Dcov.sh29 LCOV="${LCOV_DIR}/bin/lcov --gcov-tool=${GCOV}"
32 $LCOV --base-directory `pwd` \
37 $LCOV --extract coverage.info "*/boost/histogram/*" --output-file coverage.info
/third_party/benchmark/test/
DCMakeLists.txt227 find_program(LCOV lcov)
230 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
233 COMMAND ${LCOV} -q -z -d .
234 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
236 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
237 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
238 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
242 COMMENT "Running LCOV"
246 COMMENT "LCOV report at lcov/index.html"
258 " lcov: ${LCOV}\n"
/third_party/node/deps/cares/
Daminclude_static.am66 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture" $(CODE_COVERAGE_OUTPUT_FILE);
69 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN);
87 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
88 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
94 -$(LCOV) --directory $(top_builddir) -z
DMakefile.in309 LCOV = @LCOV@
Dconfigure4253 if test -n "$LCOV"; then
4254 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
4277 LCOV=$ac_cv_prog_LCOV
4278 if test -n "$LCOV"; then
4279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
4280 printf "%s\n" "$LCOV" >&6; }
4330 if test x"$LCOV" = x
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m4114 AC_CHECK_PROG([LCOV], [lcov], [lcov])
117 AS_IF([ test -z "$LCOV" ], [
144 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
145 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
154 -$(LCOV) --directory $(top_builddir) -z
229 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
233 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
/third_party/node/deps/cares/m4/
Dax_code_coverage.m4144 code_coverage_v_lcov_cap_0 = @echo \" LCOV --capture\" \$(CODE_COVERAGE_OUTPUT_FILE);
147 code_coverage_v_lcov_ign_0 = @echo \" LCOV --remove /tmp/*\" \$(CODE_COVERAGE_IGNORE_PATTERN);
165 …\$(code_coverage_v_lcov_cap)\$(LCOV) \$(code_coverage_quiet) \$(addprefix --directory ,\$(CODE_COV…
166 …\$(code_coverage_v_lcov_ign)\$(LCOV) \$(code_coverage_quiet) \$(addprefix --directory ,\$(CODE_COV…
172 -\$(LCOV) --directory \$(top_builddir) -z
224 AC_CHECK_PROG([LCOV], [lcov], [lcov])
227 AS_IF([ test x"$LCOV" = x ], [
/third_party/harfbuzz/m4/
Dax_code_coverage.m4114 AC_CHECK_PROG([LCOV], [lcov], [lcov])
117 AS_IF([ test -z "$LCOV" ], [
144 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
145 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
154 -$(LCOV) --directory $(top_builddir) -z
229 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
233 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
/third_party/littlefs/
DMakefile25 LCOV ?= lcov macro
/third_party/pcre2/pcre2/
DMakefile.am790 $(LCOV) $(coverage_quiet) \
797 $(LCOV) $(coverage_quiet) \
805 $(LCOV) $(coverage_quiet) \
823 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure.ac984 AC_ARG_VAR([LCOV],[the ltp lcov program])
985 AC_PATH_PROG([LCOV],[lcov],[false])
986 if test "x$LCOV" = "xfalse"; then
/third_party/ffmpeg/tests/
DMakefile261 coverage.info: TAG = LCOV
272 lcov-reset: TAG = LCOV
/third_party/node/deps/cares/docs/
DMakefile.in236 LCOV = @LCOV@
/third_party/node/deps/cares/include/
DMakefile.in246 LCOV = @LCOV@
/third_party/node/deps/cares/src/
DMakefile.in257 LCOV = @LCOV@
/third_party/libxml2/
DMakefile.am1308 LCOV = /usr/bin/lcov macro
1314 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1315 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1319 $(LCOV) -c -o $(top_builddir)/coverage/libxml2.info.tmp -d $(top_srcdir)
1320 $(LCOV) -r $(top_builddir)/coverage/libxml2.info.tmp -o $(top_builddir)/coverage/libxml2.info *usr*
/third_party/node/deps/cares/src/lib/
DMakefile.in434 LCOV = @LCOV@
1725 @CODE_COVERAGE_ENABLED_TRUE@ $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix …
1726 @CODE_COVERAGE_ENABLED_TRUE@ $(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix …
1732 @CODE_COVERAGE_ENABLED_TRUE@ -$(LCOV) --directory $(top_builddir) -z
/third_party/cares/test/
DMakefile.in531 LCOV = @LCOV@
Dconfigure16637 if test -n "$LCOV"; then
16638 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
16657 LCOV=$ac_cv_prog_LCOV
16658 if test -n "$LCOV"; then
16659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
16660 $as_echo "$LCOV" >&6; }
16705 if test "$LCOV" ; then :
16714 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
16736 LCOV="exit 0;"
/third_party/node/deps/cares/src/tools/
DMakefile.in292 LCOV = @LCOV@
/third_party/gettext/gettext-tools/
DChangeLog.033 intl: Make the LCOV workaround non-intrusive
/third_party/cares/
Dconfigure3533 if test -n "$LCOV"; then
3534 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
3554 if test -n "$LCOV"; then
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
3556 $as_echo "$LCOV" >&6; }
3601 if test "$LCOV" ; then :
3610 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
DMakefile.in488 LCOV = @LCOV@
/third_party/curl/m4/
Dcurl-functions.m46553 AC_CHECK_PROG([LCOV], [lcov], [lcov])
6554 if test -z "$LCOV"; then

12