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

  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 9 '<list of {txt|html|lcov|xml}>',
  /external/emma/core/res/com/vladium/emma/
run_usage.res 24 '<list of {txt|html|lcov|xml}>',
  /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/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/emma/ant/ant14/com/vladium/emma/report/
IReportEnums.java 36 "lcov",
reportTask.java 51 + ": no report types specified: provide at least one of <txt>, <html>, <lcov>, <xml> nested elements", location).fillInStackTrace ();
ReportCfg.java 210 static final String TYPE = "lcov";
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 31 # HTML output inspired by the output of lcov as found on the GStreamer
236 # In contrast to the lcov we want to show files that have been compiled
238 # lines covered in the path but they are not lcov files.
  /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 ();
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gcov 

Completed in 192 milliseconds