Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 49) sorted by relevance

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java266 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 …]
DMatrixTest.java223 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
DAImageDecoderTest.java288 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()
DPathTest.java287 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/
DAndroidCharacterTest.java42 char[] src = new char[128]; in testGetDirectionalities() local
90 char[] src = { in testGetEastAsianWidths() local
134 char[] src = new char[64]; in testMirror() local
DAutoTextTest.java62 CharSequence src; in testGet() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCtsUtilsTest.java45 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()
DNativeCameraDeviceTest.java172 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst, in testCameraDeviceSharedOutputUpdate()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java303 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
DAllocationCopy2DRangeTest.java63 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
DImageProcessingTest.java123 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/
DExtractedTextRequestTest.java87 private static ExtractedTextRequest cloneViaParcel(@NonNull ExtractedTextRequest src) { in cloneViaParcel()
DTextAttributeTest.java73 private static TextAttribute cloneViaParcel(TextAttribute src) { in cloneViaParcel()
DExtractedTextTest.java138 private static ExtractedText cloneViaParcel(@NonNull ExtractedText src) { in cloneViaParcel()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp163 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/
DMediaStore_Images_ThumbnailsTest.java196 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
DMediaStore_Images_MediaTest.java193 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testInsertImageWithBitmap() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp27 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/
DMenuInflaterTest.java331 ImageDecoder.Source src = ImageDecoder.createSource(mActivity.getResources(), resId); in verifyDrawableContent() local
DPixelCopyTest.java332 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/
Dnative-media-jni.cpp117 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/
Dpoc.cpp81 SharedBuffer src; in thread_func() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DReportExporter.java106 Path src = Paths.get(file.getAbsolutePath()); in copyFilesRecursively() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DNinePatchTests.kt71 decoder, info, src -> in <lambda>() method
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteStatementTest.java308 private static byte[] parseBlob(String src) { in parseBlob()

12