Searched refs:TOTAL_SRCFILE_COUNT (Results 1 – 5 of 5) sorted by relevance
68 int TOTAL_SRCFILE_COUNT = 12; field71 int NUM_OF_AGGREGATES = TOTAL_SRCFILE_COUNT + 1;
121 case TOTAL_SRCFILE_COUNT: in getAggregate()123 return aggregates [TOTAL_SRCFILE_COUNT] = 1; in getAggregate()
153 emitStatsCount ("srcfiles", item.getAggregate (IItem.TOTAL_SRCFILE_COUNT)); in visit()
163 … row ("total executable files:" + m_separator + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT)); in visit()
224 … row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false); in visit()