Searched refs:total (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DDexTranslationAdvice.java99 * Calculates the total rop width of the list of SSA registers
106 int total = 0;
109 total += sources.get(i).getCategory();
112 return total;
/dalvik/dx/src/com/android/dx/rop/code/
H A DDexTranslationAdvice.java110 * Calculates the total rop width of the list of SSA registers
117 int total = 0;
120 total += sources.get(i).getCategory();
123 return total;
/dalvik/tools/dmtracedump/
H A DTraceDump.c1535 double total, sum, per, sum_per; local
1541 total = sumThreadTime;
1589 per = 100.0 * method->elapsedExclusive / total;
1590 sum_per = 100.0 * sum / total;
1696 double total, sum, per, sum_per; local
1702 total = sumThreadTime;
1724 printf("index %%/total %%/self index calls usecs name\n");
1758 per = 100.0 * method->elapsedInclusive / total;
1897 double total, sum, per, sum_per; local
1901 total
2133 double total, sum, per, sum_per; local
[all...]

Completed in 309 milliseconds