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()
86 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3 }); in testInputNotModified_char2()
99 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3, (byte) 4, 0 }); in testInputNotModified_char3()
112 ain.copyFrom(new byte[]{ (byte) 127, (byte) 3, (byte) 4, (byte) 7 }); in testInputNotModified_char4()
125 ain.copyFrom(new double[]{ (double) 6 }); in testInputNotModified_double()
138 ain.copyFrom(new double[]{ (double) 127, (double) 3 }); in testInputNotModified_double2()
151 ain.copyFrom(new double[]{ (double) 127, (double) 3, (double) 4, 0 }); in testInputNotModified_double3()
164 ain.copyFrom(new double[]{ (double) 127, (double) 3, (double) 4, (double) 7 }); in testInputNotModified_double4()
177 ain.copyFrom(new float[]{ (float) 6 }); in testInputNotModified_float()
190 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 …]
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 …]
DVLoadTest.java104 outAlloc.copyFrom(a2); in verify()
115 outAlloc.copyFrom(a2); in verify()
126 outAlloc.copyFrom(a2); in verify()
137 outAlloc.copyFrom(a2); in verify()
148 outAlloc.copyFrom(a2); in verify()
159 outAlloc.copyFrom(a2); in verify()
165 inAlloc.copyFrom(t); in randomByteArray()
174 inAlloc.copyFrom(t); in randomShortArray()
183 inAlloc.copyFrom(t); in randomIntArray()
192 inAlloc.copyFrom(t); in randomLongArray()
[all …]
DSingleSourceForEachTest.java59 testInputAlloc.copyFrom(testInputArray); in setUp()
64 testInputAlloc2.copyFrom(testInputArray2); in setUp()
97 baselineOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch()
98 testOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch()
DYuvTest.java66 ay.copyFrom(by); in makeYuvBuffer()
67 au.copyFrom(bu); in makeYuvBuffer()
68 av.copyFrom(bv); in makeYuvBuffer()
98 ta.copyFrom(tmp); in testV17()
142 ta.copyFrom(tmp); in test_NV21()
188 ta.copyFrom(tmp); in test_YV12()
233 ta.copyFrom(tmp); in test_YV12_Float4()
273 ta.copyFrom(tmp); in test_NV21_Float4()
DGetSetTest.java129 alloc.copyFrom(a2); in verify()
143 alloc.copyFrom(a2); in verify()
157 alloc.copyFrom(a2); in verify()
171 alloc.copyFrom(a2); in verify()
185 alloc.copyFrom(a2); in verify()
199 alloc.copyFrom(a2); in verify()
205 in1DAlloc.copyFrom(t); in randomByteArray()
206 in2DAlloc.copyFrom(t); in randomByteArray()
207 in3DAlloc.copyFrom(t); in randomByteArray()
216 in1DAlloc.copyFrom(t); in randomShortArray()
[all …]
DIntrinsicHistogram.java88 mAin.copyFrom(i); in testNorm()
94 mAin.copyFrom(i); in testNorm()
212 mAin.copyFrom(i); in testDot()
219 mAin.copyFrom(i); in testDot()
DAllocationCopyPaddedTest.java38 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_1D()
66 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_2D()
95 alloc.copyFrom(inArray); in test_AllocationPadded_Byte3_3D()
125 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_1D_Helper()
161 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_2D_Helper()
198 alloc.copyFrom(inArray); in test_AllocationPadded_Short3_3D_Helper()
233 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_1D()
264 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_2D()
296 alloc.copyFrom(inArray); in test_AllocationPadded_Int3_3D()
326 alloc.copyFrom(inArray); in test_AllocationPadded_Float3_1D()
[all …]
DGlobalSync.java36 AFailed.copyFrom(Failed); in setupGlobalSync()
42 AIn.copyFrom(In); in setupGlobalSync()
DAtomicTest.java36 mSrc.copyFrom(mSrcData); in initS()
47 mSrc.copyFrom(mSrcData); in initU()
276 mSrc.copyFrom(mSrcData); in testAnd()
309 mSrc.copyFrom(mSrcData); in testUAnd()
342 mSrc.copyFrom(mSrcData); in testOr()
375 mSrc.copyFrom(mSrcData); in testUOr()
DGetElementAt.java60 gIn.copyFrom(in); in testX()
81 gIn.copyFrom(in); in testXY()
DAllocationTest.java308 case 0: A.copyFrom(src); break; in helperFloatCopy()
332 case 0: A.copyFrom(src); break; in helperByteCopy()
357 case 0: A.copyFrom(src); break; in helperShortCopy()
381 case 0: A.copyFrom(src); break; in helperIntCopy()
401 A.copyFrom(E); in helperBaseObjCopy()
422 A.copyFrom(bSrc); in helperBitmapCopy()
446 srcA.copyFrom(src); in helperFloatAllocationCopy()
470 srcA.copyFrom(src); in helperByteAllocationCopy()
603 srcA.copyFrom(src); in helperFloatAllocationCopy2D()
629 srcA.copyFrom(src); in helperByteAllocationCopy2D()
[all …]
DGetAllocationTest.java36 mTemp.copyFrom(tempArray); in testGetAllocation()
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()
DScriptGroupTest.java291 aFailed.copyFrom(Failed); in testScriptGroupSharedGlobal()
330 input.copyFrom(array); in testBuilder2PointWiseKernelToKernelDependency()
382 input.copyFrom(array); in testBuilder2GatherScatterAcrossKernelsViaGlobals()
438 input.copyFrom(array); in testBuilder2KernelOutputToGlobal()
496 input.copyFrom(array); in testBuilder2InvokeToKernelDependency()
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java97 mLayoutParams.copyFrom(params)); in testCopyFrom()
108 mLayoutParams.copyFrom(params)); in testCopyFrom()
126 mLayoutParams.copyFrom(params)); in testCopyFrom()
135 mLayoutParams.copyFrom(params)); in testCopyFrom()
142 mLayoutParams.copyFrom(params)); in testCopyFrom()
149 mLayoutParams.copyFrom(params)); in testCopyFrom()
156 mLayoutParams.copyFrom(params)); in testCopyFrom()
163 mLayoutParams.copyFrom(params)); in testCopyFrom()
218 assertEquals(0, out.copyFrom(mLayoutParams)); in testWriteToParcel()
/cts/tests/tests/telephony/src/android/telephony/cts/
DServiceStateTest.java69 mockServiceState.copyFrom(serviceState); in testServiceState()
86 protected void copyFrom(ServiceState s) { in copyFrom() method in ServiceStateTest.MockServiceState
87 super.copyFrom(s); in copyFrom()
/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/os/src/android/os/cts/
DMessengerService.java33 reply.copyFrom(msg);
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBaseRenderScriptComparer.java70 inputAllocation.copyFrom(inputIndices); in createInputRowIndexAllocation()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DKernelDataForRenderScript.java135 infoAllocation.copyFrom(infoArray); in KernelDataForRenderScript()

12