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

  /external/chromium_org/third_party/lcov/
Makefile 2 # Makefile for LCOV
5 # - install: install LCOV tools and man pages on the system
7 # - dist: create files required for distribution, i.e. the lcov.tar.gz
8 # and the lcov.rpm file. Just make sure to adjust the VERSION
20 TMP_DIR := /tmp/lcov-tmp.$(shell echo $$$$)
35 rm -f lcov-*.tar.gz
36 rm -f lcov-*.rpm
40 bin/install.sh bin/lcov $(BIN_DIR)/lcov -m 755
45 bin/install.sh man/lcov.1 $(MAN_DIR)/man1/lcov.1 -m 64
    [all...]
  /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
14 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
20 %setup -q -n lcov-%{version}
  /external/skia/tools/
coverage.sh 22 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/emma/
test.sh 76 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/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 --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/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 46 else if ("lcov".equals (type))
47 return new com.vladium.emma.report.lcov.ReportGenerator ();
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 11 package com.vladium.emma.report.lcov;
46 * Generates LCOV format files:
110 outFile = new File("coverage.lcov");
280 // TODO: Add partial coverage support to LCOV
409 private static final String TYPE = "lcov";
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 20 # lcov
23 # LCOV coverage data.
40 # 2003-04-10 / Peter Oberparleiter: extended Paul's change so that LCOV
74 our $lcov_version = 'LCOV version 1.10';
75 our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
494 Use lcov to collect coverage data from either the currently running Linux
1276 # as generated by lcov --to-package.
    [all...]

Completed in 85 milliseconds