Home
last modified time | relevance | path

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

/external/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"
/external/grpc-grpc/src/php/ext/grpc/
Dconfig.m4108 AC_CHECK_PROG(LCOV, lcov, lcov)
110 PHP_SUBST(LCOV)
113 if test "$LCOV"; then
116 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'` #'
124 …lcov_msg="To enable code coverage reporting you must have one of the following LCOV versions insta…
130 …lcov_msg="You must have one of the following versions of LCOV: $lcov_version_list (found: $lcov_ve…
132 LCOV="exit 0;"
137 AC_MSG_ERROR([Could not find genhtml from the LCOV package])
/external/google-benchmark/test/
DCMakeLists.txt224 find_program(LCOV lcov)
227 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
230 COMMAND ${LCOV} -q -z -d .
231 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
233 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
234 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
235 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
239 COMMENT "Running LCOV"
243 COMMENT "LCOV report at lcov/index.html"
255 " lcov: ${LCOV}\n"
/external/libcxx/utils/google-benchmark/test/
DCMakeLists.txt224 find_program(LCOV lcov)
227 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
230 COMMAND ${LCOV} -q -z -d .
231 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
233 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
234 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
235 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
239 COMMENT "Running LCOV"
243 COMMENT "LCOV report at lcov/index.html"
255 " lcov: ${LCOV}\n"
/external/virglrenderer/build-aux/
Dax_code_coverage.m4109 AC_CHECK_PROG([LCOV], [lcov], [lcov])
112 AS_IF([ test "$LCOV" ], [
115 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
131 LCOV="exit 0;"
198 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(C…
199 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OU…
213 -$(LCOV) --directory $(top_builddir) -z
/external/harfbuzz_ng/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/*"\
/external/strace/m4/
Dax_code_coverage.m4116 AC_CHECK_PROG([LCOV], [lcov], [lcov])
119 AS_IF([ test -z "$LCOV" ], [
146 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
147 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
156 -$(LCOV) --directory $(top_builddir) -z
228 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
232 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
/external/pcre/dist2/
DMakefile.am772 $(LCOV) $(coverage_quiet) \
779 $(LCOV) $(coverage_quiet) \
787 $(LCOV) $(coverage_quiet) \
805 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure.ac935 AC_ARG_VAR([LCOV],[the ltp lcov program])
936 AC_PATH_PROG([LCOV],[lcov],[false])
937 if test "x$LCOV" = "xfalse"; then
DMakefile.in739 LCOV = @LCOV@
3260 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3267 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3275 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3293 @WITH_GCOV_TRUE@ -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure15334 case $LCOV in
15336 ac_cv_path_LCOV="$LCOV" # Let the user override the test with a path.
15358 LCOV=$ac_cv_path_LCOV
15359 if test -n "$LCOV"; then
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
15361 $as_echo "$LCOV" >&6; }
15368 if test "x$LCOV" = "xfalse"; then
/external/libxml2/
DMakefile.am1304 LCOV = /usr/bin/lcov macro
1310 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1311 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1315 $(LCOV) -c -o $(top_builddir)/coverage/libxml2.info.tmp -d $(top_srcdir)
1316 $(LCOV) -r $(top_builddir)/coverage/libxml2.info.tmp -o $(top_builddir)/coverage/libxml2.info *usr*
/external/catch2/docs/
Dci-and-misc.md81 ### CodeCoverage module (GCOV, LCOV...)
/external/strace/
Dconfigure9081 if test -n "$LCOV"; then
9082 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
9101 LCOV=$ac_cv_prog_LCOV
9102 if test -n "$LCOV"; then
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
9104 $as_echo "$LCOV" >&6; }
9149 if test -z "$LCOV" ; then :
DMakefile.in718 LCOV = @LCOV@
/external/curl/
Dconfigure5101 if test -n "$LCOV"; then
5102 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
5121 LCOV=$ac_cv_prog_LCOV
5122 if test -n "$LCOV"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
5124 $as_echo "$LCOV" >&6; }
5131 if test -z "$LCOV"; then
/external/python/cpython2/
DMakefile.pre.in456 @echo "Creating Coverage HTML report with LCOV:"
/external/python/cpython3/
DMakefile.pre.in531 @echo "Creating Coverage HTML report with LCOV:"
/external/curl/m4/
Dcurl-functions.m47022 AC_CHECK_PROG([LCOV], [lcov], [lcov])
7023 if test -z "$LCOV"; then
/external/strace/tests-m32/
DMakefile.in3299 LCOV = @LCOV@
/external/strace/tests-mx32/
DMakefile.in3299 LCOV = @LCOV@
/external/strace/tests/
DMakefile.in3299 LCOV = @LCOV@