OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runVerification
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerificationTest.java
38
runVerification
(1000, new long[]{}, true, new int[]{});
47
runVerification
(1000, timestamps, true, new int[]{});
56
runVerification
(1000, timestamps, true, new int[]{});
65
runVerification
(1000, timestamps, true, new int[]{3});
68
private void
runVerification
(int expected, long[] timestamps, boolean pass,
StandardDeviationVerificationTest.java
50
runVerification
(threshold, values, true, standardDeviations);
53
runVerification
(threshold, values, false, standardDeviations);
56
runVerification
(threshold, values, false, standardDeviations);
59
runVerification
(threshold, values, false, standardDeviations);
62
private void
runVerification
(float[] threshold, float[][] values, boolean pass,
TimestampClockSourceVerificationTest.java
75
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{});
90
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3,4});
104
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{});
118
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3,4});
132
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{});
147
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3});
159
runVerification
(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, new long[]{}, false, new int[]{});
164
private void
runVerification
(int expectedUs, long[] timestamps, boolean pass,
Completed in 69 milliseconds