Home
last modified time | relevance | path

Searched refs:copy1DRangeTo (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2269 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation
2299 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation
2328 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation
2357 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation
2386 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt37992 method @Deprecated public void copy1DRangeTo(int, int, Object);
37993 method @Deprecated public void copy1DRangeTo(int, int, int[]);
37994 method @Deprecated public void copy1DRangeTo(int, int, short[]);
37995 method @Deprecated public void copy1DRangeTo(int, int, byte[]);
37996 method @Deprecated public void copy1DRangeTo(int, int, float[]);