Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 25 of 99) sorted by relevance

1234

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DGeeTestTest.java43 String actual = test.getGTestFilters(); in testGetGTestFilters() local
54 String actual = test.getGTestFilters(); in testGetGTestFiltersPositiveOnly() local
65 String actual = test.getGTestFilters(); in testGetGTestFiltersNegativeOnly() local
75 String actual = test.getGTestFilters(); in testGetGTestFiltersWithNoFilters() local
DCtsTestTest.java396 String actual = mCtsTest.join(new ArrayList<String>(Arrays.asList("a", "b", "c")), "@"); in testJoin() local
405 String actual = mCtsTest.join(new ArrayList<String>(Arrays.asList("foo")), "@"); in testSingleJoin() local
414 String actual = mCtsTest.join(new ArrayList<String>(), "@"); in testEmptyJoin() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageInfoTest.java64 private void checkPkgInfoSame(PackageInfo expected, PackageInfo actual) { in checkPkgInfoSame()
88 private void checkAppInfo(ApplicationInfo expected, ApplicationInfo actual) { in checkAppInfo()
105 private void checkInfoArray(PackageItemInfo[] expected, PackageItemInfo[] actual) { in checkInfoArray()
119 private void checkSignatureInfo(Signature[] expected, Signature[] actual) { in checkSignatureInfo()
133 private void checkConfigInfo(ConfigurationInfo[] expected, ConfigurationInfo[] actual) { in checkConfigInfo()
/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java94 String actual = getComponentName().getShortClassName(); in testGetShortClassName() local
113 ComponentName actual = ComponentName.readFromParcel(parcel1); in testReadFromParcel() local
123 final String actual = getComponentName().getPackageName(); in testGetPackageName() local
131 ComponentName actual = ComponentName.unflattenFromString(flattenString); in testUnflattenFromString() local
137 String actual = getComponentName().flattenToShortString(); in testFlattenToShortString() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java44 public ComparisonTask(ITestDevice device, File expected, File actual) { in ComparisonTask()
55 final BufferedImage actual = ImageIO.read(mActual); in call() local
80 private static boolean compare(BufferedImage expected, BufferedImage actual, in compare()
108 private static void createDiff(BufferedImage expected, BufferedImage actual, File out) in createDiff()
/cts/tools/vm-tests-tf/src/dot/junit/
DDxAbstractMain.java111 static public void assertEquals(int expected, int actual) { in assertEquals()
115 static public void assertEquals(String message, int expected, int actual) { in assertEquals()
119 static public void assertEquals(long expected, long actual) { in assertEquals()
123 static public void assertEquals(double expected, double actual, double delta) { in assertEquals()
127 static public void assertEquals(Object expected, Object actual) { in assertEquals()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java131 public static <T> void assertArrayContains(String message, T[] actual, T checkVals) { in assertArrayContains()
143 public static void assertArrayContains(String message, int[] actual, int checkVals) { in assertArrayContains()
155 public static <T> T assertArrayContainsAnyOf(String message, T[] actual, T[] checkVals) { in assertArrayContainsAnyOf()
167 public static int assertArrayContainsAnyOf(String message, int[] actual, int[] checkVals) { in assertArrayContainsAnyOf()
179 public static <T> T assertCollectionContainsAnyOf(String message, Collection<T> actual, in assertCollectionContainsAnyOf()
DCameraErrorCollector.java143 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals()
165 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals()
185 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals()
210 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals()
233 T actual) { in expectGreater()
247 T actual) { in expectGreaterOrEqual()
261 T actual) { in expectLess()
275 T actual) { in expectLessOrEqual()
289 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals()
312 public <T> boolean expectEquals(String msg, double expected, double actual, double tolerance) { in expectEquals()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_CapTest.java34 Cap[] actual = Cap.values(); in testValues() local
DPath_FillTypeTest.java40 FillType[] actual = FillType.values(); in testValues() local
DPaint_AlignTest.java33 Align[] actual = Align.values(); in testValues() local
DPathDashPathEffect_StyleTest.java39 Style[] actual = Style.values(); in testValues() local
DPaint_JoinTest.java33 Join[] actual = Join.values(); in testValues() local
DPath_DirectionTest.java36 Direction[] actual = Direction.values(); in testValues() local
DRegion_OpTest.java46 Op[] actual = Op.values(); in testValues() local
DPaint_StyleTest.java33 Style[] actual = Style.values(); in testValues() local
DColorMatrixColorFilterTest.java94 private void assertColor(int expected, int actual) { in assertColor()
98 private void assertColor(int expected, int actual, int tolerance) { in assertColor()
/cts/tests/tests/text/src/android/text/cts/
DEditable_FactoryTest.java36 Editable actual = mFactory.newEditable(source); in testNewEditable() local
DAutoTextTest.java30 String actual; in testGet() local
/cts/tests/tests/text/src/android/text/method/cts/
DTextMethodUtils.java30 public static void assertEquals(char[] expected, char[] actual) { in assertEquals()
/cts/tests/tests/view/src/android/view/animation/cts/
DTransformationTest.java72 private void assertTransformationNotSame(Transformation expected, Transformation actual) { in assertTransformationNotSame()
78 private void assertTransformationEquals(Transformation expected, Transformation actual) { in assertTransformationEquals()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java47 static void assertArrayEquals(byte[] expected, byte[] actual) { in assertArrayEquals()
/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java532 static void assertEquals(byte[] expected, byte[] actual) { in assertEquals()
537 static void assertNotEquals(Object expected, Object actual) { in assertNotEquals()
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceTest.java192 int actual = mCustomPreference.getPersistedInt(0); in testPersistInt() local
228 String actual = mCustomPreference.getPersistedString("b"); in testPersistString() local
246 float actual = mCustomPreference.getPersistedFloat(0.000f); in testPersistFloat() local
264 long actual = mCustomPreference.getPersistedLong(10000000l); in testPersistLong() local
/cts/libs/deviceutil/src/android/cts/util/
DWidgetTestUtils.java102 public static void assertScaledPixels(int expected, int actual, Context context) { in assertScaledPixels()
104 actual, 3); in assertScaledPixels() local

1234