Home
last modified time | relevance | path

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

12

/third_party/popt/
DMakefile.am42 .PHONY: lcov-reset # run lcov from scratch, always
43 lcov-reset:
44 make lcov-run
45 make lcov-report
47 .PHONY: lcov # run lcov from scratch if the dir is not there
48 lcov: target
49 make lcov-reset
51 .PHONY: lcov-run # reset run coverage tests
52 lcov-run:
53 @-rm -rf lcov
[all …]
/third_party/benchmark/test/
DCMakeLists.txt241 find_program(LCOV lcov)
246 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html
248 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
250 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
251 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
252 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
253 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark
259 DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html
260 COMMENT "LCOV report at lcov/index.html"
272 " lcov: ${LCOV}\n"
/third_party/skia/third_party/externals/expat/expat/
Dcoverage.sh177 lcov -c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log
193 lcov -c -d "${capture_dir}" -o "${coverage_info}-test" &>> run.log
194 lcov \
228 lcov "${lcov_merge_args[@]}"
240lcov -q -o "${coverage_dir}/${coverage_info}" -r "${coverage_dir}/${coverage_info}" "${pattern}"
259 lcov -q -l "${coverage_dir}/${coverage_info}"
/third_party/curl/scripts/
Dcoverage.sh37 lcov -d . -c -o cov.lcov
38 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
/third_party/node/deps/cares/
Daminclude_static.am13 # by lcov for code coverage. (Default:
21 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
23 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
27 # collecting lcov instance. (Default: )
28 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
31 # lcov instance. (Default: empty)
32 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
/third_party/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
/third_party/node/deps/cares/m4/
Dax_code_coverage.m488 # by lcov for code coverage. (Default:
96 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
98 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
102 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
103 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
106 # lcov instance. (Default: empty)
107 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
224 AC_CHECK_PROG([LCOV], [lcov], [lcov])
228 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
232 AC_MSG_ERROR([Could not find genhtml from the lcov package])
/third_party/skia/third_party/externals/harfbuzz/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
/third_party/benchmark/
D.gitignore16 # lcov
17 *.lcov
18 /lcov
/third_party/mbedtls/scripts/
Dlcov.sh49 lcov --capture --initial --directory library -o Coverage/tmp/files.info
50 lcov --rc lcov_branch_coverage=1 --capture --directory library -o Coverage/tmp/tests.info
51lcov --rc lcov_branch_coverage=1 --add-tracefile Coverage/tmp/files.info --add-tracefile Coverage/…
52 lcov --rc lcov_branch_coverage=1 --remove Coverage/tmp/all.info -o Coverage/tmp/final.info '*.h'
/third_party/ffmpeg/tests/
DMakefile263 $(M)lcov -q -d $(CURDIR) -b $(patsubst src%,./,$(SRC_LINK)) --capture | \
265 $(M)lcov -q --remove $@.in "/usr*" > $@
268 lcov: TAG = GENHTML target
269 lcov: coverage.info target
270 $(M)genhtml -q -o $(CURDIR)/lcov $<
272 lcov-reset: TAG = LCOV
273 lcov-reset:
274 $(M)lcov -q -d $(CURDIR) --zerocounters
289 .PHONY: fate* lcov lcov-reset
/third_party/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
/third_party/openh264/
Dcode-coverage.sh2 lcov -b . -d . -c -o tmp.info
3 lcov -e tmp.info \*/codec/\* -o gcov.info
/third_party/mbedtls/
DMakefile7 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
146 lcov: target
147 scripts/lcov.sh
DCMakeLists.txt324 # 3. Run scripts/lcov.sh to generate an HTML report.
325 ADD_CUSTOM_TARGET(lcov target
326 COMMAND scripts/lcov.sh
/third_party/elfutils/
D.gitignore19 /*.lcov
DMakefile.am51 COVERAGE_OUTPUT_FILE = $(PACKAGE_NAME).lcov
/third_party/ffmpeg/
D.gitignore36 /lcov/
/third_party/skia/third_party/externals/tint/
D.gitignore13 lcov.info
/third_party/skia/third_party/externals/tint/tools/
Dtint-generate-coverage73 llvm-cov export --instr-profile="${PROFDATA_FILE}" --format=lcov --object=${TARGET_EXE} > "${LCOV_F…
/third_party/skia/third_party/externals/tint/docs/
Dcoverage-info.md24 * `lcov.info` - A binary coverage file that can be consumed with the [VSCode Coverage Gutters](http…
/third_party/node/deps/npm/node_modules/diff/
DCONTRIBUTING.md13 - Don't decrease the current code coverage (see coverage/lcov-report/index.html)
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
DREADME106 You can measure the code coverage of a kernel module with the gocv and lcov
108 http://ltp.sourceforge.net/coverage/lcov.php for details.
/third_party/mbedtls/tests/scripts/
Dbasic-build-test.sh143 make lcov
/third_party/littlefs/
DMakefile26 LCOV ?= lcov

12