/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 323 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 …]
|
D | BNNMTest.java | 141 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/ |
D | KernelInputTest.java | 73 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 …]
|
D | RSBaseCompute.java | 135 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 …]
|
D | rsAllocationCopyTest.java | 42 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 …]
|
D | VLoadTest.java | 104 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 …]
|
D | SingleSourceForEachTest.java | 59 testInputAlloc.copyFrom(testInputArray); in setUp() 64 testInputAlloc2.copyFrom(testInputArray2); in setUp() 97 baselineOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch() 98 testOutputAlloc.copyFrom(testInputArray); in testAllocationlessKernelLaunch()
|
D | YuvTest.java | 66 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()
|
D | GetSetTest.java | 129 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 …]
|
D | IntrinsicHistogram.java | 88 mAin.copyFrom(i); in testNorm() 94 mAin.copyFrom(i); in testNorm() 212 mAin.copyFrom(i); in testDot() 219 mAin.copyFrom(i); in testDot()
|
D | AllocationCopyPaddedTest.java | 38 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 …]
|
D | GlobalSync.java | 36 AFailed.copyFrom(Failed); in setupGlobalSync() 42 AIn.copyFrom(In); in setupGlobalSync()
|
D | AtomicTest.java | 36 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()
|
D | GetElementAt.java | 60 gIn.copyFrom(in); in testX() 81 gIn.copyFrom(in); in testXY()
|
D | AllocationTest.java | 308 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 …]
|
D | GetAllocationTest.java | 36 mTemp.copyFrom(tempArray); in testGetAllocation()
|
D | IntrinsicConvolve5x5.java | 30 mAllocRef.copyFrom(mAllocSrc); in test5() 31 mAllocDst.copyFrom(mAllocSrc); in test5()
|
D | IntrinsicConvolve3x3.java | 50 mAllocRef.copyFrom(mAllocSrc); in testConvolve3() 51 mAllocDst.copyFrom(mAllocSrc); in testConvolve3()
|
D | ScriptGroupTest.java | 291 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/ |
D | WindowManager_LayoutParamsTest.java | 97 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/ |
D | ServiceStateTest.java | 69 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/ |
D | RSYuvTest.java | 71 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/ |
D | MessengerService.java | 33 reply.copyFrom(msg);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BaseRenderScriptComparer.java | 70 inputAllocation.copyFrom(inputIndices); in createInputRowIndexAllocation()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | KernelDataForRenderScript.java | 135 infoAllocation.copyFrom(infoArray); in KernelDataForRenderScript()
|