Searched refs:LCOV (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/lcov/example/
H A DMakefile2 # Makefile for the LCOV example program.
13 LCOV := ../bin/lcov macro
71 $(LCOV) --zerocounters --directory .
73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs --no-external
81 $(LCOV) --zerocounters --directory .
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 --no-external
91 $(LCOV) --zerocounters --directory .
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external
/external/chromium_org/third_party/lcov/rpm/
H A Dlcov.spec14 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
/external/pcre/dist/
H A DMakefile.am824 $(LCOV) $(coverage_quiet) \
831 $(LCOV) $(coverage_quiet) \
839 $(LCOV) $(coverage_quiet) \
857 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
H A Dconfigure642 LCOV
876 LCOV
1588 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"
[all...]

Completed in 1011 milliseconds