Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 25 of 37) sorted by relevance

12

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java323 matrixAS.copyFrom(mBLASData.L2_sGEMV_A_mn); in test_L2_SGEMV_Correctness()
324 vectorXS.copyFrom(mBLASData.L2_sGEMV_x_n1); in test_L2_SGEMV_Correctness()
325 vectorYS.copyFrom(mBLASData.L2_sGEMV_y_m1); in test_L2_SGEMV_Correctness()
330 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_N); in test_L2_SGEMV_Correctness()
336 vectorYS.copyFrom(mBLASData.L2_sGEMV_y_m1); in test_L2_SGEMV_Correctness()
340 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_T); in test_L2_SGEMV_Correctness()
344 vectorXS.copyFrom(mBLASData.L2_sGEMV_x_n1); in test_L2_SGEMV_Correctness()
346 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_H); in test_L2_SGEMV_Correctness()
357 vectorXS.copyFrom(mBLASData.L2_sGEMV_x_n2); in test_L2_SGEMV_Correctness()
358 vectorYS.copyFrom(mBLASData.L2_sGEMV_y_m2); in test_L2_SGEMV_Correctness()
[all …]
DBNNMTest.java141 A.copyFrom(a_byte); in runBNNM()
142 B.copyFrom(b_byte); in runBNNM()
459 A.copyFrom(a_data); in testExceptionHandling()
460 B.copyFrom(b_data); in testExceptionHandling()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DKernelInputTest.java73 ain.copyFrom(new byte[]{ (byte) 6 }); in testInputNotModified_char()
90 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3 }); in testInputNotModified_char2()
107 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3, (byte) 4, 0 }); in testInputNotModified_char3()
124 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3, (byte) 4, (byte) 7 }); in testInputNotModified_char4()
141 ain.copyFrom(new double[]{ (double) 6 }); in testInputNotModified_double()
158 ain.copyFrom(new double[]{ (double) 127, (double) 3 }); in testInputNotModified_double2()
175 ain.copyFrom(new double[]{ (double) 127, (double) 3, (double) 4, 0 }); in testInputNotModified_double3()
192 ain.copyFrom(new double[]{ (double) 127, (double) 3, (double) 4, (double) 7 }); in testInputNotModified_double4()
209 ain.copyFrom(new float[]{ (float) 6 }); in testInputNotModified_float()
226 ain.copyFrom(new float[]{ (float) 127, (float) 3 }); in testInputNotModified_float2()
[all …]
DRSBaseCompute.java135 alloc.copyFrom(inArray); in createRandomAllocation()
254 minAlloc.copyFrom(minArray); in enforceOrdering()
255 maxAlloc.copyFrom(maxArray); in enforceOrdering()
269 minAlloc.copyFrom(minArray); in enforceOrdering()
270 maxAlloc.copyFrom(maxArray); in enforceOrdering()
285 minAlloc.copyFrom(minArray); in enforceOrdering()
286 maxAlloc.copyFrom(maxArray); in enforceOrdering()
299 minAlloc.copyFrom(minArray); in enforceOrdering()
300 maxAlloc.copyFrom(maxArray); in enforceOrdering()
313 minAlloc.copyFrom(minArray); in enforceOrdering()
[all …]
DSingleSourceForEachTest.java59 testInputAlloc.copyFrom(testInputArray); in setUp()
64 testInputAlloc2.copyFrom(testInputArray2); in setUp()
99 baselineOutputAlloc.copyFrom(testInputArray); in testKernelLaunchWithOptions()
100 testOutputAlloc.copyFrom(testInputArray); in testKernelLaunchWithOptions()
113 baselineOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch()
114 testOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch()
DVLoadTest.java118 outAlloc.copyFrom(a2); in verify()
129 outAlloc.copyFrom(a2); in verify()
140 outAlloc.copyFrom(a2); in verify()
151 outAlloc.copyFrom(a2); in verify()
162 outAlloc.copyFrom(a2); in verify()
173 outAlloc.copyFrom(a2); in verify()
179 inAlloc.copyFrom(t); in randomByteArray()
188 inAlloc.copyFrom(t); in randomShortArray()
197 inAlloc.copyFrom(t); in randomIntArray()
206 inAlloc.copyFrom(t); in randomLongArray()
[all …]
DRsAllocationCopyTest.java42 aIn.copyFrom(inArray); in test_RsAllocationCopy1D_Byte()
43 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Byte()
89 aIn.copyFrom(inArray); in test_RsAllocationCopy1D_Short()
90 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Short()
136 aIn.copyFrom(inArray); in test_RsAllocationCopy1D_Int()
137 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Int()
183 aIn.copyFrom(inArray); in test_RsAllocationCopy1D_Float()
184 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Float()
231 aIn.copyFrom(inArray); in test_RsAllocationCopy1D_Long()
232 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Long()
[all …]
DYuvTest.java81 ay.copyFrom(by); in makeYuvBuffer()
82 au.copyFrom(bu); in makeYuvBuffer()
83 av.copyFrom(bv); in makeYuvBuffer()
113 ta.copyFrom(tmp); in testV17()
162 ta.copyFrom(tmp); in test_NV21()
215 ta.copyFrom(tmp); in test_YV12()
267 ta.copyFrom(tmp); in test_YV12_Float4()
313 ta.copyFrom(tmp); in test_NV21_Float4()
DGetSetTest.java155 alloc.copyFrom(a2); in verify()
169 alloc.copyFrom(a2); in verify()
183 alloc.copyFrom(a2); in verify()
197 alloc.copyFrom(a2); in verify()
211 alloc.copyFrom(a2); in verify()
225 alloc.copyFrom(a2); in verify()
231 in1DAlloc.copyFrom(t); in randomByteArray()
232 in2DAlloc.copyFrom(t); in randomByteArray()
233 in3DAlloc.copyFrom(t); in randomByteArray()
242 in1DAlloc.copyFrom(t); in randomShortArray()
[all …]
DIntrinsicHistogram.java99 mAin.copyFrom(i); in testNorm()
105 mAin.copyFrom(i); in testNorm()
225 mAin.copyFrom(i); in testDot()
232 mAin.copyFrom(i); in testDot()
DGlobalSync.java36 AFailed.copyFrom(Failed); in setupGlobalSync()
42 AIn.copyFrom(In); in setupGlobalSync()
DAllocationCopyPaddedTest.java38 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_1D()
67 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_2D()
97 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_3D()
128 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_1D_Helper()
165 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_2D_Helper()
203 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_3D_Helper()
239 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_1D()
271 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_2D()
304 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_3D()
335 alloc.copyFrom(inArray); in test_AllocationPadded_Float3_1D()
[all …]
DGetElementAt.java77 gIn.copyFrom(in); in testX()
98 gIn.copyFrom(in); in testXY()
DAtomicTest.java50 mSrc.copyFrom(mSrcData); in initS()
61 mSrc.copyFrom(mSrcData); in initU()
290 mSrc.copyFrom(mSrcData); in testAnd()
323 mSrc.copyFrom(mSrcData); in testUAnd()
356 mSrc.copyFrom(mSrcData); in testOr()
389 mSrc.copyFrom(mSrcData); in testUOr()
DAllocationTest.java309 case 0: A.copyFrom(src); break; in helperFloatCopy()
335 case 0: A.copyFrom(src); break; in helperByteCopy()
362 case 0: A.copyFrom(src); break; in helperShortCopy()
388 case 0: A.copyFrom(src); break; in helperIntCopy()
410 A.copyFrom(E); in helperBaseObjCopy()
433 A.copyFrom(bSrc); in helperBitmapCopy()
459 srcA.copyFrom(src); in helperFloatAllocationCopy()
486 srcA.copyFrom(src); in helperByteAllocationCopy()
630 srcA.copyFrom(src); in helperFloatAllocationCopy2D()
659 srcA.copyFrom(src); in helperByteAllocationCopy2D()
[all …]
DGetAllocationTest.java36 mTemp.copyFrom(tempArray); in testGetAllocation()
DDebugContext.java144 aIn.copyFrom(inArray); in SetupAllocationCopyTests()
145 aOut.copyFrom(outArray); in SetupAllocationCopyTests()
153 aIn.copyFrom(inArray); in SetupAllocationCopyTests()
154 aOut.copyFrom(outArray); in SetupAllocationCopyTests()
DIntrinsicConvolve5x5.java30 mAllocRef.copyFrom(mAllocSrc); in test5()
31 mAllocDst.copyFrom(mAllocSrc); in test5()
DIntrinsicConvolve3x3.java50 mAllocRef.copyFrom(mAllocSrc); in testConvolve3()
51 mAllocDst.copyFrom(mAllocSrc); in testConvolve3()
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java110 mLayoutParams.copyFrom(params)); in testCopyFrom()
121 mLayoutParams.copyFrom(params)); in testCopyFrom()
139 mLayoutParams.copyFrom(params)); in testCopyFrom()
148 mLayoutParams.copyFrom(params)); in testCopyFrom()
155 mLayoutParams.copyFrom(params)); in testCopyFrom()
162 mLayoutParams.copyFrom(params)); in testCopyFrom()
169 mLayoutParams.copyFrom(params)); in testCopyFrom()
176 mLayoutParams.copyFrom(params)); in testCopyFrom()
235 assertEquals(0, out.copyFrom(mLayoutParams)); in testWriteToParcel()
DMotionEvent_PointerPropertiesTest.java52 pointerProperties.copyFrom(mPointerProperties); in testCopyFrom()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java71 ay.copyFrom(by); in makeYuvBuffer()
72 au.copyFrom(bu); in makeYuvBuffer()
73 av.copyFrom(bv); in makeYuvBuffer()
99 ta.copyFrom(tmp); in testV17()
138 ta.copyFrom(tmp); in test_YV12()
175 ta.copyFrom(tmp); in test_NV21()
/cts/tests/tests/telephony/src/android/telephony/cts/
DServiceStateTest.java98 mockServiceState.copyFrom(serviceState); in testServiceState()
115 protected void copyFrom(ServiceState s) { in copyFrom() method in ServiceStateTest.MockServiceState
116 super.copyFrom(s); in copyFrom()
/cts/tests/tests/os/src/android/os/cts/
DMessengerService.java33 reply.copyFrom(msg);
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DKernelDataForRenderScript.java135 infoAllocation.copyFrom(infoArray); in KernelDataForRenderScript()

12