Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-cov/
Dmultiple-files.test4 …multiple-files.covmapping -instr-profile %t.profdata -format=lcov | FileCheck %s -check-prefix=LCOV
18 // LCOV-LABEL: SF:{{.*}}a{{[/\\]}}f2.c
19 // LCOV: FN:1,f2
21 // LCOV-NOT: FN:
22 // LCOV-LABEL: SF:{{.*}}b{{[/\\]}}c{{[/\\]}}f4.c
23 // LCOV: FN:1,f4
24 // LCOV-LABEL: SF:{{.*}}b{{[/\\]}}f3.c
25 // LCOV: FN:1,f3
26 // LCOV-LABEL: SF:{{.*}}f1.c
27 // LCOV: FN:1,f1
/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/llvm-project/llvm/utils/benchmark/test/
DCMakeLists.txt211 find_program(LCOV lcov)
214 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
217 COMMAND ${LCOV} -q -z -d .
218 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
220 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
221 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
222 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
226 COMMENT "Running LCOV"
230 COMMENT "LCOV report at lcov/index.html"
242 " 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/llvm-project/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/google-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"
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
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;"
192 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(C…
193 …$(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OU…
203 -$(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/elfutils/
DMakefile.am90 $(LCOV) \
Dconfigure.ac315 AC_CHECK_PROG([LCOV], [lcov], [lcov])
/external/pcre/dist2/
DMakefile.am790 $(LCOV) $(coverage_quiet) \
797 $(LCOV) $(coverage_quiet) \
805 $(LCOV) $(coverage_quiet) \
823 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure.ac986 AC_ARG_VAR([LCOV],[the ltp lcov program])
987 AC_PATH_PROG([LCOV],[lcov],[false])
988 if test "x$LCOV" = "xfalse"; then
Dconfigure15396 case $LCOV in
15398 ac_cv_path_LCOV="$LCOV" # Let the user override the test with a path.
15420 LCOV=$ac_cv_path_LCOV
15421 if test -n "$LCOV"; then
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
15423 $as_echo "$LCOV" >&6; }
15430 if test "x$LCOV" = "xfalse"; then
DMakefile.in841 LCOV = @LCOV@
3595 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3602 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3610 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3628 @WITH_GCOV_TRUE@ -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
/external/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*
/external/catch2/docs/
Dci-and-misc.md85 ### 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 :
/external/python/cpython2/
DMakefile.pre.in456 @echo "Creating Coverage HTML report with LCOV:"
/external/curl/
Dconfigure5181 if test -n "$LCOV"; then
5182 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
5201 LCOV=$ac_cv_prog_LCOV
5202 if test -n "$LCOV"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
5204 $as_echo "$LCOV" >&6; }
5211 if test -z "$LCOV"; then
/external/curl/m4/
Dcurl-functions.m47327 AC_CHECK_PROG([LCOV], [lcov], [lcov])
7328 if test -z "$LCOV"; then
/external/python/cpython3/
DMakefile.pre.in543 @echo "Creating Coverage HTML report with LCOV:"
/external/strace/tests-m32/
DMakefile.in3299 LCOV = @LCOV@
/external/strace/tests-mx32/
DMakefile.in3299 LCOV = @LCOV@

12