/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_instance.java | 83 ai1.copyTo(i1); in run() 84 ai2.copyTo(i2); in run() 85 ai3.copyTo(i3); in run() 86 ai4.copyTo(i4); in run() 87 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 47 a2.copyTo(f2); in testFloat2() 71 a2.copyTo(f2); in testFloat3() 95 a2.copyTo(f2); in testFloat4()
|
D | UT_alloc_copyPadded.java | 99 alloc.copyTo(outArray); in testAllocation_Byte3_1D() 131 alloc.copyTo(outArray); in testAllocation_Byte3_2D() 164 alloc.copyTo(outArray); in testAllocation_Byte3_3D() 198 alloc.copyTo(outArray); in testAllocation_Short3_1D() 233 alloc.copyTo(outArray); in testAllocation_Short3_2D() 269 alloc.copyTo(outArray); in testAllocation_Short3_3D() 303 alloc.copyTo(outArray); in testAllocation_Int3_1D() 338 alloc.copyTo(outArray); in testAllocation_Int3_2D() 374 alloc.copyTo(outArray); in testAllocation_Int3_3D() 408 alloc.copyTo(outArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_instance.java | 81 ai1.copyTo(i1); in run() 82 ai2.copyTo(i2); in run() 83 ai3.copyTo(i3); in run() 84 ai4.copyTo(i4); in run() 85 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 45 a2.copyTo(f2); in testFloat2() 69 a2.copyTo(f2); in testFloat3() 93 a2.copyTo(f2); in testFloat4()
|
D | UT_alloc_copyPadded.java | 97 alloc.copyTo(outArray); in testAllocation_Byte3_1D() 129 alloc.copyTo(outArray); in testAllocation_Byte3_2D() 162 alloc.copyTo(outArray); in testAllocation_Byte3_3D() 196 alloc.copyTo(outArray); in testAllocation_Short3_1D() 231 alloc.copyTo(outArray); in testAllocation_Short3_2D() 267 alloc.copyTo(outArray); in testAllocation_Short3_3D() 301 alloc.copyTo(outArray); in testAllocation_Int3_1D() 336 alloc.copyTo(outArray); in testAllocation_Int3_2D() 372 alloc.copyTo(outArray); in testAllocation_Int3_3D() 406 alloc.copyTo(outArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_instance.java | 84 ai1.copyTo(i1); in run() 85 ai2.copyTo(i2); in run() 86 ai3.copyTo(i3); in run() 87 ai4.copyTo(i4); in run() 88 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
D | UT_alloc_copyPadded.java | 96 alloc.copyTo(outArray); in testAllocation_Byte3_1D() 128 alloc.copyTo(outArray); in testAllocation_Byte3_2D() 161 alloc.copyTo(outArray); in testAllocation_Byte3_3D() 195 alloc.copyTo(outArray); in testAllocation_Short3_1D() 230 alloc.copyTo(outArray); in testAllocation_Short3_2D() 266 alloc.copyTo(outArray); in testAllocation_Short3_3D() 300 alloc.copyTo(outArray); in testAllocation_Int3_1D() 335 alloc.copyTo(outArray); in testAllocation_Int3_2D() 371 alloc.copyTo(outArray); in testAllocation_Int3_3D() 405 alloc.copyTo(outArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/av/media/libnblog/ |
D | Entry.cpp | 113 void EntryIterator::copyTo(std::unique_ptr<audio_utils_fifo_writer> &dst) const in copyTo() function in android::NBLog::EntryIterator 204 it.copyTo(dst); // copy fmt start entry in copyWithAuthor() 205 (++it).copyTo(dst); // copy timestamp in copyWithAuthor() 206 (++it).copyTo(dst); // copy hash in copyWithAuthor() 218 it.copyTo(dst); in copyWithAuthor() 220 it.copyTo(dst); in copyWithAuthor()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSTile.java | 122 public boolean copyTo(State other) { in copyTo() method in QSTile.State 182 copyTo(state); in copy() 193 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState 195 final boolean changed = super.copyTo(other) || o.value != value; in copyTo() 210 copyTo(state); in copy() 224 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState 234 return super.copyTo(other) || changed; in copyTo() 248 copyTo(state); in copy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarSignalPolicy.java | 330 protected void copyTo(SignalIconState other) { in copyTo() method in StatusBarSignalPolicy.SignalIconState 359 public void copyTo(WifiIconState other) { in copyTo() method in StatusBarSignalPolicy.WifiIconState 360 super.copyTo(other); in copyTo() 368 copyTo(newState); in copy() 426 copyTo(copy); in copy() 430 public void copyTo(MobileIconState other) { in copyTo() method in StatusBarSignalPolicy.MobileIconState 431 super.copyTo(other); in copyTo() 444 state.copyTo(copy); in copyStates()
|
/frameworks/base/core/java/android/content/ |
D | SyncStatusInfo.java | 60 public void copyTo(Stats to) { in copyTo() method in SyncStatusInfo.Stats 298 other.totalStats.copyTo(totalStats); in SyncStatusInfo() 299 other.todayStats.copyTo(todayStats); in SyncStatusInfo() 300 other.yesterdayStats.copyTo(yesterdayStats); in SyncStatusInfo() 450 todayStats.copyTo(yesterdayStats); in maybeResetTodayStats()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | RefocusFilterF32.java | 69 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage() 86 mAllocation.copyTo(mBitmap); in extractSharpImage() 99 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 86 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 99 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 129 mOutputPixelsAllocation.copyTo(output); in calcErrorHeatmapRS()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | RefocusFilterd1new.java | 71 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage() 88 mAllocation.copyTo(mBitmap); in extractSharpImage() 101 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
|
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 237 matC.copyTo(c_byte_output); in setTestSmall() 308 matC.copyTo(c_byte_output); in setTestMedium() 356 matC.copyTo(c_byte_output); in setTestLarge()
|
D | SGEMMTest.java | 162 matC.copyTo(c_float_out); in setTestSmall() 217 matC.copyTo(c_float_out); in setTestMedium() 265 matC.copyTo(c_float_out); in setTestLarge()
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 119 mOut.copyTo(outArray); 160 mOut.copyTo(outArray); 196 mOut.copyTo(outArray); 237 mOut.copyTo(outArray); 278 mOut.copyTo(outArray); 314 mOut.copyTo(outArray); 355 mOut.copyTo(outArray); 396 mOut.copyTo(outArray); 432 mOut.copyTo(outArray); 473 mOut.copyTo(outArray); [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 326 mOutDisplayAllocation1.copyTo(mBitmapOut1); in runBenchmarkLoop() 328 mOutDisplayAllocation2.copyTo(mBitmapOut2); in runBenchmarkLoop() 347 mOutDisplayAllocation1.copyTo(mBitmapOut1); in runBenchmarkLoop() 348 mOutDisplayAllocation2.copyTo(mBitmapOut2); in runBenchmarkLoop() 497 mOutDisplayAllocation1.copyTo(mBitmapOut1); in run() 499 mOutDisplayAllocation2.copyTo(mBitmapOut2); in run()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1790 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1797 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1838 public void copyTo(Object array) { in copyTo() method in Allocation 1839 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1865 public void copyTo(byte[] d) { in copyTo() method in Allocation 1867 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1892 public void copyTo(short[] d) { in copyTo() method in Allocation 1894 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1919 public void copyTo(int[] d) { in copyTo() method in Allocation 1921 copyTo(d, Element.DataType.SIGNED_32, d.length); in copyTo() [all …]
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 95 dest_alloc.copyTo(dest_bitmap); in heal() 172 dest_uc4.copyTo(destBitmap); in heal_orig() 198 mask.copyTo(data); in calcMaskArea()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 546 copyTo(mBitmap); in syncAll() 1845 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1857 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1903 public void copyTo(Object array) { in copyTo() method in Allocation 1904 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1930 public void copyTo(byte[] d) { in copyTo() method in Allocation 1932 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1957 public void copyTo(short[] d) { in copyTo() method in Allocation 1959 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1984 public void copyTo(int[] d) { in copyTo() method in Allocation [all …]
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 196 void copyTo(float* v) const; 197 void copyTo(SkMatrix& v) const;
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | BlackLevelPattern.java | 90 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
|