Lines Matching refs:null
19 boolean[] arr = null; in test_getBooleanArray()
24 byte[] arr = null; in test_getByteArray()
29 char[] arr = null; in test_getCharArray()
34 double[] arr = null; in test_getDoubleArray()
39 float[] arr = null; in test_getFloatArray()
44 int[] arr = null; in test_getIntArray()
49 long[] arr = null; in test_getLongArray()
54 Object[] arr = null; in test_getObjectArray()
59 short[] arr = null; in test_getShortArray()
64 boolean[] arr = null; in test_setBooleanArray()
69 byte[] arr = null; in test_setByteArray()
74 char[] arr = null; in test_setCharArray()
79 double[] arr = null; in test_setDoubleArray()
84 float[] arr = null; in test_setFloatArray()
89 int[] arr = null; in test_setIntArray()
94 long[] arr = null; in test_setLongArray()
99 Object[] arr = null; in test_setObjectArray()
104 short[] arr = null; in test_setShortArray()