| /cts/tests/tests/content/src/android/content/pm/cts/ |
| D | PackageInfoTest.java | 95 private void checkPkgInfoSame(PackageInfo expected, PackageInfo actual) { in checkPkgInfoSame() 119 private void checkAppInfo(ApplicationInfo expected, ApplicationInfo actual) { in checkAppInfo() 136 private void checkInfoArray(PackageItemInfo[] expected, PackageItemInfo[] actual) { in checkInfoArray() 150 private void checkSignatureInfo(Signature[] expected, Signature[] actual) { in checkSignatureInfo() 164 private void checkConfigInfo(ConfigurationInfo[] expected, ConfigurationInfo[] actual) { in checkConfigInfo()
|
| D | PermissionInfoTest.java | 95 private void checkInfoSame(PermissionInfo expected, PermissionInfo actual) { in checkInfoSame()
|
| D | PermissionGroupInfoTest.java | 97 private void checkInfoSame(PermissionGroupInfo expected, PermissionGroupInfo actual) { in checkInfoSame()
|
| D | ConfigurationInfoTest.java | 92 private void checkInfoSame(ConfigurationInfo expected, ConfigurationInfo actual) { in checkInfoSame()
|
| D | InstrumentationInfoTest.java | 92 private void checkInfoSame(InstrumentationInfo expected, InstrumentationInfo actual) { in checkInfoSame()
|
| D | PackageStatsTest.java | 99 private void checkInfoSame(PackageStats expected, PackageStats actual) { in checkInfoSame()
|
| D | ServiceInfoTest.java | 91 private void checkInfoSame(ServiceInfo expected, ServiceInfo actual) { in checkInfoSame()
|
| /cts/tools/vm-tests/src/dot/junit/ |
| D | DxAbstractMain.java | 21 static public void assertEquals(int expected, int actual) { in assertEquals() 25 static public void assertEquals(String message, int expected, int actual) { in assertEquals() 30 static public void assertEquals(long expected, long actual) { in assertEquals() 34 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 38 static public void assertEquals(Object expected, Object actual) { in assertEquals()
|
| /cts/tools/dx-tests/src/dxc/junit/ |
| D | DxAbstractMain.java | 20 static public void assertEquals(int expected, int actual) { in assertEquals() 24 static public void assertEquals(long expected, long actual) { in assertEquals() 28 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 32 static public void assertEquals(Object expected, Object actual) { in assertEquals()
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | ComponentNameTest.java | 133 String actual = getComponentName().getShortClassName(); in testGetShortClassName() local 164 ComponentName actual = ComponentName.readFromParcel(parcel1); in testReadFromParcel() local 179 final String actual = getComponentName().getPackageName(); in testGetPackageName() local 192 ComponentName actual = ComponentName.unflattenFromString(flattenString); in testUnflattenFromString() local 203 String actual = getComponentName().flattenToShortString(); in testFlattenToShortString() local
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | PorterDuff_ModeTest.java | 78 Mode[] actual = Mode.values(); in testValues() local
|
| D | Path_DirectionTest.java | 50 Direction[] actual = Direction.values(); in testValues() local
|
| D | Paint_AlignTest.java | 60 Align[] actual = Align.values(); in testValues() local
|
| D | Region_OpTest.java | 60 Op[] actual = Op.values(); in testValues() local
|
| D | Paint_CapTest.java | 61 Cap[] actual = Cap.values(); in testValues() local
|
| D | Paint_JoinTest.java | 60 Join[] actual = Join.values(); in testValues() local
|
| D | Paint_StyleTest.java | 60 Style[] actual = Style.values(); in testValues() local
|
| D | Path_FillTypeTest.java | 54 FillType[] actual = FillType.values(); in testValues() local
|
| D | PathDashPathEffect_StyleTest.java | 53 Style[] actual = Style.values(); in testValues() local
|
| D | LightingColorFilterTest.java | 92 private void assertColor(int expected, int actual) { in assertColor()
|
| /cts/tests/src/android/text/method/cts/ |
| D | TextMethodUtils.java | 30 public static void assertEquals(char[] expected, char[] actual) { in assertEquals()
|
| /cts/tests/tests/text/src/android/text/cts/ |
| D | Editable_FactoryTest.java | 46 Editable actual = mFactory.newEditable(source); in testNewEditable() local
|
| D | AutoTextTest.java | 38 String actual; in testGet() local
|
| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | TransformationTest.java | 95 private void assertTransformationNotSame(Transformation expected, Transformation actual) { in assertTransformationNotSame() 101 private void assertTransformationEquals(Transformation expected, Transformation actual) { in assertTransformationEquals()
|
| /cts/tests/tests/content/src/android/content/res/cts/ |
| D | ColorStateListTest.java | 121 ColorStateList actual = ColorStateList.CREATOR.createFromParcel(parcel); in testColorStateList() local
|