/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 237 ImageDecoder.Source src = null; in testUris() local 268 ImageDecoder.Source src = f.apply(record.resId); in testInfo() local 288 ImageDecoder.Source src = f.apply(record.resId); in testDecodeDrawable() local 307 ImageDecoder.Source src = f.apply(record.resId); in testDecodeBitmap() local 327 ImageDecoder.Source src = mCreators[0].apply(RECORDS[0].resId); in testSetBogusAllocator() local 345 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetAllocator() local 367 ImageDecoder.Source src) { in testSetAllocatorDecodeBitmap() 389 ImageDecoder.Source src = f.apply(record.resId); in testSetAllocatorDecodeBitmap() local 432 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetUnpremul() local 455 ImageDecoder.Source src = f.apply(resIds[i]); in testUnpremul() local [all …]
|
D | MatrixTest.java | 355 float[] src = new float[9]; in testSetPolyToPoly() local 386 float[] src = new float[9]; in testMapPoints2() local 401 float[] src = new float[9]; in testMapPointsWithIndices() local 427 float[] src = new float[9]; in testMapVectorsDstSrc() local 442 float[] src = new float[9]; in testMapVectorsDstSrcWithIndices() local 483 RectF src = new RectF(); in testMapRectDstSrc() local
|
D | PathTest.java | 287 Path src = new Path(); in testAddPath1() local 297 Path src = new Path(); in testAddPath2() local 307 Path src = new Path(); in testAddPath3() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | AndroidCharacterTest.java | 42 char[] src = new char[128]; in testGetDirectionalities() local 90 char[] src = { in testGetEastAsianWidths() local 134 char[] src = new char[64]; in testMirror() local
|
D | AutoTextTest.java | 62 CharSequence src; in testGet() 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 | AllocationCopy2DRangeTest.java | 63 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
|
D | ImageProcessingTest.java | 117 Allocation src = creatAllocation(w, h); in testBlend() local 279 public String javaBlend(int type, byte[] src, byte[] dst) { in javaBlend() 332 void unpackSrc(int src) { in unpackSrc()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 163 T* src = new T[arrLen]; in helperCopy1D() local 197 float *src, *dst; in helperFloatAllocationCopy1D() local 254 T* src = new T[arrLen]; in helperCopy2D() local 285 float *src, *dst; in helperFloatAllocationCopy2D() local 357 T* src = new T[arrLen]; in helperCopy3D() local 395 float *src, *dst; in helperFloatAllocationCopy3D() local
|
/cts/suite/audio_quality/lib/src/ |
D | RWBuffer.h | 76 char* src = (char*)&v; in write() 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/tests/provider/src/android/provider/cts/ |
D | MediaStore_Images_ThumbnailsTest.java | 190 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery,opts); in testQueryExternalMiniThumbnails() local 303 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testThumbnailGenerationAndCleanup() local
|
D | MediaStore_Images_MediaTest.java | 183 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testInsertImageWithBitmap() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 295 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducer() local 371 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducerCopyToRGBA16F() local 415 Rect src = makeWideGamutWindowRect(0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA8888() local 470 Rect src = makeWideGamutWindowRect(0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA16F() local 517 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducer() local 593 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducerCopyToRGBA16F() local
|
D | MenuInflaterTest.java | 331 ImageDecoder.Source src = ImageDecoder.createSource(mActivity.getResources(), resId); in verifyDrawableContent() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 27 Matrix::Matrix(const Matrix& src) { in Matrix() 39 bool Matrix::equals(const Matrix& src) { in equals() 50 void Matrix::loadWith(const Matrix& src) { in loadWith()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | NativeCameraDeviceTest.java | 128 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst); in testCameraDeviceSharedOutputUpdate()
|
/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()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
D | poc.cpp | 81 SharedBuffer src; in thread_func() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 65 std::shared_ptr<Source> src(d); in createDecoderSource() local
|
D | native-media-jni.cpp | 124 FdDataSource *src = (FdDataSource*) userdata; in FdSourceReadAt() local 129 FdDataSource *src = (FdDataSource*) userdata; in FdSourceGetSize() local 134 FdDataSource *src = (FdDataSource*) userdata; in FdSourceClose() local 374 AMediaDataSource *src = NULL; in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local 455 AMediaDataSource *src = NULL; in Java_android_media_cts_NativeDecoderTest_getExtractorCachedDurationNative() local
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteStatementTest.java | 308 private static byte[] parseBlob(String src) { in parseBlob()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | CursorAnchorInfoTest.java | 455 private static CursorAnchorInfo cloneViaParcel(CursorAnchorInfo src) { in cloneViaParcel()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseUtilsTest.java | 630 private static byte[] parseBlob(String src) { in parseBlob()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskCase.cpp | 240 const char* src = orig.string(); in translateVarName() local
|