/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | EventGapVerificationTest.java | 46 long[] timestamps = {1000000, 2000000, 3000000, 4000000, 5000000}; in testVerify_correct() local 55 long[] timestamps = {1100000, 2050000, 2990000, 4000000, 4950000}; in testVerify_jitter() local 64 long[] timestamps = {1000000, 2000000, 3000000, 5000000, 6000000}; in testVerify_missing_events() local 68 private void runVerification(int expected, long[] timestamps, boolean pass, in runVerification() 96 private static EventGapVerification getVerification(int expected, long ... timestamps) { in getVerification()
|
D | TimestampClockSourceVerificationTest.java | 73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_pass() local 88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_fail() local 102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_pass() local 116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_fail() local 130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_pass() local 145 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_fail() local 164 private void runVerification(int expectedUs, long[] timestamps, boolean pass, in runVerification() 198 …vate static TimestampClockSourceVerification getVerification(int expectedUs, long ... timestamps) { in getVerification()
|
D | JitterVerificationTest.java | 46 long[] timestamps = new long[SAMPLE_SIZE]; in testVerify() local 74 long[] timestamps = new long[]{0, 1, 2, 3, 4}; in testCalculateDelta() local 102 private static JitterVerification getVerification(int marginPercent, long ... timestamps) { in getVerification()
|
D | FrequencyVerificationTest.java | 37 long[] timestamps = {0, 1000000, 2000000, 3000000, 4000000}; // 1000Hz in testVerifification() local 82 long ... timestamps) { in getVerification()
|
D | EventOrderingVerificationTest.java | 90 private static EventOrderingVerification getVerification(long ... timestamps) { in getVerification()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 70 ### ts is part of the moreutils package
|
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
D | NativeMidiEchoTest.java | 97 private void generateRandomBufers(byte[][] buffers, long timestamps[], int numMessages) { in generateRandomBufers() 312 long timestamps[] = new long[numMessages]; in test_D_EchoNMessages() local 342 long timestamps[] = new long[numMessages]; in test_E_FlushMessages() local 432 long timestamps[] = new long[numMessages]; in test_H_EchoNMessages_PureNative() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecoderTestAacDrc.java | 398 int eossample, List<Long> timestamps, DrcParams drcParams, String decoderName) in decodeToMemory()
|
D | DecoderTest.java | 323 List<Long> timestamps = new ArrayList<Long>(); in testTimeStampOrdering() local
|
D | MediaPlayerTest.java | 1391 final BlockingDeque<MediaTimestamp> timestamps = new LinkedBlockingDeque<>(); in testMediaTimeDiscontinuity() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | SurfaceViewPreviewTest.java | 915 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in verifyCaptureResults() local
|