Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java40 int UNITS_COUNT = 0; 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 …if ($assert.ENABLED) $assert.ASSERT (unitsType >= IItemAttribute.UNITS_COUNT && unitsType <= IItem… in setUnitsType()
276 …ype (IReportProperties.COUNT_UNITS.equals (unitsType) ? IItemAttribute.UNITS_COUNT : IItemAttribut… in parseProperties()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1231 case IItemAttribute.UNITS_COUNT: in embedSrcFile()