Searched refs:lcov (Results 1 – 25 of 145) sorted by relevance
123456
/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") 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. 94 # This function will merge lcov files to a single target file. Additional lcov 97 # Remove ${OUTFILE} from ${ARGV} and generate lcov parameters with files. 124 if (NOT TARGET lcov-capture-init) [all …]
|
/external/rust/crates/managed/ |
D | coverage.sh | 10 lcov "${LCOVOPTS[@]}" --capture --directory . --base-directory . \ 11 -o target/coverage/raw.lcov 12 lcov "${LCOVOPTS[@]}" --extract target/coverage/raw.lcov "$(pwd)/*" \ 13 -o target/coverage/raw_crate.lcov 17 target/coverage/raw_crate.lcov
|
/external/openthread/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | coverage.am | 28 NL_COVERAGE_BUNDLE_SUFFIX = .lcov 31 # Suffix for the lcov "info" file inside the code coverage report bundle. 62 # Capture, using lcov, a coverage report from the specified directory 'directory' 65 # <directory> - The directory from which lcov should search for coverage data (*.gcno & *.gcda) 74 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 75 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 76 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 77 …$(NL_V_GENHTML_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" "$(@)" --ou… 83 # Capture, using lcov, a coverage report from the specified directory 'directory' and a filter 'rem… 86 # <directory> - The directory from which lcov should search for coverage data (*.gcno & *.gc… [all …]
|
/external/openthread/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | nl_enable_coverage_reporting.m4 | 37 # addition, LCOV will be set to the path of the 'lcov' tool and GENHTML will be set to the path of… 53 # Check for the presence of lcov and genhtml, required 56 AC_PATH_PROG(LCOV, lcov) 63 …verage-reports],[Enable the generation of code coverage reports (requires lcov) @<:@default=$1@:>… 83 # 'yes'. Otherwise, availability of lcov and genhtml 111 # Both lcov and genhtml must exist to successfully 124 # Both lcov and genhtml must exist to successfully 126 # ask is 'yes', we must fail if lcov or genhtml cannot 130 …AC_MSG_ERROR([Cannot find 'lcov'. You must have the lcov package installed to use coverage reports… 133 …AC_MSG_ERROR([Cannot find 'genhtml'. You must have the lcov package installed to use coverage repo…
|
/external/libcxx/utils/google-benchmark/test/ |
D | CMakeLists.txt | 224 find_program(LCOV lcov) 229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 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 242 DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html 243 COMMENT "LCOV report at lcov/index.html" 255 " lcov: ${LCOV}\n"
|
/external/google-benchmark/test/ |
D | CMakeLists.txt | 227 find_program(LCOV lcov) 232 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 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 239 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 245 DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html 246 COMMENT "LCOV report at lcov/index.html" 258 " lcov: ${LCOV}\n"
|
/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/expat/expat/ |
D | coverage.sh | 176 lcov -c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log 189 lcov -c -d "${capture_dir}" -o "${coverage_info}-test" &>> run.log 190 lcov \ 224 lcov "${lcov_merge_args[@]}" 240 … lcov -q -o "${coverage_dir}/${coverage_info}" -r "${coverage_dir}/${coverage_info}" "${pattern}" 259 lcov -q -l "${coverage_dir}/${coverage_info}"
|
/external/curl/scripts/ |
D | coverage.sh | 37 lcov -d . -c -o cov.lcov 38 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_code_coverage.m4 | 106 # List of supported lcov versions. 109 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 113 AC_CACHE_CHECK([for lcov version], ax_cv_lcov_version, [ 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… 136 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 153 # by lcov for code coverage. (Default: 159 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the lcov instance. 161 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
|
/external/libcxx/utils/google-benchmark/ |
D | .gitignore | 14 # lcov 15 *.lcov 16 /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/cronet/third_party/boringssl/src/util/ |
D | generate-coverage.sh | 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 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…
|
/external/google-benchmark/ |
D | .gitignore | 15 # lcov 16 *.lcov 17 /lcov
|
/external/boringssl/src/util/ |
D | generate-coverage.sh | 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 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…
|
/external/openthread/third_party/mbedtls/repo/ |
D | Makefile | 6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 111 lcov: target 113 lcov --capture --initial --directory library -o files.info 114 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info 115 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info 116 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h'
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 116 AC_CHECK_PROG([LCOV], [lcov], [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]) 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 190 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) 191 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 194 # lcov instance. (Default: empty) 195 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
|
/external/harfbuzz_ng/m4/ |
D | ax_code_coverage.m4 | 114 AC_CHECK_PROG([LCOV], [lcov], [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]) 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 188 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) 189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 192 # lcov instance. (Default: empty) 193 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
|
/external/mbedtls/ |
D | Makefile | 7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 147 lcov: target 149 lcov --capture --initial --directory library -o files.info 150 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info 151 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info 152 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h'
|
/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/grpc-grpc/tools/run_tests/helper_scripts/ |
D | post_tests_csharp.sh | 25 lcov --base-directory . --directory . -c -o coverage.info 26 lcov -e coverage.info '**/src/csharp/ext/*' -o coverage.info
|
D | post_tests_php.sh | 25 lcov --capture --directory . --output-file "$tmp1" 26 lcov --extract "$tmp1" "$root/src/php/ext/grpc/*" --output-file "$tmp2"
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/ |
D | post_tests_csharp.sh | 25 lcov --base-directory . --directory . -c -o coverage.info 26 lcov -e coverage.info '**/src/csharp/ext/*' -o coverage.info
|
D | post_tests_php.sh | 25 lcov --capture --directory . --output-file "$tmp1" 26 lcov --extract "$tmp1" "$root/src/php/ext/grpc/*" --output-file "$tmp2"
|
D | post_tests_c.sh | 25 lcov --capture --directory . --output-file "$tmp1" 26 lcov --extract "$tmp1" "$root/src/*" "$root/include/*" --output-file "$tmp2"
|
123456