Home
last modified time | relevance | path

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

12

/external/dbus/tools/
Dlcov.am23 lcov-reset:
24 lcov --directory @abs_top_srcdir@ --zerocounters
26 lcov-report:
27 lcov --directory @abs_top_srcdir@ --capture \
28 --output-file @abs_top_builddir@/lcov.info
29 $(mkdir_p) @abs_top_builddir@/lcov.html
32 --output-directory @abs_top_builddir@/lcov.html lcov.info
34 @echo 'lcov report can be found in:'
35 @echo 'file://@abs_top_builddir@/lcov.html/index.html'
38 lcov-check:
[all …]
/external/google-benchmark/test/
DCMakeLists.txt56 find_program(LCOV lcov)
61 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html
63 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
65 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
66 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
67 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
68 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark
74 DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html
75 COMMENT "LCOV report at lcov/index.html"
87 " lcov: ${LCOV}\n"
/external/deqp/framework/delibs/cmake/
DLCovUtils.cmake3lcov lcov -d ${PROJECT_BINARY_DIR}/${name}/CMakeFiles/${name}.dir -o ${name}.info -c > /dev/null W…
10 add_dependencies(${PRJ}-lcov ${exe-targets})
11 set(LCOV_PRJS ${LCOV_PRJS} ${PRJ}-lcov)
/external/skia/tools/
Dcoverage.sh22 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/baseline -i
26 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/coverage
28 lcov $QUIET -a /tmp/baseline -a /tmp/coverage -o /tmp/merged
/external/google-benchmark/
D.gitignore13 # lcov
14 *.lcov
15 /lcov
/external/dbus/
D.gitignore41 /lcov.html/
42 /lcov.info
43 /lcov.info.tmp
DMakefile.am33 include tools/lcov.am
DHACKING288 "make lcov-check" is available if you configure with --enable-compiler-coverage
DNEWS560 with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
/external/tlsdate/
DMakefile.am110 lcov: target
112 lcov --directory src -b . --capture --output-file tlsdate.lcov && genhtml -o lcov/ tlsdate.lcov
DCHANGELOG86 Add support for lcov/gcov at build time
87 See ./configure --enable-code-coverage-checks and make lcov
Dconfigure.ac599 [Enable gcov/lcov compile time options])],
/external/libbrillo/
Dgen_coverage_html.sh11 lcov -d . --zerocounters
13 lcov --base-directory . --directory . --capture --output-file app.info
/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
/external/libcxx/cmake/Modules/
DCodeCoverage.cmake1 find_program(CODE_COVERAGE_LCOV lcov)
3 message(FATAL_ERROR "Cannot find lcov...")
/external/minijail/
Dcommon.mk728 lcov --capture --directory . \
729 --output-file=lcov-coverage.info; \
730 genhtml lcov-coverage.info \
731 --output-directory lcov-html; \
872 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html)
917 clean: CLEAN($(OUT)$(MODULE)/*.gcov) CLEAN($(OUT)lcov-coverage.info)
918 clean: CLEAN($(OUT)lcov-html)
/external/modp_b64/
Dcommon.mk728 lcov --capture --directory . \
729 --output-file=lcov-coverage.info; \
730 genhtml lcov-coverage.info \
731 --output-directory lcov-html; \
872 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html)
917 clean: CLEAN($(OUT)$(MODULE)/*.gcov) CLEAN($(OUT)lcov-coverage.info)
918 clean: CLEAN($(OUT)lcov-html)
/external/nanopb-c/tests/
DMakefile18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res9 '<list of {txt|html|lcov|xml}>',
/external/emma/core/res/com/vladium/emma/
Drun_usage.res24 '<list of {txt|html|lcov|xml}>',
/external/vboot_reference/
DMakefile1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial
1380 lcov -c -d . -b . -o ${COV_INFO}.tests
1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total
1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local
1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub
1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \
/external/emma/core/java12/com/vladium/emma/report/
DAbstractReportGenerator.java47 return new com.vladium.emma.report.lcov.ReportGenerator (); in create()
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java11 package com.vladium.emma.report.lcov;
/external/bison/
Dmaint.mk1472 lcov --directory . --zerocounters
1481 lcov --directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \
/external/pcre/dist/
Dconfigure.ac1008 AC_ARG_VAR([LCOV],[the ltp lcov program])
1009 AC_PATH_PROG([LCOV],[lcov],[false])
1011 AC_MSG_ERROR([lcov not found])

12