Searched refs:reference (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/theme/ |
D | README | 19 modified. They consist of API-specific sets of reference images representing 22 reference images. 25 modifications to the reference images will invalidate the test results. 30 I. Generating reference images (CTS maintainers only) 33 generate a new set of reference images, do the following: 42 reference images are saved in assets/<api>/<dpi>.zip and will overwrite 47 A complete collection of reference images for a given API revision must include 61 2. Subsequent changes to the theme tests, including changes to the reference
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 94 … private static boolean compare(BufferedImage reference, BufferedImage generated, int threshold) { in compare() argument 97 if (w != reference.getWidth() || h != reference.getHeight()) { in compare() 103 final int p1 = reference.getRGB(i, j); in compare()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 641 Bitmap reference = BitmapFactory.decodeResource(mRes, id, opts); in decodeConfigs() local 642 assertNotNull(reference); in decodeConfigs() 643 assertEquals(width, reference.getWidth()); in decodeConfigs() 644 assertEquals(height, reference.getHeight()); in decodeConfigs() 645 assertEquals(Config.ARGB_8888, reference.getConfig()); in decodeConfigs() 654 compareBitmaps(reference, argb4444, 0, true, true); in decodeConfigs() 667 compareBitmaps(reference, rgb565.copy(Config.ARGB_8888, false), 30, true, true); in decodeConfigs() 673 assertEquals(width, reference.getWidth()); in decodeConfigs() 674 assertEquals(height, reference.getHeight()); in decodeConfigs() 680 compareBitmaps(reference, grayToARGB(alpha8), 0, true, true); in decodeConfigs() [all …]
|
/cts/tests/openglperf2/src/android/opengl2/cts/reference/ |
D | GLReferenceActivity.java | 14 package android.opengl2.cts.reference;
|
D | GLReferenceBenchmark.java | 14 package android.opengl2.cts.reference;
|
D | GLGameActivity.java | 14 package android.opengl2.cts.reference;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_colormatrix.rs | 20 void reference(rs_matrix4x4 m, float4 add, rs_allocation in, rs_allocation out,
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 108 public static <T> T checkNotNull(T reference) { in checkNotNull() argument 109 assertNotNull(reference); in checkNotNull() 110 return reference; in checkNotNull()
|
D | DecoderTest.java | 606 private void testDecodeFragmented(int reference, int teststream) throws Exception { in testDecodeFragmented() argument 610 fd1 = mResources.openRawResourceFd(reference); in testDecodeFragmented()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 16202 private final java.lang.ref.Reference reference 54109 private final java.lang.Object reference 54349 private final java.lang.Object reference
|
D | classes.out.dex | 143929 private final java.lang.ref.WeakReference reference 150349 private final org.apache.http.impl.conn.tsccm.BasicPoolEntryRef reference
|