Home
last modified time | relevance | path

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

/sdk/attribute_stats/src/
DAnalyzer.java407 int totalCount = 0; in processUageMap() local
409 totalCount += usage.count; in processUageMap()
427 float percentage = 100 * usage.count/(float)totalCount; in processUageMap()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiClassAttributeNode.java590 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$
601 while (count < totalCount - 1) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2705 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$ in createNewClass() local
2716 while (count < totalCount - 1) { in createNewClass()