Searched refs:offset1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioRecordSharedAudioTest.java | 243 int offset1 = i + FIRST_EXPECTED_SAMPLE; in testCapturesMatch() local 244 if (offset1 < 0) { in testCapturesMatch() 248 if (RECORD1_NUM_SAMPLES - offset1 < RECORD2_NUM_SAMPLES) { in testCapturesMatch() 256 if (buffer2[j] != buffer1[j + offset1]) { in testCapturesMatch()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | TestUtils.java | 942 static byte[] concat(byte[] arr1, int offset1, int len1, in concat() argument 947 return subarray(arr1, offset1, len1); in concat() 951 System.arraycopy(arr1, offset1, result, 0, len1); in concat()
|
D | BlockCipherTestBase.java | 1554 protected static boolean equals(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in equals() argument 1565 if (arr1[i + offset1] != arr2[i + offset2]) { in equals()
|