Lines Matching defs:d

91     private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) {  in validateObjectIsPrimitiveArray()
604 public void copyFrom(BaseObj[] d) { in copyFrom()
756 public void copyFromUnchecked(int[] d) { in copyFromUnchecked()
781 public void copyFromUnchecked(short[] d) { in copyFromUnchecked()
806 public void copyFromUnchecked(byte[] d) { in copyFromUnchecked()
831 public void copyFromUnchecked(float[] d) { in copyFromUnchecked()
890 public void copyFrom(int[] d) { in copyFrom()
917 public void copyFrom(short[] d) { in copyFrom()
944 public void copyFrom(byte[] d) { in copyFrom()
971 public void copyFrom(float[] d) { in copyFrom()
1206 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked()
1232 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked()
1258 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked()
1284 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked()
1342 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom()
1371 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom()
1400 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom()
1429 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom()
1722 private void validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) { in validate3DRange()
1746 private void copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFromUnchecked()
1767 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeFromUnchecked() local
1803 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom()
1829 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom()
1834 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff, in copy3DRangeFrom() local
1930 public void copyTo(byte[] d) { in copyTo()
1957 public void copyTo(short[] d) { in copyTo()
1984 public void copyTo(int[] d) { in copyTo()
2011 public void copyTo(float[] d) { in copyTo()
2159 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked()
2185 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked()
2211 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked()
2237 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked()
2295 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo()
2324 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo()
2353 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo()
2382 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo()
2585 private void copy3DRangeToUnchecked(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeToUnchecked()
2606 mRS.nAllocationRead3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d, in copy3DRangeToUnchecked() local
2641 public void copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeTo()