OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IItem
(Results
1 - 17
of
17
) sorted by null
/external/emma/core/java12/com/vladium/emma/report/
IReportDataView.java
23
IItem
getRoot ();
IItemAttribute.java
43
Comparator /*
IItem
*/ comparator ();
45
void format (
IItem
item, StringBuffer appendTo);
46
boolean passes (
IItem
item, int criterion); // ideally, criteria should come from a double-dispatched API
94
public void format (final
IItem
item, final StringBuffer appendTo)
99
public boolean passes (final
IItem
item, final int criterion)
109
final
IItem
il = (
IItem
) l;
110
final
IItem
ig = (
IItem
) g;
138
public void format (final
IItem
item, final StringBuffer appendTo
[
all
...]
Item.java
22
abstract class Item implements
IItem
27
//
IItem
:
34
public final
IItem
getParent ()
44
public final Iterator getChildren (final ItemComparator /*
IItem
*/ order)
52
final
IItem
[] items = new
IItem
[m_children.size ()];
84
value += ((
IItem
) children.next ()).getAggregate (type);
133
protected void addChild (final
IItem
item)
141
protected final
IItem
m_parent;
147
Item (final
IItem
parent
[
all
...]
IItem.java
7
* $Id:
IItem
.java,v 1.1.1.1.2.1 2005/06/12 22:43:11 vlad_r Exp $
18
interface
IItem
26
IItem
getParent ();
28
Iterator /*
IItem
*/ getChildren ();
34
Iterator /*
IItem
*/ getChildren (ItemComparator /*
IItem
*/ order);
PackageItem.java
20
public PackageItem (final
IItem
parent, final String name, final String VMname) // TODO: this is VM name for now
ReportDataModel.java
157
public
IItem
getRoot()
162
ReportDataView (final
IItem
root)
168
private final
IItem
m_root;
SrcFileItem.java
46
public SrcFileItem (final
IItem
parent, final String name, final String fullVMName)
112
value += ((
IItem
) children.next ()).getAggregate (COVERAGE_CLASS_COUNT);
ClassItem.java
27
public ClassItem (final
IItem
parent, final ClassDescriptor cls, final boolean [][] coverage)
MethodItem.java
26
public MethodItem (final
IItem
parent, final int ID, final String name, final String descriptor, final int firstLine)
ReportProperties.java
436
_metrics.put (out [0], (int) Math.round (((criterion *
IItem
.PRECISION) / 100.0)));
/external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java
33
import com.vladium.emma.report.
IItem
;
75
final
IItem
head = (
IItem
) m_queue.removeFirst ();
158
row ("total classes:" + m_separator + item.getAggregate (
IItem
.TOTAL_CLASS_COUNT));
159
row ("total methods:" + m_separator + item.getAggregate (
IItem
.TOTAL_METHOD_COUNT));
163
row ("total executable files:" + m_separator + item.getAggregate (
IItem
.TOTAL_SRCFILE_COUNT));
166
row ("total executable lines:" + m_separator + item.getAggregate (
IItem
.TOTAL_LINE_COUNT));
179
final
IItem
pkg = (
IItem
) packages.next ();
228
final
IItem
srcORcls = (IItem) srcORclsFiles.next ()
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
21
import com.vladium.emma.report.
IItem
;
81
final
IItem
head = (
IItem
) m_queue.removeFirst();
126
final
IItem
pkg = (
IItem
) packages.next();
152
final
IItem
srcORcls = (
IItem
) srcORclsFiles.next();
406
private LinkedList /*
IITem
*/ m_queue;
/external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java
34
import com.vladium.emma.report.
IItem
;
148
emitStatsCount ("classes", item.getAggregate (
IItem
.TOTAL_CLASS_COUNT));
149
emitStatsCount ("methods", item.getAggregate (
IItem
.TOTAL_METHOD_COUNT));
153
emitStatsCount ("srcfiles", item.getAggregate (
IItem
.TOTAL_SRCFILE_COUNT));
156
emitStatsCount ("srclines", item.getAggregate (
IItem
.TOTAL_LINE_COUNT));
372
private void emitItem (final
IItem
item, final ItemComparator childrenOrder)
404
((
IItem
) packages.next ()).accept (this, null);
421
private void emitItemCoverage (final
IItem
item, final int [] columns)
/external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java
43
import com.vladium.emma.report.
IItem
;
108
final
IItem
head = (
IItem
) m_queue.removeFirst ();
169
final
IItem
[] path = getParentPath (item);
224
row.newCell ().setText ("" + item.getAggregate (
IItem
.TOTAL_SRCFILE_COUNT), false);
229
row.newCell ().setText ("" + item.getAggregate (
IItem
.TOTAL_CLASS_COUNT), true);
232
row.newCell ().setText ("" + item.getAggregate (
IItem
.TOTAL_METHOD_COUNT), true);
238
row.newCell ().setText ("" + item.getAggregate (
IItem
.TOTAL_LINE_COUNT), true);
246
first.newCell ().setText ("total classes: " + item.getAggregate (
IItem
.TOTAL_CLASS_COUNT), true);
247
first.newCell ().setText ("total methods: " + item.getAggregate (
IItem
.TOTAL_METHOD_COUNT), true)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h
113
typedef struct
IItem
IItem
;
[
all
...]
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 411 milliseconds