Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DJitterVerificationTest.java35 final int SAMPLE_SIZE = 100; in testVerify() local
46 long[] timestamps = new long[SAMPLE_SIZE]; in testVerify()
47 for (int i = 0; i < SAMPLE_SIZE; i++) { in testVerify()
57 for (int i = 0; i < SAMPLE_SIZE; i++) { in testVerify()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-1988/
Dpoc.cpp27 #define SAMPLE_SIZE 6 macro
73 int ret = decode(bytes, SAMPLE_SIZE); in main()