Searched refs:LCOV (Results 1 – 25 of 27) sorted by relevance
12
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | multiple-files.test | 4 …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/ |
D | generate-coverage.sh | 22 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/ |
D | config.m4 | 108 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/ |
D | CMakeLists.txt | 211 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/ |
D | CMakeLists.txt | 224 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/ |
D | CMakeLists.txt | 224 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/ |
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"
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_code_coverage.m4 | 109 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/ |
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/*"\
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 116 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/ |
D | Makefile.am | 90 $(LCOV) \
|
D | configure.ac | 315 AC_CHECK_PROG([LCOV], [lcov], [lcov])
|
/external/pcre/dist2/ |
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 | 986 AC_ARG_VAR([LCOV],[the ltp lcov program]) 987 AC_PATH_PROG([LCOV],[lcov],[false]) 988 if test "x$LCOV" = "xfalse"; then
|
D | configure | 15396 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
|
D | Makefile.in | 841 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/ |
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*
|
/external/catch2/docs/ |
D | ci-and-misc.md | 85 ### CodeCoverage module (GCOV, LCOV...)
|
/external/strace/ |
D | configure | 9081 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/ |
D | Makefile.pre.in | 456 @echo "Creating Coverage HTML report with LCOV:"
|
/external/curl/ |
D | configure | 5181 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/ |
D | curl-functions.m4 | 7327 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 7328 if test -z "$LCOV"; then
|
/external/python/cpython3/ |
D | Makefile.pre.in | 543 @echo "Creating Coverage HTML report with LCOV:"
|
/external/strace/tests-m32/ |
D | Makefile.in | 3299 LCOV = @LCOV@
|
/external/strace/tests-mx32/ |
D | Makefile.in | 3299 LCOV = @LCOV@
|
12