Home
last modified time | relevance | path

Searched refs:copyTo (Results 1 – 25 of 130) sorted by relevance

123456

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_instance.java81 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()
DUT_copy_test.java45 a2.copyTo(f2); in testFloat2()
69 a2.copyTo(f2); in testFloat3()
93 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java97 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/
DUT_instance.java83 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()
DUT_copy_test.java47 a2.copyTo(f2); in testFloat2()
71 a2.copyTo(f2); in testFloat3()
95 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java99 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/
DEntry.cpp113 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/
DQSTile.java196 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/
DIntrinsicHistogram.kt64 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogram()
99 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogram()
148 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogramDot()
191 outAllocation.copyTo(intrinsicOutArray) in intrinsicHistogramDot()
DIntrinsicBlur.kt69 outAllocation.copyTo(intrinsicOutArray) in intrinsicBlur()
102 outAllocation.copyTo(intrinsicOutArray) in intrinsicBlur()
DIntrinsicResize.kt66 outAllocation.copyTo(intrinsicOutArray) in intrinsicResize()
112 outAllocation.copyTo(intrinsicOutArray) in intrinsicResize()
DIntrinsicConvolve.kt61 outAllocation.copyTo(intrinsicOutArray) in intrinsicConvolve()
91 outAllocation.copyTo(intrinsicOutArray) in intrinsicConvolve()
DIntrinsicLut.kt72 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut()
113 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut()
DIntrinsicColorMatrix.kt100 outAllocation.copyTo(intrinsicOutArray) in intrinsicColorMatrix()
156 outAllocation.copyTo(intrinsicOutArray) in intrinsicColorMatrix()
DIntrinsicLut3d.kt73 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut3d()
116 outAllocation.copyTo(intrinsicOutArray) in intrinsicLut3d()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DInternetTile.java173 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/
DSyncStatusInfo.java63 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/
DRefocusFilterF32.java69 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/
DBackupRestoreFileArchiver.kt76 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/
DRefocusFilterd1new.java71 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/
DSGEMMTest.java162 matC.copyTo(c_float_out); in setTestSmall()
217 matC.copyTo(c_float_out); in setTestMedium()
265 matC.copyTo(c_float_out); in setTestLarge()
DBNNMTest.java237 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/
DImageProcessingActivity2.java326 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/
DScriptC_reduce_general_result.java.expect119 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/
DAllocation.java1795 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 …]

123456