Lines Matching defs:d
82 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray()
531 public void copyFrom(BaseObj[] d) { in copyFrom()
654 public void copyFromUnchecked(int[] d) { in copyFromUnchecked()
665 public void copyFromUnchecked(short[] d) { in copyFromUnchecked()
676 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked()
687 public void copyFromUnchecked(float[] d) { in copyFromUnchecked()
717 public void copyFrom(int[] d) { in copyFrom()
729 public void copyFrom(short[] d) { in copyFrom()
741 public void copyFrom(byte[] d) { in copyFrom()
753 public void copyFrom(float[] d) { in copyFrom()
959 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked()
971 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked()
983 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked()
995 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked()
1024 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom()
1038 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom()
1052 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom()
1066 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom()
1275 private void validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) { in validate3DRange()
1299 private void copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFromUnchecked()
1320 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeFromUnchecked() local
1340 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom()
1366 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom()
1371 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom() local
1439 public void copyTo(byte[] d) { in copyTo()
1451 public void copyTo(short[] d) { in copyTo()
1463 public void copyTo(int[] d) { in copyTo()
1475 public void copyTo(float[] d) { in copyTo()
1592 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked()
1604 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked()
1616 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked()
1628 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked()
1657 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo()
1671 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo()
1685 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo()
1699 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo()
1816 private void copy3DRangeToUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeToUnchecked()
1837 mRS.nAllocationRead3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeToUnchecked() local
1855 public void copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeTo()