HomeSort by relevance Sort by last modified time
    Searched defs:SAMPLE_SIZE (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
JitterVerificationTest.java 36 final int SAMPLE_SIZE = 100;
47 long[] timestamps = new long[SAMPLE_SIZE];
48 for (int i = 0; i < SAMPLE_SIZE; i++) {
58 for (int i = 0; i < SAMPLE_SIZE; i++) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 41 private static final int SAMPLE_SIZE = 32;
363 for (int i = 0; i < bytes.length; i += SAMPLE_SIZE)
365 if (bytes.length - i > SAMPLE_SIZE)
368 buf.append(new String(Hex.encode(bytes, i, SAMPLE_SIZE)));
370 buf.append(calculateAscString(bytes, i, SAMPLE_SIZE));
377 for (int j = bytes.length - i; j != SAMPLE_SIZE; j++)
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 344 milliseconds