Lines Matching refs:copy1DRangeToUnchecked

2091     private void copy1DRangeToUnchecked(int off, int count, Object array,  in copy1DRangeToUnchecked()  method in Allocation
2131 public void copy1DRangeToUnchecked(int off, int count, Object array) { in copy1DRangeToUnchecked() method in Allocation
2132 copy1DRangeToUnchecked(off, count, array, in copy1DRangeToUnchecked()
2159 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked() method in Allocation
2160 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length); in copy1DRangeToUnchecked()
2185 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked() method in Allocation
2186 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_16, d.length); in copy1DRangeToUnchecked()
2211 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked() method in Allocation
2212 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_8, d.length); in copy1DRangeToUnchecked()
2237 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked() method in Allocation
2238 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.FLOAT_32, d.length); in copy1DRangeToUnchecked()
2266 copy1DRangeToUnchecked(off, count, array, in copy1DRangeTo()
2297 copy1DRangeToUnchecked(off, count, d, Element.DataType.SIGNED_32, d.length); in copy1DRangeTo()
2326 copy1DRangeToUnchecked(off, count, d, Element.DataType.SIGNED_16, d.length); in copy1DRangeTo()
2355 copy1DRangeToUnchecked(off, count, d, Element.DataType.SIGNED_8, d.length); in copy1DRangeTo()
2384 copy1DRangeToUnchecked(off, count, d, Element.DataType.FLOAT_32, d.length); in copy1DRangeTo()