Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java41 int UNITS_INSTR = 1; field
54 …if ($assert.ENABLED) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid un… in getAttribute()
61 …if ($assert.ENABLED) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid un… in getAttributes()
DReportProperties.java79 …unitsType >= IItemAttribute.UNITS_COUNT && unitsType <= IItemAttribute.UNITS_INSTR, "invalid units… in setUnitsType()
276 …operties.COUNT_UNITS.equals (unitsType) ? IItemAttribute.UNITS_COUNT : IItemAttribute.UNITS_INSTR); in parseProperties()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1235 case IItemAttribute.UNITS_INSTR: in embedSrcFile()