Lines Matching refs:arraycopy
38 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); in testObjectCopy()
40 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); in testObjectCopy()
44 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); in testObjectCopy()
96 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length); in makeCopies()
97 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length); in makeCopies()
98 System.arraycopy(intArray, srcPos, intArray, dstPos, length); in makeCopies()
99 System.arraycopy(longArray, srcPos, longArray, dstPos, length); in makeCopies()
100 System.arraycopy(charArray, srcPos, charArray, dstPos, length); in makeCopies()
166 System.arraycopy(new float[len], 0, new float[len], 0, len); in testFloatAndDouble()
167 System.arraycopy(new double[len], 0, new double[len], 0, len); in testFloatAndDouble()
213 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase2()
228 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase3()
243 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase5()
258 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase7()
273 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase8()
288 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase9()
303 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharConstCase11()
317 System.arraycopy(src, 0, dst, 0, copy_length); in testArrayCopyCharCase()