Home
last modified time | relevance | path

Searched refs:overall (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/JankBench/scripts/
Ditr_collect.py81 overall = []
113 overall.append(geo_run)
121 global_overall[run_id] = scipy.stats.gmean(overall)
Dcollect.py112 overall = []
166 overall.append(geo_run)
174 global_overall[run_id] = scipy.stats.gmean(overall)
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DGlobalResultsStore.java291 DescriptiveStatistics overall = new DescriptiveStatistics(); in exportToCsv() local
305 overall.addValue(score); in exportToCsv()
340 (100 * overall.getStandardDeviation() / overall.getMean()) + "%\n"); in exportToCsv()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal341 * by all the windows from the same window group, therefore may reduce the overall memory
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop25 # overall latency and the lengths of the app --> SF and SF --> display phases)
/frameworks/base/core/proto/android/os/
Dbatterystats.proto800 // Aggregated wakelock data for an app overall, across all of its wakelocks.
806 // wakelocks. AggregatedWakelock, on the other hand, holds overall per-app
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto321 // their application to let the overall system work best. The value is in
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto1945 // Histogram of RTT operation overall status
1999 // Status codes for overall RTT operation
2086 // Histogram bucket for Wi-Fi RTT overall operation status
/frameworks/base/cmds/statsd/src/
Datoms.proto1683 // Bit mask of overall layout of the screen.
1705 // Contains information about the overall ui mode of the device.
6519 // Build.PRODUCT. The name of the overall product.
6642 * Pulls on-device BatteryStats power use calculations for the overall device.