/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() 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 …]
|
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 | SingleSourceForEachTest.java | 59 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()
|
D | VLoadTest.java | 118 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 …]
|
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 | YuvTest.java | 81 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()
|
D | GetSetTest.java | 155 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 …]
|
D | IntrinsicHistogram.java | 99 mAin.copyFrom(i); in testNorm() 105 mAin.copyFrom(i); in testNorm() 225 mAin.copyFrom(i); in testDot() 232 mAin.copyFrom(i); in testDot()
|
D | GlobalSync.java | 36 AFailed.copyFrom(Failed); in setupGlobalSync() 42 AIn.copyFrom(In); in setupGlobalSync()
|
D | AllocationCopyPaddedTest.java | 38 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 …]
|
D | GetElementAt.java | 77 gIn.copyFrom(in); in testX() 98 gIn.copyFrom(in); in testXY()
|
D | AtomicTest.java | 50 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()
|
D | AllocationTest.java | 309 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 …]
|
D | GetAllocationTest.java | 36 mTemp.copyFrom(tempArray); in testGetAllocation()
|
D | DebugContext.java | 144 aIn.copyFrom(inArray); in SetupAllocationCopyTests() 145 aOut.copyFrom(outArray); in SetupAllocationCopyTests() 153 aIn.copyFrom(inArray); in SetupAllocationCopyTests() 154 aOut.copyFrom(outArray); in SetupAllocationCopyTests()
|
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()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | WindowManager_LayoutParamsTest.java | 110 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()
|
D | MotionEvent_PointerPropertiesTest.java | 52 pointerProperties.copyFrom(mPointerProperties); in testCopyFrom()
|
/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/telephony/src/android/telephony/cts/ |
D | ServiceStateTest.java | 98 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/ |
D | MessengerService.java | 33 reply.copyFrom(msg);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | KernelDataForRenderScript.java | 135 infoAllocation.copyFrom(infoArray); in KernelDataForRenderScript()
|