HomeSort by relevance Sort by last modified time
    Searched refs:mStddev (Results 1 - 12 of 12) sorted by null

  /frameworks/native/libs/cpustats/
CentralTendencyStatistics.cpp 48 mStddev = NAN;
75 mStddev = stddev;
78 stddev = mStddev;
  /frameworks/native/include/cpustats/
CentralTendencyStatistics.h 29 mVariance(NAN), mVarianceKnownForN(0), mStddev(NAN), mStddevKnownForN(0) { }
70 mutable double mStddev;
  /cts/suite/pts/lib/commonutil/src/com/android/pts/util/
Stat.java 29 public double mStddev;
34 mStddev = stddev;
ReportLog.java 70 (addMin ? (" min " + stat.mMin) : (" max " + stat.mMax)) + " stddev " + stat.mStddev);
  /cts/suite/pts/deviceTests/ui/src/com/android/pts/ui/
ScrollingTest.java 70 getReportLog().printSummary("Time ms", stat.mAverage, stat.mStddev);
  /cts/suite/pts/deviceTests/filesystemperf/src/com/android/pts/filesystemperf/
SequentialRWTest.java 68 getReportLog().printSummary("MB/s", stat.mAverage, stat.mStddev);
109 getReportLog().printSummary("MB/s", stat.mAverage, stat.mStddev);
FileUtil.java 302 report.printSummary("MB/s", stat.mAverage, stat.mStddev);
352 report.printSummary("MB/s", stat.mAverage, stat.mStddev);
390 report.printSummary("MB/s", stat.mAverage, stat.mStddev);
  /cts/suite/pts/deviceTests/dram/src/com/android/pts/dram/
BandwidthTest.java 110 double screensPerSecStddev = stat.mStddev / pixels * 1024.0 * 1024.0 / 4.0;
  /cts/suite/pts/hostTests/bootup/src/com/android/pts/bootup/
BootupTimeTest.java 70 mReport.printSummary("time in ms", stat.mAverage, stat.mStddev);
  /cts/suite/pts/hostTests/uihost/control/src/com/android/pts/taskswitching/control/
TaskswitchingDeviceTest.java 86 getReportLog().printSummary("Time ms", stat.mAverage, stat.mStddev);
  /cts/suite/pts/hostTests/uihost/src/com/android/pts/uihost/
InstallTimeTest.java 94 mReport.printSummary("time in ms", stat.mAverage, stat.mStddev);
  /cts/suite/pts/hostTests/browser/src/com/android/pts/browser/
BrowserTest.java 101 mReport.printSummary("Score", stat.mAverage, stat.mStddev);

Completed in 652 milliseconds