Lines Matching defs:d
95 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray()
608 public void copyFrom(BaseObj[] d) { in copyFrom()
760 public void copyFromUnchecked(int[] d) { in copyFromUnchecked()
785 public void copyFromUnchecked(short[] d) { in copyFromUnchecked()
810 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked()
835 public void copyFromUnchecked(float[] d) { in copyFromUnchecked()
894 public void copyFrom(int[] d) { in copyFrom()
921 public void copyFrom(short[] d) { in copyFrom()
948 public void copyFrom(byte[] d) { in copyFrom()
975 public void copyFrom(float[] d) { in copyFrom()
1210 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked()
1236 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked()
1262 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked()
1288 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked()
1346 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom()
1375 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom()
1404 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom()
1433 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom()
1726 private void validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) { in validate3DRange()
1750 private void copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFromUnchecked()
1771 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeFromUnchecked() local
1807 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom()
1833 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom()
1838 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom() local
1934 public void copyTo(byte[] d) { in copyTo()
1961 public void copyTo(short[] d) { in copyTo()
1988 public void copyTo(int[] d) { in copyTo()
2015 public void copyTo(float[] d) { in copyTo()
2163 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked()
2189 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked()
2215 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked()
2241 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked()
2299 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo()
2328 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo()
2357 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo()
2386 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo()
2589 private void copy3DRangeToUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeToUnchecked()
2610 mRS.nAllocationRead3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeToUnchecked() local
2645 public void copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeTo()