HomeSort by relevance Sort by last modified time
    Searched refs:LCOV (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/lcov/example/
Makefile 2 # Makefile for the LCOV example program.
13 LCOV := ../bin/lcov
71 $(LCOV) --zerocounters --directory .
73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs
81 $(LCOV) --zerocounters --directory .
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000
91 $(LCOV) --zerocounters --directory .
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow"
  /external/chromium_org/third_party/lcov-1.9/example/
Makefile 2 # Makefile for the LCOV example program.
13 LCOV := ../bin/lcov
71 $(LCOV) --zerocounters --directory .
73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs
81 $(LCOV) --zerocounters --directory .
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000
91 $(LCOV) --zerocounters --directory .
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow"
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 2 Name: lcov
7 URL: http://ltp.sourceforge.net/coverage/lcov.php
8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
13 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
19 %setup -q -n lcov-%{version}
  /external/chromium_org/third_party/lcov-1.9/rpm/
lcov.spec 2 Name: lcov
7 URL: http://ltp.sourceforge.net/coverage/lcov.php
8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
13 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
19 %setup -q -n lcov-%{version}
  /external/chromium_org/third_party/lcov-1.9/bin/
updateversion.pl 16 "man/genpng.1", "man/lcov.1", "man/lcovrc.5");
18 "bin/genpng", "bin/lcov");
20 our @spec_files = ("rpm/lcov.spec");
74 s/\"LCOV\s+\d+\.\d+\"/\"LCOV $version\"/g;
96 s/(our\s+\$lcov_version\s*=\s*["']).*(["'].*)$/$1LCOV version $version$2/g;

Completed in 41 milliseconds