Home
last modified time | relevance | path

Searched refs:LCOV (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/delibs/cmake/
DLCovUtils.cmake13 …rep "\\.\\.:" WORKING_DIRECTORY "${PROJECT_BINARY_DIR}" COMMENT "Generate LCOV HTML report" VERBAT…
/external/pcre/dist/
DMakefile.am824 $(LCOV) $(coverage_quiet) \
831 $(LCOV) $(coverage_quiet) \
839 $(LCOV) $(coverage_quiet) \
857 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure.ac1008 AC_ARG_VAR([LCOV],[the ltp lcov program])
1009 AC_PATH_PROG([LCOV],[lcov],[false])
1010 if test "x$LCOV" = "xfalse"; then
DMakefile.in789 LCOV = @LCOV@
3225 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3232 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3240 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \
3258 @WITH_GCOV_TRUE@ -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Dconfigure1588 LCOV the ltp lcov program
19421 case $LCOV in
19423 ac_cv_path_LCOV="$LCOV" # Let the user override the test with a path.
19445 LCOV=$ac_cv_path_LCOV
19446 if test -n "$LCOV"; then
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
19448 $as_echo "$LCOV" >&6; }
19455 if test "x$LCOV" = "xfalse"; then
/external/libxml2/
DMakefile.am1260 LCOV = /usr/bin/lcov macro
1266 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1267 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1271 $(LCOV) -c -o $(top_builddir)/coverage/libxml2.info.tmp -d $(top_srcdir)
1272 $(LCOV) -r $(top_builddir)/coverage/libxml2.info.tmp -o $(top_builddir)/coverage/libxml2.info *usr*