Home
last modified time | relevance | path

Searched defs:createVisitor (Results 1 – 5 of 5) sorted by relevance

/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java156 abstract IReportVisitor createVisitor() throws IOException; in createVisitor() method in ReportTask.FormatterElement
230 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.HTMLFormatterElement
278 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.CSVFormatterElement
331 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.XMLFormatterElement
388 public IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask.CheckFormatterElement
527 private IReportVisitor createVisitor() throws IOException { in createVisitor() method in ReportTask
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DCSVFormatter.java75 public IReportVisitor createVisitor(final OutputStream output) in createVisitor() method in CSVFormatter
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DRulesChecker.java73 public IReportVisitor createVisitor(final IViolationsOutput output) { in createVisitor() method in RulesChecker
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
DXMLFormatter.java60 public IReportVisitor createVisitor(final OutputStream output) in createVisitor() method in XMLFormatter
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
DHTMLFormatter.java187 public IReportVisitor createVisitor(final IMultiReportOutput output) in createVisitor() method in HTMLFormatter