/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 266 ImageDecoder.Source src = ImageDecoder in testDecode10BitHeif() local 286 ImageDecoder.Source src = ImageDecoder.createSource(getResources(), R.raw.heifimage_10bit); in testDecode10BitHeifWithLowRam() local 308 ImageDecoder.Source src = null; in testUris() local 340 ImageDecoder.Source src = f.apply(record.resId); in testInfo() local 359 ImageDecoder.Source src = f.apply(record.resId); in testDecodeDrawable() local 377 ImageDecoder.Source src = f.apply(record.resId); in testDecodeBitmap() local 401 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testSetBogusAllocator() local 419 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetAllocator() local 458 ImageDecoder.Source src) { in testSetAllocatorDecodeBitmap() 476 ImageDecoder.Source src = ImageDecoder.createSource(res, record.resId); in testSetAllocatorDecodeBitmap() local [all …]
|
D | MatrixTest.java | 223 float[] src = new float[9]; in testIdentityMatrixSetPolyToPoly() local 529 float[] src = new float[9]; in testSetPolyToPoly() local 560 float[] src = new float[9]; in testMapPoints2() local 575 float[] src = new float[9]; in testMapPointsWithIndices() local 601 float[] src = new float[9]; in testMapVectorsDstSrc() local 616 float[] src = new float[9]; in testMapVectorsDstSrcWithIndices() local 657 RectF src = new RectF(); in testMapRectDstSrc() local
|
D | AImageDecoderTest.java | 288 private static Bitmap decode(ImageDecoder.Source src, boolean unpremul) { in decode() 308 ImageDecoder.Source src = ImageDecoder.createSource(res, resId); in decode() local 319 ImageDecoder.Source src = ImageDecoder.createSource(assets, record.name); in testDecode() local 343 private static Bitmap decode(ImageDecoder.Source src, Bitmap.Config config) { in decode()
|
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/camera/src/android/hardware/camera2/cts/ |
D | CtsUtilsTest.java | 45 final FakeImage src = FakeImage.createYuv420(w, h, 14, 8, 10); in testCopyYuv() local 63 final FakeImage src = FakeImage.createRaw(w, h, 21); in testCopyPad0to0() local 76 final FakeImage src = FakeImage.createRaw(w, h, 24); in testCopyPad3to3() local 89 final FakeImage src = FakeImage.createRaw(w, h, 24); in testCopyPad3to0() local 102 final FakeImage src = FakeImage.createRaw(w, h, 21); in testCopyPad0to3() local 115 final FakeImage src = FakeImage.createRaw(w, h, 26); in testCopyPad5to3() local 128 final FakeImage src = FakeImage.createRaw(w, h, 24); in testCopyPad3to5() local 137 private static void checkPlane(String planeName, int w, int h, FakePlane src, FakePlane dst) { in checkPlane()
|
D | NativeCameraDeviceTest.java | 172 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst, in testCameraDeviceSharedOutputUpdate()
|
/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 | AllocationCopy2DRangeTest.java | 63 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
|
D | ImageProcessingTest.java | 123 Allocation src = 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() 388 void unpackSrc(int src) { in unpackSrc()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | ExtractedTextRequestTest.java | 87 private static ExtractedTextRequest cloneViaParcel(@NonNull ExtractedTextRequest src) { in cloneViaParcel()
|
D | TextAttributeTest.java | 73 private static TextAttribute cloneViaParcel(TextAttribute src) { in cloneViaParcel()
|
D | ExtractedTextTest.java | 138 private static ExtractedText cloneViaParcel(@NonNull ExtractedText src) { in cloneViaParcel()
|
/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/tests/tests/provider/src/android/provider/cts/media/ |
D | MediaStore_Images_ThumbnailsTest.java | 196 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery,opts); in testQueryExternalMiniThumbnails() local 309 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testThumbnailGenerationAndCleanup() local
|
D | MediaStore_Images_MediaTest.java | 193 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testInsertImageWithBitmap() 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/tests/view/src/android/view/cts/ |
D | MenuInflaterTest.java | 331 ImageDecoder.Source src = ImageDecoder.createSource(mActivity.getResources(), resId); in verifyDrawableContent() local
|
D | PixelCopyTest.java | 332 Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testWindowProducer() local 404 Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testWindowProducerCopyToRGBA16F() local 448 Rect src = makeWideGamutWindowRect(activity, 0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA8888() local 503 Rect src = makeWideGamutWindowRect(activity, 0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA16F() local 550 Rect src = makeDialogRect(activity, 0, 0, 100, 100); in testDialogProducer() local 622 Rect src = makeDialogRect(activity, 0, 0, 100, 100); in testDialogProducerCopyToRGBA16F() local
|
/cts/tests/tests/media/decoder/jni/ |
D | native-media-jni.cpp | 117 FdDataSource *src = (FdDataSource*) userdata; in FdSourceReadAt() local 122 FdDataSource *src = (FdDataSource*) userdata; in FdSourceGetSize() local 127 FdDataSource *src = (FdDataSource*) userdata; in FdSourceClose() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/ |
D | poc.cpp | 81 SharedBuffer src; in thread_func() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ReportExporter.java | 106 Path src = Paths.get(file.getAbsolutePath()); in copyFilesRecursively() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | NinePatchTests.kt | 71 decoder, info, src -> in <lambda>() method
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteStatementTest.java | 308 private static byte[] parseBlob(String src) { in parseBlob()
|