Searched refs:expectedOutput (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/bazel/cquery/ |
H A D | request_type_test.go | 14 expectedOutput []string 19 expectedOutput: []string{}, 24 expectedOutput: []string{"test"}, 29 expectedOutput: []string{"foo", "bar"}, 34 if !reflect.DeepEqual(tc.expectedOutput, actualOutput) { 44 expectedOutput CcInfo 50 expectedOutput: CcInfo{ 61 expectedOutput: CcInfo{ 72 expectedOutput: CcInfo{ 83 expectedOutput: CcInfo{}, [all …]
|
/aosp12/packages/apps/Calendar/tests/src/com/android/calendar/ |
H A D | FormatDateRangeTest.java | 36 public String expectedOutput; field in FormatDateRangeTest.DateTest 62 expectedOutput = output; in DateTest() 189 if (!dateTest.expectedOutput.equals(output)) { in testAll() 191 + " expected: " + dateTest.expectedOutput in testAll() 194 assertEquals(dateTest.expectedOutput, output); in testAll()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserSystemPackageInstallerTest.java | 185 final ArrayMap<String, Long> expectedOutput = getNewPackageToWhitelistedBitSetMap(); in testDetermineWhitelistedPackagesForUserTypes() local 186 expectedOutput.put("com.android.package1", expectedUserTypeBitSet1); in testDetermineWhitelistedPackagesForUserTypes() 187 expectedOutput.put("com.android.package2", expectedUserTypeBitSet2); in testDetermineWhitelistedPackagesForUserTypes() 188 expectedOutput.put("com.android.package3", expectedUserTypeBitSet3); in testDetermineWhitelistedPackagesForUserTypes() 193 assertEquals("Incorrect package-to-user mapping.", expectedOutput, actualOutput); in testDetermineWhitelistedPackagesForUserTypes() 228 final ArrayMap<String, Long> expectedOutput = getNewPackageToWhitelistedBitSetMap(); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting() local 229 expectedOutput.put("com.android.package2", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting() 230 expectedOutput.put("com.android.package3", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting() 231 expectedOutput.put("com.android.package4", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting() 236 assertEquals("Incorrect package-to-user mapping.", expectedOutput, actualOutput); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting()
|
/aosp12/frameworks/base/tools/processors/intdef_mappings/test/android/processor/ |
H A D | IntDefProcessorTest.kt | 138 val expectedOutput = """ regex 160 assertEquals(actualOutput, expectedOutput)
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | SelectionActionModeHelperTest.java | 257 final List<RectF> expectedOutput = Arrays.asList(outputRectangles); in testExpandRectangleList() local 266 assertEquals(expectedOutput, result); in testExpandRectangleList()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | PersistAtomsStorageTest.java | 2098 Queue<ImsRegistrationServiceDescStats> expectedOutput = new LinkedList<>(); in addImsRegistrationServiceDescStats_tooManyServiceDesc() local 2103 expectedOutput.add(stats); in addImsRegistrationServiceDescStats_tooManyServiceDesc() 2113 expectedOutput.remove(); in addImsRegistrationServiceDescStats_tooManyServiceDesc() 2114 assertEquals(expectedOutput.size() - 1, output.length); in addImsRegistrationServiceDescStats_tooManyServiceDesc()
|
/aosp12/build/soong/java/ |
H A D | app_test.go | 119 for _, expectedOutput := range expectedOutputs { 120 foo.Output(expectedOutput)
|