Searched defs:arr1 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | EventLogTest.java | 87 Object[] arr1 = (Object[]) events.get(1).getData(); in testWriteEventWithOversizeValue() local
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 27 void checkValues(const float* arr1, const float* arr2, const int size) { in checkValues()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | TestUtils.java | 807 static byte[] concat(byte[] arr1, byte[] arr2) { in concat() 812 static byte[] concat(byte[] arr1, int offset1, int len1, in concat()
|
D | BlockCipherTestBase.java | 1533 protected static boolean equals(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in equals()
|