Searched refs:LCOV (Results 1 – 25 of 28) sorted by relevance
12
/third_party/boringssl/src/util/ |
D | generate-coverage.sh | 22 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/ |
D | cov.sh | 29 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/ |
D | CMakeLists.txt | 227 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/ |
D | aminclude_static.am | 66 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
|
D | Makefile.in | 309 LCOV = @LCOV@
|
D | configure | 4253 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/ |
D | ax_code_coverage.m4 | 114 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/ |
D | ax_code_coverage.m4 | 144 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/ |
D | ax_code_coverage.m4 | 114 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/ |
D | Makefile | 25 LCOV ?= lcov macro
|
/third_party/pcre2/pcre2/ |
D | Makefile.am | 790 $(LCOV) $(coverage_quiet) \ 797 $(LCOV) $(coverage_quiet) \ 805 $(LCOV) $(coverage_quiet) \ 823 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
|
D | configure.ac | 984 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/ |
D | Makefile | 261 coverage.info: TAG = LCOV 272 lcov-reset: TAG = LCOV
|
/third_party/node/deps/cares/docs/ |
D | Makefile.in | 236 LCOV = @LCOV@
|
/third_party/node/deps/cares/include/ |
D | Makefile.in | 246 LCOV = @LCOV@
|
/third_party/node/deps/cares/src/ |
D | Makefile.in | 257 LCOV = @LCOV@
|
/third_party/libxml2/ |
D | Makefile.am | 1308 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/ |
D | Makefile.in | 434 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/ |
D | Makefile.in | 531 LCOV = @LCOV@
|
D | configure | 16637 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/ |
D | Makefile.in | 292 LCOV = @LCOV@
|
/third_party/gettext/gettext-tools/ |
D | ChangeLog.0 | 33 intl: Make the LCOV workaround non-intrusive
|
/third_party/cares/ |
D | configure | 3533 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/^.* //'`
|
D | Makefile.in | 488 LCOV = @LCOV@
|
/third_party/curl/m4/ |
D | curl-functions.m4 | 6553 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 6554 if test -z "$LCOV"; then
|
12