Home
last modified time | relevance | path

Searched refs:lcov (Results 1 – 25 of 88) sorted by relevance

1234

/external/catch2/CMake/
DFindLcov.cmake13 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/google-benchmark/test/
DCMakeLists.txt224 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/libcxx/utils/google-benchmark/test/
DCMakeLists.txt224 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/cn-cbor/cmake/
DLCov.cmake1 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/curl/scripts/
Dcoverage.sh14 lcov -d . -c -o cov.lcov
15 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
/external/virglrenderer/build-aux/
Dax_code_coverage.m4106 # 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])
154 # by lcov for code coverage. (Default:
160 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the lcov instance.
162 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
/external/libcxx/utils/google-benchmark/
D.gitignore14 # lcov
15 *.lcov
16 /lcov
/external/google-benchmark/
D.gitignore14 # lcov
15 *.lcov
16 /lcov
/external/harfbuzz_ng/m4/
Dax_code_coverage.m4114 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/strace/m4/
Dax_code_coverage.m4116 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/skia/bin/
Dcoverage47 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/
Dcoverage47 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/boringssl/src/util/
Dgenerate-coverage.sh40 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/skqp/fuzz/
Dcoverage50 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/
Dcoverage50 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/libbrillo/
Dgen_coverage_html.sh11 lcov -d . --zerocounters
13 lcov --base-directory . --directory . --capture --output-file app.info
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dpost_tests_csharp.sh25 lcov --base-directory . --directory . -c -o coverage.info
26 lcov -e coverage.info '**/src/csharp/ext/*' -o coverage.info
Dpost_tests_php.sh25 lcov --capture --directory . --output-file "$tmp1"
26 lcov --extract "$tmp1" "$root/src/php/ext/grpc/*" --output-file "$tmp2"
Dpost_tests_c.sh25 lcov --capture --directory . --output-file "$tmp1"
26 lcov --extract "$tmp1" "$root/src/*" "$root/include/*" --output-file "$tmp2"
Dpost_tests_ruby.sh25 lcov --capture --directory . --output-file "$tmp1"
26 lcov --extract "$tmp1" "$root/src/ruby/*" --output-file "$tmp2"
/external/grpc-grpc/third_party/nanopb/tests/
DMakefile15 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/
DMakefile15 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/minijail/
D.gitignore12 /lcov-coverage.info
13 /lcov-html/
/external/cn-cbor/
DREADME.md38 Generating a test coverage report (requires lcov[^1]; result in `build/lcov/index.html`):
44 [^1]: Installation with homebrew: `brew install lcov`
/external/emma/
Dtest.sh76 GOLDEN=$TESTDIR/golden.lcov
121 java -cp dist/emma.jar emmarun -r lcov -cp $JAVADIR \
122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny

1234