Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
407 int totalCount = 0; in processUageMap() local409 totalCount += usage.count; in processUageMap()427 float percentage = 100 * usage.count/(float)totalCount; in processUageMap()
590 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$601 while (count < totalCount - 1) {
2705 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$ in createNewClass() local2716 while (count < totalCount - 1) { in createNewClass()