Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/app/src/android/app/cts/
DRemoteActionTest.java45 RemoteAction reference = new RemoteAction(icon, title, description, action); in testParcel() local
70 RemoteAction reference = new RemoteAction(icon, title, description, action); in testClone() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceConfigStateManager.java79 final AtomicReference<String> reference = new AtomicReference<>(); in get() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java90 private static boolean checkNeighbors(int x, int y, BufferedImage reference, in checkNeighbors()
129 private static boolean compare(BufferedImage reference, BufferedImage generated, in compare()
/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestApp.java57 public PackageReference reference() { in reference() method in TestApp
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPaintTests.kt76 val reference = createShadowBitmap(drawCall, true) in <lambda>() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyUnprocessedActivity.java538 double[] reference = new double[points]; in computeResults() local
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java521 Map<Integer, AudioPresentation> reference, in audioPresentationSetMatchesReference()
DDecodeAccuracyTestBase.java125 public static <T> T checkNotNull(T reference) { in checkNotNull()
130 public static <T> T checkNotNull(String msg, T reference) { in checkNotNull()
DDecoderTest.java1453 private void testDecodeFragmented(final String reference, final String teststream) in testDecodeFragmented()
DMediaCodecTest.java2483 /* package */ static int compareStreams(InputStream test, InputStream reference) { in compareStreams()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java929 Bitmap reference = BitmapFactory.decodeResource(mRes, id, opts); in decodeConfigs() local
DImageDecoderTest.java442 Bitmap reference = BitmapFactory.decodeResource(res, in testSetAllocatorDecodeBitmap() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java1060 EqStringMatcher(CharSequence reference) { in EqStringMatcher()