Searched refs:result3 (Results 1 – 4 of 4) sorted by relevance
106 RemoteResult result3 = RemoteResult.of(3); in testHashCode() local107 assertThat(result3.hashCode()).isEqualTo(result3.hashCode()); in testHashCode()108 assertThat(result3.hashCode()).isEqualTo(RemoteResult.of(3).hashCode()); in testHashCode()
128 Resolver::Result result3; in TEST_F() local137 result3); in TEST_F()139 EXPECT_NE(result1.info, result3.info); in TEST_F()162 const char* result3 = m_pTestee->insertString(s); in TEST_F() local165 EXPECT_EQ(result1, result3); in TEST_F()
258 int result3 = ArtStatsLogUtils.getApkType("/tmp/none.apk", BASE_APK_PATH, SPLIT_APK_PATHS); in testGetApkType() local263 Assert.assertEquals(result3, in testGetApkType()
450 SigningDetails result3 = firstDetails.mergeLineageWith(secondDetails, in mergeLineageWith_overlappingLineageDiffCaps_returnsFullLineageWithModifiedCaps() local461 assertEquals(expectedDetails2, result3); in mergeLineageWith_overlappingLineageDiffCaps_returnsFullLineageWithModifiedCaps()505 SigningDetails result3 = subLineageDetails.mergeLineageWith(fullLineageDetails, in mergeLineageWith_subLineageModifiedCaps_returnsFullLineageWithModifiedCaps() local516 assertEquals(expectedDetails2, result3); in mergeLineageWith_subLineageModifiedCaps_returnsFullLineageWithModifiedCaps()