OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:report
(Results
151 - 175
of
979
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java
9
package com.vladium.emma.
report
.html.doc;
IElement.java
9
package com.vladium.emma.
report
.html.doc;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
JavaNames.java
12
package org.jacoco.
report
;
ZipMultiReportOutput.java
12
package org.jacoco.
report
;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
BundleChecker.java
12
package org.jacoco.
report
.check;
23
import org.jacoco.
report
.ILanguageNames;
Rule.java
12
package org.jacoco.
report
.check;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DelimitedWriter.java
12
package org.jacoco.
report
.csv;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLGroupVisitor.java
12
package org.jacoco.
report
.internal.html;
18
import org.jacoco.
report
.ISourceFileLocator;
19
import org.jacoco.
report
.internal.AbstractGroupVisitor;
20
import org.jacoco.
report
.internal.ReportOutputFolder;
21
import org.jacoco.
report
.internal.html.page.BundlePage;
22
import org.jacoco.
report
.internal.html.page.GroupPage;
23
import org.jacoco.
report
.internal.html.page.NodePage;
24
import org.jacoco.
report
.internal.html.page.ReportPage;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
BundlePage.java
12
package org.jacoco.
report
.internal.html.page;
19
import org.jacoco.
report
.ISourceFileLocator;
20
import org.jacoco.
report
.internal.ReportOutputFolder;
21
import org.jacoco.
report
.internal.html.IHTMLReportContext;
PackagePage.java
12
package org.jacoco.
report
.internal.html.page;
18
import org.jacoco.
report
.ISourceFileLocator;
19
import org.jacoco.
report
.internal.ReportOutputFolder;
20
import org.jacoco.
report
.internal.html.HTMLElement;
21
import org.jacoco.
report
.internal.html.IHTMLReportContext;
22
import org.jacoco.
report
.internal.html.ILinkable;
23
import org.jacoco.
report
.internal.html.resources.Styles;
SourceHighlighter.java
12
package org.jacoco.
report
.internal.html.page;
22
import org.jacoco.
report
.internal.html.HTMLElement;
23
import org.jacoco.
report
.internal.html.resources.Styles;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Resources.java
12
package org.jacoco.
report
.internal.html.resources;
19
import org.jacoco.
report
.internal.ReportOutputFolder;
22
* Static resource that are included with the coverage
report
and might be
28
public static final String STYLESHEET = "
report
.css";
48
* Attaches resources to the
report
with the given root folder.
51
* root folder of the
report
96
* Copies all static resources into the
report
.
99
* if the resources can't be written to the
report
103
copyResource("
report
.gif");
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
BarColumn.java
12
package org.jacoco.
report
.internal.html.table;
25
import org.jacoco.
report
.internal.ReportOutputFolder;
26
import org.jacoco.
report
.internal.html.HTMLElement;
27
import org.jacoco.
report
.internal.html.resources.Resources;
SortIndex.java
12
package org.jacoco.
report
.internal.html.table;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLCoverageWriter.java
12
package org.jacoco.
report
.internal.xml;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
XMLFormatter.java
12
package org.jacoco.
report
.xml;
22
import org.jacoco.
report
.IReportVisitor;
23
import org.jacoco.
report
.ISourceFileLocator;
24
import org.jacoco.
report
.internal.AbstractGroupVisitor;
25
import org.jacoco.
report
.internal.xml.XMLCoverageWriter;
26
import org.jacoco.
report
.internal.xml.XMLDocument;
27
import org.jacoco.
report
.internal.xml.XMLElement;
28
import org.jacoco.
report
.internal.xml.XMLGroupVisitor;
31
*
Report
formatter that creates a single XML file for a coverage session
35
private static final String PUBID = "-//JACOCO//DTD
Report
1.0//EN"
[
all
...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DirectorySourceFileLocatorTest.java
12
package org.jacoco.
report
;
InputStreamSourceFileLocatorTest.java
12
package org.jacoco.
report
;
JavaNamesTest.java
12
package org.jacoco.
report
;
MemoryMultiReportOutput.java
12
package org.jacoco.
report
;
32
* In-memory
report
output for test purposes.
MultiSourceFileLocatorTest.java
12
package org.jacoco.
report
;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RuleTest.java
12
package org.jacoco.
report
.check;
RulesCheckerTest.java
12
package org.jacoco.
report
.check;
24
import org.jacoco.
report
.ILanguageNames;
25
import org.jacoco.
report
.ReportStructureTestDriver;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
CSVFormatterTest.java
12
package org.jacoco.
report
.csv;
23
import org.jacoco.
report
.ILanguageNames;
24
import org.jacoco.
report
.IReportVisitor;
25
import org.jacoco.
report
.MemoryOutput;
26
import org.jacoco.
report
.ReportStructureTestDriver;
75
"
report
/group1/group/bundle,org.jacoco.example,FooClass,10,15,1,2,0,3,1,2,0,1",
78
"
report
/bundle,org.jacoco.example,FooClass,10,15,1,2,0,3,1,2,0,1",
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
ClassPageTest.java
12
package org.jacoco.
report
.internal.html.page;
Completed in 147 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>