/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CtsUtilsTest.java | 46 final FakeImage dst = FakeImage.createYuv420(w, h, 14, 10, 8); in testCopyYuv() local 64 final FakeImage dst = FakeImage.createRaw(w, h, 21); in testCopyPad0to0() local 77 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad3to3() local 90 final FakeImage dst = FakeImage.createRaw(w, h, 21); in testCopyPad3to0() local 103 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad0to3() local 116 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad5to3() local 129 final FakeImage dst = FakeImage.createRaw(w, h, 26); in testCopyPad3to5() local 137 private static void checkPlane(String planeName, int w, int h, FakePlane src, FakePlane dst) { in checkPlane()
|
D | NativeCameraDeviceTest.java | 169 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst, in testCameraDeviceSharedOutputUpdate()
|
D | BurstCaptureRawTest.java | 628 private void copyBurstRequetBuilder(CaptureRequest.Builder dst, CaptureRequest.Builder src) in copyBurstRequetBuilder()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MatrixTest.java | 231 float[] dst = new float[9]; in testIdentityMatrixSetPolyToPoly() local 544 float[] dst = new float[9]; in testSetPolyToPoly() local 571 float[] dst = new float[9]; in testMapPoints2() local 586 float[] dst = new float[9]; in testMapPointsWithIndices() local 616 float[] dst = new float[9]; in testMapVectorsDstSrc() local 631 float[] dst = new float[9]; in testMapVectorsDstSrcWithIndices() local 668 RectF dst = new RectF(); in testMapRectDstSrc() local
|
D | PathMeasureTest.java | 132 Path dst = new Path(); in testGetSegment() local 134 assertFalse(mPathMeasure.getSegment(mPathMeasure.getLength(), 0, dst, true)); in testGetSegment() local
|
D | PaintFlagsDrawFilterTest.java | 135 Bitmap dst = Bitmap.createBitmap(kWidth * kScale, kHeight * kScale, Config.ARGB_8888); in testPaintFlagsDrawFilter2() local
|
D | BitmapColorSpaceTest.java | 406 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifyGetPixel() local 439 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifyGetPixels() local 504 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifySetPixel() local 550 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifySetPixels() local 1174 Bitmap dst = Bitmap.createBitmap(src.getWidth(), src.getHeight(), in testProPhoto() local
|
D | PathTest.java | 165 Path dst = new Path(); in testTransform1() local 428 Path dst = new Path(); in testOffset1() local
|
D | RegionTest.java | 1447 Region dst = new Region(); in testTranslate2() local 1468 Region dst = Region.CREATOR.createFromParcel(p); in testWriteToParcel() local
|
D | YuvImageTest.java | 485 Bitmap dst = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in generateTestBitmaps() local
|
D | BitmapRegionDecoderTest.java | 841 Rect dst = new Rect(0, 0, rect.width(), rect.height()); in cropBitmap() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 303 float src[], dst[]; in helperFloatCopy() local 356 short src[], dst[]; in helperShortCopy() local 382 int src[], dst[]; in helperIntCopy() local 453 float src[], dst[]; in helperFloatAllocationCopy() local 508 float src[], dst[]; in helperFloatCopy2D() local 567 short src[], dst[]; in helperShortCopy2D() local 596 int src[], dst[]; in helperIntCopy2D() local 626 float src[], dst[]; in helperFloatAllocationCopy2D() local
|
D | ImageProcessingTest.java | 124 Allocation dst = creatAllocation(w, h); in testBlend() local 333 …public String javaBlend(int type, byte[] src, byte[] dst, int xStart, int xEnd, int yStart, int yE… in javaBlend() 401 void unpackDst(int dst) { in unpackDst() 415 int filter(int scr, int dst) { in filter()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 164 T* dst = new T[arrLen]; in helperCopy1D() local 197 float *src, *dst; in helperFloatAllocationCopy1D() local 255 T* dst = new T[arrLen]; in helperCopy2D() local 285 float *src, *dst; in helperFloatAllocationCopy2D() local 358 T* dst = new T[arrLen]; in helperCopy3D() local 395 float *src, *dst; in helperFloatAllocationCopy3D() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BasicVulkanGpuTest.cpp | 108 uint8_t *dst = bufferAddr; in verifyBasicBufferImport() local
|
D | android_graphics_cts_ComputeAhbTest.cpp | 272 uint8_t *dst = bufferAddr; in verifyComputeShaderWrite() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
D | poc.cpp | 86 DestinationBuffer dst; in thread_func() local
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | NativeDecoderTest.java | 317 static void addSampleData(ArrayList<Integer> dst, in addSampleData()
|
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/ |
D | ScopedStorageTestHelper.java | 529 File dst = new File(paths[1]); in renameFile() local
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaProviderTestUtils.java | 269 final Rect dst = new Rect(0, 0, 1, 1); in extractAverageColor() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 601 ByteBuffer dst = ByteBuffer.allocateDirect(bitmap.getAllocationByteCount()); in testWideGamutWindowProducerCopyToRGBA16F() local 728 ByteBuffer dst, float r, float g, float b, float a) { in assertEqualsRgba16f()
|
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/ |
D | PackageInstallerCujTestBase.java | 238 private static void copyFile(File src, File dst) throws Exception { in copyFile()
|
/cts/tests/tests/media/decoder/jni/ |
D | native-media-jni.cpp | 450 jint *dst = org; in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative() local
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 335 const ARect dst{dstLeft, dstTop, dstRight, dstBottom}; in SurfaceTransaction_setGeometry() local
|