/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MatrixTest.java | 357 float[] dst = new float[9]; in testSetPolyToPoly() local 384 float[] dst = new float[9]; in testMapPoints2() local 399 float[] dst = new float[9]; in testMapPointsWithIndices() local 429 float[] dst = new float[9]; in testMapVectorsDstSrc() local 444 float[] dst = new float[9]; in testMapVectorsDstSrcWithIndices() local 481 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 | 402 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifyGetPixel() local 435 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifyGetPixels() local 500 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifySetPixel() local 546 ByteBuffer dst = ByteBuffer.allocate(b.getByteCount()); in verifySetPixels() local 1141 Bitmap dst = Bitmap.createBitmap(src.getWidth(), src.getHeight(), in testProPhoto() local
|
D | PathTest.java | 145 Path dst = new Path(); in testTransform1() local 379 Path dst = new Path(); in testOffset1() local
|
D | YuvImageTest.java | 214 Bitmap dst = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in generateTestBitmaps() local
|
D | RegionTest.java | 1447 Region dst = new Region(); in testTranslate2() local 1468 Region dst = Region.CREATOR.createFromParcel(p); in testWriteToParcel() local
|
D | BitmapRegionDecoderTest.java | 698 Rect dst = new Rect(0, 0, rect.width(), rect.height()); in cropBitmap() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 300 float src[], dst[]; in helperFloatCopy() local 353 short src[], dst[]; in helperShortCopy() local 379 int src[], dst[]; in helperIntCopy() local 450 float src[], dst[]; in helperFloatAllocationCopy() local 505 float src[], dst[]; in helperFloatCopy2D() local 564 short src[], dst[]; in helperShortCopy2D() local 593 int src[], dst[]; in helperIntCopy2D() local 623 float src[], dst[]; in helperFloatAllocationCopy2D() local
|
D | ImageProcessingTest.java | 118 Allocation dst = creatAllocation(w, h); in testBlend() local 279 public String javaBlend(int type, byte[] src, byte[] dst) { in javaBlend() 345 void unpackDst(int dst) { in unpackDst() 359 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/tests/tests/net/src/android/net/cts/ |
D | PacketUtils.java | 79 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader() 94 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header() 163 public Ip6Header(int nextHeader, Inet6Address src, Inet6Address dst, Payload payload) { in Ip6Header() 448 int protocol, InetAddress src, InetAddress dst, Payload payload) { in getIpHeader()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | NativeCameraDeviceTest.java | 128 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst); in testCameraDeviceSharedOutputUpdate()
|
D | BurstCaptureRawTest.java | 625 private void copyBurstRequetBuilder(CaptureRequest.Builder dst, CaptureRequest.Builder src) in copyBurstRequetBuilder()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BasicVulkanGpuTest.cpp | 108 uint8_t *dst = bufferAddr; in verifyBasicBufferImport() local
|
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/ |
D | PacketUtils.java | 85 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader() 100 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header() 169 public Ip6Header(int nextHeader, Inet6Address src, Inet6Address dst, Payload payload) { in Ip6Header()
|
D | IkeTunUtils.java | 366 int protocol, InetAddress src, InetAddress dst, Payload payload) { in getIpHeader()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
D | poc.cpp | 86 DestinationBuffer dst; in thread_func() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 478 ByteBuffer dst = ByteBuffer.allocateDirect(bitmap.getAllocationByteCount()); in testWideGamutWindowProducerCopyToRGBA16F() local 609 ByteBuffer dst, float r, float g, float b, float a) { in assertEqualsRgba16f()
|
/cts/tests/tests/net/jni/ |
D | NativeMultinetworkJni.cpp | 375 void sockaddr_ntop(const struct sockaddr *sa, socklen_t salen, char *dst, const size_t size) { in sockaddr_ntop()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 1013 final InetSocketAddress dst = new InetSocketAddress(0); in testB141603906() local
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 292 const ARect dst{dstLeft, dstTop, dstRight, dstBottom}; in SurfaceTransaction_setGeometry() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 323 jint *dst = env->GetIntArrayElements(ret, &isCopy); in testExtractor() local 651 jint *dst = org; in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeDecoderTest.java | 525 static void addSampleData(ArrayList<Integer> dst, in addSampleData()
|
D | VpxCodecTestBase.java | 393 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2()
|