Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/cdc/
DFingerprintMixerTest.java141 int[] totals = new int[64]; in mix_randomlyDistributesBits() local
147 totals[j] += bit; in mix_randomlyDistributesBits()
152 float mean = ((float) totals[i]) / iterations; in mix_randomlyDistributesBits()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java1018 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( in dumpProcessSummaryDetails() local
1020 computeProcessData(totals, now); in dumpProcessSummaryDetails()
1021 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails()
1023 if (percentage >= 0.005 || totals.numPss != 0) { in dumpProcessSummaryDetails()
1032 totals.print(pw, totalTime, full); in dumpProcessSummaryDetails()