/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/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/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 | 196 public boolean copyTo(State other) { in copyTo() method in QSTile.State 262 copyTo(state); in copy() 277 public boolean copyTo(State other) { in copyTo() method in QSTile.AdapterState 279 final boolean changed = super.copyTo(other) in copyTo() 298 copyTo(state); in copy() 310 copyTo(state); in copy()
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicHistogram.kt | 64 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogram() 99 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogram() 148 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogramDot() 191 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogramDot()
|
D | IntrinsicBlur.kt | 69 outAllocation.copyTo(intrinsicOutArray) in intrinsicBlur() 102 outAllocation.copyTo(intrinsicOutArray) in intrinsicBlur()
|
D | IntrinsicResize.kt | 66 outAllocation.copyTo(intrinsicOutArray) in intrinsicResize() 112 outAllocation.copyTo(intrinsicOutArray) in intrinsicResize()
|
D | IntrinsicConvolve.kt | 61 outAllocation.copyTo(intrinsicOutArray) in intrinsicConvolve() 91 outAllocation.copyTo(intrinsicOutArray) in intrinsicConvolve()
|
D | IntrinsicLut.kt | 72 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut() 113 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut()
|
D | IntrinsicColorMatrix.kt | 100 outAllocation.copyTo(intrinsicOutArray) in intrinsicColorMatrix() 156 outAllocation.copyTo(intrinsicOutArray) in intrinsicColorMatrix()
|
D | IntrinsicLut3d.kt | 73 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut3d() 116 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut3d()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | InternetTile.java | 173 public void copyTo(EthernetCallbackInfo ethernetCallbackInfo) { in copyTo() method in InternetTile.EthernetCallbackInfo 208 public void copyTo(WifiCallbackInfo wifiCallbackInfo) { in copyTo() method in InternetTile.WifiCallbackInfo 257 public void copyTo(CellularCallbackInfo cellularCallbackInfo) { in copyTo() method in InternetTile.CellularCallbackInfo 457 cb.copyTo(cellularInfo); in handleUpdateState() 465 cb.copyTo(wifiInfo); in handleUpdateState() 473 cb.copyTo(ethernetInfo); in handleUpdateState() 483 mSignalCallback.mCellularInfo.copyTo(cellularInfo); in handleUpdateState() 489 mSignalCallback.mWifiInfo.copyTo(wifiInfo); in handleUpdateState() 495 mSignalCallback.mEthernetInfo.copyTo(ethernetInfo); in handleUpdateState()
|
/frameworks/base/core/java/android/content/ |
D | SyncStatusInfo.java | 63 public void copyTo(Stats to) { in copyTo() method in SyncStatusInfo.Stats 320 other.totalStats.copyTo(totalStats); in copyFrom() 321 other.todayStats.copyTo(todayStats); in copyFrom() 322 other.yesterdayStats.copyTo(yesterdayStats); in copyFrom() 498 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/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
D | BackupRestoreFileArchiver.kt | 76 val bytesCopied = file.outputStream().use { wrappedInputStream.copyTo(it) } in <lambda>() 113 val bytesCopied = file.inputStream().use { it.copyTo(stream) } in toBackupRestoreEntity()
|
/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 | 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()
|
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()
|
/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/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/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1795 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1802 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1843 public void copyTo(Object array) { in copyTo() method in Allocation 1844 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1870 public void copyTo(byte[] d) { in copyTo() method in Allocation 1872 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1897 public void copyTo(short[] d) { in copyTo() method in Allocation 1899 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1924 public void copyTo(int[] d) { in copyTo() method in Allocation 1926 copyTo(d, Element.DataType.SIGNED_32, d.length); in copyTo() [all …]
|