/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 244 ImageDecoder.Source src = null; in testUris() local 276 ImageDecoder.Source src = f.apply(record.resId); in testInfo() local 295 ImageDecoder.Source src = f.apply(record.resId); in testDecodeDrawable() local 313 ImageDecoder.Source src = f.apply(record.resId); in testDecodeBitmap() local 337 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testSetBogusAllocator() local 355 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetAllocator() local 394 ImageDecoder.Source src) { in testSetAllocatorDecodeBitmap() 412 ImageDecoder.Source src = ImageDecoder.createSource(res, record.resId); in testSetAllocatorDecodeBitmap() local 459 ImageDecoder.Source src = mCreators[0].apply(resId); in testGetUnpremul() local 482 ImageDecoder.Source src = f.apply(resIds[i]); in testUnpremul() 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 | 136 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst, in testCameraDeviceSharedOutputUpdate()
|
/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/inputmethod/src/android/view/inputmethod/cts/ |
D | ExtractedTextRequestTest.java | 87 private static ExtractedTextRequest cloneViaParcel(@NonNull ExtractedTextRequest 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/suite/audio_quality/lib/src/ |
D | RWBuffer.h | 76 char* src = (char*)&v; in write() 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
|
/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/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/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 | 313 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducer() local 389 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducerCopyToRGBA16F() local 433 Rect src = makeWideGamutWindowRect(0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA8888() local 488 Rect src = makeWideGamutWindowRect(0, 0, 128, 128); in testWideGamutWindowProducerCopyToRGBA16F() local 535 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducer() local 611 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducerCopyToRGBA16F() 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 | 102 Path src = Paths.get(file.getAbsolutePath()); in copyFilesRecursively() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 65 std::shared_ptr<Source> src(d); in createDecoderSource() 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()
|