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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCalibratedUncalibratedVerifier.java 28 * uncalibrated sensors comply to the following equation:
29 * calibrated = uncalibrated - bias
102 "Expected to find at least one Calibrated/Uncalibrated event pair for validation."
114 float uncalibrated = uncalibratedEvent.values[i]; local
117 "Calibrated (%s) and Uncalibrated (%s) sensor readings are expected to satisfy:"
118 + " calibrated = uncalibrated - bias. Axis=%d, Calibrated=%s, "
119 + "Uncalibrated=%s, Bias=%s, Threshold=%s",
124 uncalibrated,
127 Assert.assertEquals(message, calibrated, uncalibrated - bias, threshold);
  /external/qemu-pc-bios/bochs/bios/
rombios.c 8691 mov 0x043e, al ;; drive 0 & 1 uncalibrated, no interrupt has occurred local
    [all...]

Completed in 125 milliseconds