Home
last modified time | relevance | path

Searched defs:stdev (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/startop/apps/test/src/
H A DInteractiveMicrobenchmarkActivity.java72 TextView stdev = new TextView(context); in addBenchmark() local
H A DSystemServerBenchmarks.java50 void onResult(double mean, double stdev); in onResult()
/aosp14/frameworks/base/tests/JankBench/scripts/external/
H A Dstatistics.py609 def stdev(data, xbar=None): function