Home
last modified time | relevance | path

Searched refs:ReportCfg (Results 1 – 3 of 3) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java18 import com.vladium.emma.report.ReportCfg.Element_HTML;
19 import com.vladium.emma.report.ReportCfg.Element_LCOV;
20 import com.vladium.emma.report.ReportCfg.Element_TXT;
21 import com.vladium.emma.report.ReportCfg.Element_XML;
39 m_reportCfg = new ReportCfg (getProject (), this); in init()
182 private ReportCfg m_reportCfg;
DReportCfg.java48 class ReportCfg implements IReportProperties class
236 public ReportCfg (final Project project, final Task task) in ReportCfg() method in ReportCfg
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java18 import com.vladium.emma.report.ReportCfg;
21 import com.vladium.emma.report.ReportCfg.Element_HTML;
22 import com.vladium.emma.report.ReportCfg.Element_LCOV;
23 import com.vladium.emma.report.ReportCfg.Element_TXT;
24 import com.vladium.emma.report.ReportCfg.Element_XML;
50 m_reportCfg = new ReportCfg (project, this); in init()
586 private /*final*/ ReportCfg m_reportCfg;