/external/catch2/CMake/ |
D | FindLcov.cmake | 13 set(LCOV_DATA_PATH "${CMAKE_BINARY_DIR}/lcov/data") 16 set(LCOV_HTML_PATH "${CMAKE_BINARY_DIR}/lcov/html") 21 # Search for Gcov which is used by Lcov. 27 # This function will add lcov evaluation for target <TNAME>. Only sources of 52 # Search for required lcov binaries. 53 find_program(LCOV_BIN lcov) 56 find_package_handle_standard_args(lcov 67 # enable no-external flag for lcov, if available. 80 # If Lcov was not found, exit module now. 94 # This function will merge lcov files to a single target file. Additional lcov [all …]
|
/external/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) 229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 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 236 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 239 COMMENT "Running LCOV" [all …]
|
/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) 229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 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 236 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 239 COMMENT "Running LCOV" [all …]
|
/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" 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 47 cd "$LCOV" 48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info" 49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googlete…
|
D | generate-asm-lcov.py | 20 # The LCOV output format for each source file is: 119 a LCOV coverage output.""" 151 lcov = generate(annotated) variable 152 print output(lcov)
|
/external/virglrenderer/build-aux/ |
D | ax_code_coverage.m4 | 106 # List of supported lcov versions. 109 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 112 AS_IF([ test "$LCOV" ], [ 113 AC_CACHE_CHECK([for lcov version], ax_cv_lcov_version, [ 115 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'` 123 …lcov_msg="To enable code coverage reporting you must have one of the following lcov versions insta… 129 …lcov_msg="You must have one of the following versions of lcov: $lcov_version_list (found: $lcov_ve… 131 LCOV="exit 0;" 136 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 154 # by lcov for code coverage. (Default: [all …]
|
/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 114 AC_CACHE_CHECK([for lcov version], php_cv_lcov_version, [ 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/harfbuzz_ng/m4/ |
D | ax_code_coverage.m4 | 114 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 117 AS_IF([ test -z "$LCOV" ], [ 118 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed]) 122 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 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 174 # by lcov for code coverage. (Default: 182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov [all …]
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 116 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 119 AS_IF([ test -z "$LCOV" ], [ 120 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed]) 124 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 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 176 # by lcov for code coverage. (Default: 184 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 186 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov [all …]
|
/external/pdfium/testing/tools/coverage/ |
D | coverage_report.py | 6 """Generates a coverage report for given binaries using llvm-gcov & lcov. 9 Requires lcov 1.11 or later. 72 self.lcov = self.determine_proper_lcov() 73 if not self.lcov: 74 print 'Unable to find appropriate lcov to use' 134 """Wrapper to call lcov that adds appropriate arguments as needed.""" 136 self.lcov, '--config-file', 186 # lcov and llvm-cov 212 """Find a version of lcov that will work with the script.""" 213 version_regex = re.compile('.*LCOV version ([\d]+)\.([\d]+).*') [all …]
|
/external/cn-cbor/cmake/ |
D | LCov.cmake | 1 FIND_PROGRAM( LCOV_PATH lcov ) 5 # message ( "lcov: ${LCOV_PATH}" ) 9 …COMMAND "${GENHTML_PATH}" --rc genhtml_branch_coverage=1 --output-directory lcov ${PROJECT_NAME}.i… 10 COMMAND echo "Coverage report in: file://${CMAKE_BINARY_DIR}/lcov/index.html"
|
/external/kmod/ |
D | Makefile.am | 425 .PHONY: coverage lcov-run lcov-report coverage-sync 427 # run lcov from scratch, always 429 $(MAKE) lcov-run 430 $(MAKE) lcov-report 438 lcov-run: 440 lcov $(coverage_opts) --zerocounters 444 lcov-report: 446 lcov $(coverage_opts) --capture --no-external --ignore-errors graph \ 447 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info 448 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*' [all …]
|
/external/pdfium/docs/ |
D | code-coverage.md | 17 ### lcov subsection 19 The code coverage scripts depend on having a version of `lcov` of 1.11 or 21 version of `lcov` for Ubuntu 14.04 is 1.10, thus you will need to install a 24 You can build a newer version of `lcov` from source, which is 25 available [here](http://ltp.sourceforge.net/coverage/lcov.php). 29 available [here](http://downloads.sourceforge.net/ltp/lcov-1.13-1.noarch.rpm).
|
/external/grpc-grpc/third_party/nanopb/tests/ |
D | Makefile | 10 # LCOV does not like the newer gcov format 15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info 18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
|
/external/nanopb-c/tests/ |
D | Makefile | 10 # LCOV does not like the newer gcov format 15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info 18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
|
/external/curl/scripts/ |
D | coverage.sh | 14 lcov -d . -c -o cov.lcov 15 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
|
/external/libcxx/utils/google-benchmark/ |
D | .gitignore | 14 # lcov 15 *.lcov 16 /lcov
|
/external/google-benchmark/ |
D | .gitignore | 14 # lcov 15 *.lcov 16 /lcov
|
/external/cn-cbor/ |
D | README.md | 38 Generating a test coverage report (requires lcov[^1]; result in `build/lcov/index.html`): 44 [^1]: Installation with homebrew: `brew install lcov`
|
/external/skia/bin/ |
D | coverage | 47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i 52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage 54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
|
/external/skqp/bin/ |
D | coverage | 47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i 52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage 54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
|
/external/catch2/ |
D | .travis.yml | 43 packages: ['lcov', 'clang-3.8'] 220 packages: ['lcov', 'g++-7'] 227 packages: ['clang-3.8', 'lcov'] 238 packages: ['valgrind', 'lcov', 'g++-7'] 318 make lcov
|
/external/skqp/fuzz/ |
D | coverage | 50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i 77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage 79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
|
/external/skia/fuzz/ |
D | coverage | 50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i 77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage 79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
|
/external/minijail/ |
D | .gitignore | 12 /lcov-coverage.info 13 /lcov-html/
|