Lines Matching full:magic

29   private static final int MAGIC = 42;  field in PrimitiveArrayTests
33 assertThat(nativeTestMakeBooleanArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
34 assertThat(nativeTestMakeByteArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
35 assertThat(nativeTestMakeCharArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
36 assertThat(nativeTestMakeShortArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
37 assertThat(nativeTestMakeIntArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
38 assertThat(nativeTestMakeLongArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
39 assertThat(nativeTestMakeFloatArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
40 assertThat(nativeTestMakeDoubleArray(MAGIC).length).isEqualTo(MAGIC); in testMakeArrays()
81 byte[] array = new byte[MAGIC]; in testGetSetByteArray()
97 char[] array = new char[MAGIC]; in testGetSetCharArray()
113 short[] array = new short[MAGIC]; in testGetSetShortArray()
129 int[] intArray = new int[MAGIC]; in testGetSetIntArray()
145 long[] longArray = new long[MAGIC]; in testGetSetLongArray()
161 float[] floatArray = new float[MAGIC]; in testGetSetFloatArray()
177 double[] doubleArray = new double[MAGIC]; in testGetSetDoubleArray()
193 byte[] array = new byte[MAGIC]; in testPinByteArray()
209 char[] array = new char[MAGIC]; in testPinCharArray()
225 short[] array = new short[MAGIC]; in testPinShortArray()
241 int[] intArray = new int[MAGIC]; in testPinIntArray()
257 long[] longArray = new long[MAGIC]; in testPinLongArray()
273 float[] floatArray = new float[MAGIC]; in testPinFloatArray()
289 double[] doubleArray = new double[MAGIC]; in testPinDoubleArray()
305 byte[] array = new byte[MAGIC]; in testPinByteArrayRegion()
321 char[] array = new char[MAGIC]; in testPinCharArrayRegion()
337 short[] array = new short[MAGIC]; in testPinShortArrayRegion()
353 int[] intArray = new int[MAGIC]; in testPinIntArrayRegion()
369 long[] longArray = new long[MAGIC]; in testPinLongArrayRegion()
385 float[] floatArray = new float[MAGIC]; in testPinFloatArrayRegion()
401 double[] doubleArray = new double[MAGIC]; in testPinDoubleArrayRegion()
417 byte[] array = new byte[MAGIC]; in testPinByteArrayCritical()
433 char[] array = new char[MAGIC]; in testPinCharArrayCritical()
449 short[] array = new short[MAGIC]; in testPinShortArrayCritical()
465 int[] intArray = new int[MAGIC]; in testPinIntArrayCritical()
481 long[] longArray = new long[MAGIC]; in testPinLongArrayCritical()
497 float[] floatArray = new float[MAGIC]; in testPinFloatArrayCritical()
513 double[] doubleArray = new double[MAGIC]; in testPinDoubleArrayCritical()