OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:report
(Results
76 - 100
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/
Text.java
9
package com.vladium.emma.
report
.html.doc;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
FileMultiReportOutput.java
12
package org.jacoco.
report
;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
RulesChecker.java
12
package org.jacoco.
report
.check;
22
import org.jacoco.
report
.ILanguageNames;
23
import org.jacoco.
report
.IReportGroupVisitor;
24
import org.jacoco.
report
.IReportVisitor;
25
import org.jacoco.
report
.ISourceFileLocator;
26
import org.jacoco.
report
.JavaNames;
70
* call-back to
report
violations to
71
* @return visitor to emit the
report
data to
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
CSVGroupHandler.java
12
package org.jacoco.
report
.csv;
19
import org.jacoco.
report
.IReportGroupVisitor;
20
import org.jacoco.
report
.ISourceFileLocator;
23
*
Report
visitor that handles coverage information for groups.
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
AbstractGroupVisitor.java
12
package org.jacoco.
report
.internal;
19
import org.jacoco.
report
.IReportGroupVisitor;
20
import org.jacoco.
report
.ISourceFileLocator;
58
* if the
report
can't be written
77
* if the
report
can't be written
86
* if the
report
can't be written
97
* if the
report
can't be written
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLDocument.java
12
package org.jacoco.
report
.internal.html;
18
import org.jacoco.
report
.internal.xml.XMLDocument;
IHTMLReportContext.java
12
package org.jacoco.
report
.internal.html;
16
import org.jacoco.
report
.ILanguageNames;
17
import org.jacoco.
report
.internal.html.index.IIndexUpdate;
18
import org.jacoco.
report
.internal.html.resources.Resources;
19
import org.jacoco.
report
.internal.html.table.Table;
22
* Context and configuration information during creation of a HTML
report
.
27
* Returns the static resources used in this
report
.
34
* Returns the language names call-back used in this
report
.
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/index/
ElementIndex.java
12
package org.jacoco.
report
.internal.html.index;
17
import org.jacoco.
report
.internal.ReportOutputFolder;
18
import org.jacoco.
report
.internal.html.ILinkable;
21
* An index over all
report
pages that allows queries according to certain
31
* Creates a new empty index for a HTML
report
.
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
MethodItem.java
12
package org.jacoco.
report
.internal.html.page;
17
import org.jacoco.
report
.internal.ReportOutputFolder;
18
import org.jacoco.
report
.internal.html.ILinkable;
19
import org.jacoco.
report
.internal.html.resources.Styles;
20
import org.jacoco.
report
.internal.html.table.ITableItem;
NodePage.java
12
package org.jacoco.
report
.internal.html.page;
15
import org.jacoco.
report
.internal.ReportOutputFolder;
16
import org.jacoco.
report
.internal.html.IHTMLReportContext;
17
import org.jacoco.
report
.internal.html.resources.Resources;
18
import org.jacoco.
report
.internal.html.resources.Styles;
19
import org.jacoco.
report
.internal.html.table.ITableItem;
22
*
Report
page that represents a coverage node.
SourceFileItem.java
12
package org.jacoco.
report
.internal.html.page;
16
import org.jacoco.
report
.internal.ReportOutputFolder;
17
import org.jacoco.
report
.internal.html.resources.Styles;
18
import org.jacoco.
report
.internal.html.table.ITableItem;
TablePage.java
12
package org.jacoco.
report
.internal.html.page;
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.resources.Resources;
23
import org.jacoco.
report
.internal.html.table.ITableItem;
26
*
Report
page that contains a table of items linked to other pages.
44
* base folder to create this
report
in
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
IColumnRenderer.java
12
package org.jacoco.
report
.internal.html.table;
19
import org.jacoco.
report
.internal.ReportOutputFolder;
20
import org.jacoco.
report
.internal.html.HTMLElement;
21
import org.jacoco.
report
.internal.html.resources.Resources;
LabelColumn.java
12
package org.jacoco.
report
.internal.html.table;
19
import org.jacoco.
report
.internal.ReportOutputFolder;
20
import org.jacoco.
report
.internal.html.HTMLElement;
21
import org.jacoco.
report
.internal.html.resources.Resources;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLGroupVisitor.java
13
package org.jacoco.
report
.internal.xml;
18
import org.jacoco.
report
.ISourceFileLocator;
19
import org.jacoco.
report
.internal.AbstractGroupVisitor;
22
* A {@link org.jacoco.
report
.IReportGroupVisitor} that transforms the
report
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
FileMultiReportOutputTest.java
12
package org.jacoco.
report
;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
ClassRowWriterTest.java
12
package org.jacoco.
report
.csv;
23
import org.jacoco.
report
.ILanguageNames;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/
NormalizedFileNamesTest.java
12
package org.jacoco.
report
.internal;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
LinkableStub.java
12
package org.jacoco.
report
.internal.html;
14
import org.jacoco.
report
.internal.ReportOutputFolder;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
StylesTest.java
12
package org.jacoco.
report
.internal.html.resources;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
XMLSupport.java
12
package org.jacoco.
report
.internal.xml;
/external/mockito/src/org/mockito/internal/configuration/
SpyAnnotationEngine.java
53
FieldInitializationReport
report
= new FieldInitializer(testInstance, field).initialize();
local
54
instance =
report
.fieldInstance();
/external/owasp/sanitizer/
Makefile
16
@echo " coverage - Runs tests and generates a code coverage
report
."
126
-Demma.
report
.out.file=out/coverage/index.html \
127
-Demma.
report
.out.encoding=UTF-8 \
/external/skia/src/gpu/gl/debug/
GrDebugGL.cpp
57
// unref & delete the texture units first so they don't show up on the leak
report
63
this->
report
();
206
void GrDebugGL::
report
() const {
function in class:GrDebugGL
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
Util.java
75
static final public void
report
(String msg, Throwable t) {
method in class:Util
81
static final public void
report
(String msg) {
method in class:Util
Completed in 152 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>