D | GetSetTest.java | 144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 200 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 214 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify() method in GetSetTest 298 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1); in testGetSet_char() 300 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1); in testGetSet_char() 303 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1); in testGetSet_char() 305 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1); in testGetSet_char() [all …]
|