/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | GoogLeNet.java | 216 matC.get(i-1).copy1DRangeTo(0, 1, floatOut); in runTest() 228 matC.get(i-1).copy1DRangeTo(0, 1, byteOut); in runTest()
|
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
D | compute.cpp | 70 aout->copy1DRangeTo(0, numElems, buf); in main()
|
/frameworks/rs/tests/cpp_api/cppallocation/ |
D | compute.cpp | 47 aout->copy1DRangeTo(0, numElems, buf); in main()
|
/frameworks/av/media/libstagefright/filters/ |
D | RSFilter.cpp | 91 mAllocOut->copy1DRangeTo(0, mWidth * mHeight, outBuffer->data()); in processBuffers()
|
D | IntrinsicBlurFilter.cpp | 94 mAllocOut->copy1DRangeTo(0, mWidth * mHeight, outBuffer->data()); in processBuffers()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 72 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Byte() 114 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Short() 156 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Int() 198 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Float() 240 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 716 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Byte3() 759 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Short3() 802 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Int3() 845 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Float3() 888 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Long3()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 74 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Byte() 116 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Short() 158 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Int() 200 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Float() 242 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 717 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Byte3() 760 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Short3() 803 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Int3() 846 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Float3() 889 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Long3()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 76 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Byte() 118 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Short() 160 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Int() 202 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Float() 244 alloc.copy1DRangeTo(offset, count, outArray); in allocation_copy1DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 719 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Byte3() 762 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Short3() 805 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Int3() 848 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Float3() 891 alloc.copy1DRangeTo(offset, count, outArray); in testAllocation_copy1DRangeTo_Long3()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 2163 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2193 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2222 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2251 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2280 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2265 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2295 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2324 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2353 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2382 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { in copy1DRangeTo() function in Allocation 278 copy1DRangeTo(0, mCurrentCount, data); in copy1DTo()
|
D | rsCppStructs.h | 702 void copy1DRangeTo(uint32_t off, size_t count, void *data);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 41330 method public void copy1DRangeTo(int, int, Object); 41331 method public void copy1DRangeTo(int, int, int[]); 41332 method public void copy1DRangeTo(int, int, short[]); 41333 method public void copy1DRangeTo(int, int, byte[]); 41334 method public void copy1DRangeTo(int, int, float[]);
|