Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DRVCVXCheckTestActivity.java87 public static final float roll_max_error = 0.35f; field in RVCVXCheckTestActivity.Criterion
213 getReportLog().addValue("Roll error MAX", mReport.roll_max_error, in activitySetUp()
242 mReport.roll_rms_error, mReport.roll_max_error, in activitySetUp()
324 assertLessThan("Roll max error", mReport.roll_max_error, Criterion.roll_max_error); in test1RollAxis()
H A DRVCVXCheckAnalyzer.java99 public double roll_max_error; field in RVCVXCheckAnalyzer.AnalyzeReport
150 writer.name("roll_max_error").value(roll_max_error); in writeJSONToStream()
266 report.roll_max_error = calcMaxErr(vrecs, srecs2, 0); in processDataSet()