Home
last modified time | relevance | path

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

/tools/apksig/src/test/java/com/android/apksig/internal/test/
DMoreAsserts.java30 public static void assertByteBufferEquals(byte[] expected, ByteBuffer actual) { in assertByteBufferEquals()
38 public static void assertByteBufferEquals(String message, byte[] expected, ByteBuffer actual) { in assertByteBufferEquals()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterHostUtilTest.java53 String actual = ClusterHostUtil.toValidTfVersion(version); in testToValidTfVersion() local
61 String actual = ClusterHostUtil.toValidTfVersion(version); in testToValidTfVersionWithEmptyVersion() local
69 String actual = ClusterHostUtil.toValidTfVersion(version); in testToValidTfVersionWithNullVersion() local
77 String actual = ClusterHostUtil.toValidTfVersion(version); in testToValidTfVersionWithInvalidVersion() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java43 Object actual = invocation(() -> local.get()); in getInitialValueDefaultsToNull() local
59 String actual = invocation(() -> local.get()); in getReturnsCustomInitialValue() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DAnnotationsDifferTest.kt64 val actual = apiFile.readText(UTF_8) in Write diff() constant
DDriverTest.kt1262 val actual = readFile(File(sdkFilesDir, "broadcast_actions.txt"), stripBlankLines, trim) in <lambda>() constant
1267 val actual = readFile(File(sdkFilesDir, "activity_actions.txt"), stripBlankLines, trim) in <lambda>() constant
1272 val actual = readFile(File(sdkFilesDir, "service_actions.txt"), stripBlankLines, trim) in <lambda>() constant
1277 val actual = readFile(File(sdkFilesDir, "categories.txt"), stripBlankLines, trim) in <lambda>() constant
1282 val actual = readFile(File(sdkFilesDir, "features.txt"), stripBlankLines, trim) in <lambda>() constant
1287 val actual = readFile(File(sdkFilesDir, "widgets.txt"), stripBlankLines, trim) in <lambda>() constant
/tools/repohooks/rh/
Dconfig_test.py31 def assertEqual(msg, exp, actual): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DMultiMapTest.java102 private static <T> void assertContainsExactly(Collection<T> expected, Collection<T> actual) { in assertContainsExactly()
DListInstrumentationParserTest.java128 InstrumentationTarget actual) { in areTargetsEqual()
DZipUtil2Test.java58 Set<PosixFilePermission> actual = Files.getPosixFilePermissions(file.toPath()); in verifyFilePermission() local
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DSimpleFileLoggerTest.java92 List<String> actual = readLines(mLogger.getLog().createInputStream()); in testGetLog() local
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdEventMetricPostProcessor.java202 List<String> actual = new ArrayList(); in fillInPlaceholders() local
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSinkTestBase.java120 ByteBuffer actual = getContents(sink); in assertContentsEquals() local
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py262 def _get_formatted_output(self, expected, actual): argument
/tools/tradefederation/contrib/src/com/android/media/tests/
DMediaStressTest.java207 private int coalesceLoopCounts(Integer actual, Integer expected) { in coalesceLoopCounts()
DCameraStressTest.java337 private int coalesceLoopCounts(Integer actual, Integer expected) { in coalesceLoopCounts()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2252 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesPlatformSupportsPath() local
2277 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesPlatformDoesNotSupportPath() local
2304 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesForBadOutput() local
2513 ArrayList<Integer> actual = mTestDevice.listUsers(); in testListUsers_oneUser() local
2568 ArrayList<Integer> actual = mTestDevice.listUsers(); in testListUsers_multiUsers() local
2581 Map<Integer, UserInfo> actual = mTestDevice.getUserInfos(); in testListUsersInfo_oneUser() local
2599 Map<Integer, UserInfo> actual = mTestDevice.getUserInfos(); in testListUsersInfo_multiUsers() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java447 ZipEntry actual = zipFile.getEntry(entry.getKey()); in runCreateZipTest() local
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java605 IRemoteFileResolver actual = loader.load(NullFileResolver.PROTOCOL, ImmutableMap.of()); in resolverLoader_multipleCallsReturnTheSameResolver() local