Searched refs:getTotal (Results 1 – 16 of 16) sorted by relevance
141 numTotalTests += statusSummary.getTotal(); in processRow()144 cellInfo.testCount = statusSummary.getTotal(); in processRow()
42 public int getTotal() { in getTotal() method in StatusSummary
43 long total = langCounter.getTotal(); in main()
342 + "\t" + unchangedCount.getTotal() in print()343 + "\t" + deletedCount.getTotal() in print()344 + "\t" + changedCount.getTotal() in print()345 + "\t" + newCount.getTotal()); in print()
178 long totalChildDiffs = childDiffs.getTotal(); in main()
219 long total = counter2.getTotal(); in showTotal()
82 public Number getTotal() { in getTotal() method in Counter2
124 public long getTotal() { in getTotal() method in Counter
1149 if (counter.getTotal() == 0) { in showSubtypes()
89 public long getTotal() { in getTotal() method in Counter
409 …assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code cove… in checkBuckets()
86 public long getTotal() { in getTotal() method in Counter
406 …assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code cove… in checkBuckets()
237 assertEquals("getCount(a)", counter.getTotal(), 338); in TestCounter()
519 logln(counter.getTotal() + "\t" + getCoverage(counter) + "\t" in TestAbstractPaths()
1214 if (counts.getTotal() == 0) { in showErrorFileIndex()