HomeSort by relevance Sort by last modified time
    Searched refs:unitsType (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 77 public void setUnitsType (final int unitsType)
79 if ($assert.ENABLED) $assert.ASSERT (unitsType >= IItemAttribute.UNITS_COUNT && unitsType <= IItemAttribute.UNITS_INSTR, "invalid units type: " + unitsType);
81 m_unitsType = unitsType;
275 final String unitsType = getReportProperty (properties, type, IReportProperties.UNITS_TYPE, true, IReportProperties.DEFAULT_UNITS_TYPE);
276 result.setUnitsType (IReportProperties.COUNT_UNITS.equals (unitsType) ? IItemAttribute.UNITS_COUNT : IItemAttribute.UNITS_INSTR);
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 253 final int unitsType = m_settings.getUnitsType();
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /external/emma/lib/
emma.jar 

Completed in 1552 milliseconds