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

/external/boringssl/src/util/
H A Dgenerate-coverage.sh22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX')
25 LCOV=$(readlink -f "$1")
26 mkdir -p "$LCOV"
47 cd "$LCOV"
/external/pcre/dist2/
H A DMakefile.am721 $(LCOV) $(coverage_quiet) \
728 $(LCOV) $(coverage_quiet) \
736 $(LCOV) $(coverage_quiet) \
754 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
H A Dconfigure642 LCOV
864 LCOV
1575 LCOV the ltp lcov program
15799 case $LCOV in
15801 ac_cv_path_LCOV="$LCOV" # Let the user override the test with a path.
15823 LCOV=$ac_cv_path_LCOV
15824 if test -n "$LCOV"; then
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
15826 $as_echo "$LCOV" >&6; }
15833 if test "x$LCOV"
[all...]
/external/libxml2/
H A DMakefile.am1304 LCOV = /usr/bin/lcov
1310 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1311 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1315 $(LCOV) -c -o $(top_builddir)/coverage/libxml2.info.tmp -d $(top_srcdir)
1316 $(LCOV) -r $(top_builddir)/coverage/libxml2.info.tmp -o $(top_builddir)/coverage/libxml2.info *usr*
/external/strace/
H A Dconfigure681 LCOV
8601 if test -n "$LCOV"; then
8602 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
8621 LCOV=$ac_cv_prog_LCOV
8622 if test -n "$LCOV"; then
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
8624 $as_echo "$LCOV" >&6; }
8669 if test -z "$LCOV" ; then :
8698 $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS)
8699 $(code_coverage_v_lcov_ign)$(LCOV)
[all...]
/external/curl/
H A Dconfigure1050 LCOV
5224 if test -n "$LCOV"; then
5225 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
5244 LCOV=$ac_cv_prog_LCOV
5245 if test -n "$LCOV"; then
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
5247 $as_echo "$LCOV" >&6; }
5292 if test -z "$LCOV" ; then :
5321 $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS)
5322 $(code_coverage_v_lcov_ign)$(LCOV)
[all...]

Completed in 377 milliseconds