/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 48 llvm::StringRef result1 = m_pTestee->insertString(s1); in TEST_F() local 49 EXPECT_NE(s1, result1.data()); in TEST_F() 50 EXPECT_STREQ(s1, result1.data()); in TEST_F() 56 llvm::StringRef result1 = m_pTestee->insertString(s1); in TEST_F() local 58 EXPECT_STREQ(s1, result1.data()); in TEST_F() 60 EXPECT_EQ(result1.data(), result2.data()); in TEST_F() 72 Resolver::Result result1; in TEST_F() local 74 name, isDyn, type, desc, binding, size, other, NULL, result1); in TEST_F() 76 EXPECT_NE(name, result1.info->name()); in TEST_F() 77 EXPECT_STREQ(name, result1.info->name()); in TEST_F() [all …]
|
/frameworks/base/core/tests/systemproperties/src/android/os/ |
D | PropertyInvalidatedCacheTest.java | 122 String result1 = cache.query(5); in testRefreshSameObject() local 123 assertEquals("foo5", result1); in testRefreshSameObject() 125 assertSame(result1, result2); in testRefreshSameObject() 144 String result1 = cache.query(5); in testRefreshInvalidateRace() local 145 assertEquals("foo5", result1); in testRefreshInvalidateRace() 147 assertEquals(result1, result2); in testRefreshInvalidateRace() 148 assertNotSame(result1, result2); in testRefreshInvalidateRace()
|
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | NtpTimeHelperTest.java | 70 NtpTrustedTime.TimeResult result1 = mock(NtpTrustedTime.TimeResult.class); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed() local 71 doReturn(NtpTimeHelper.NTP_INTERVAL + 1).when(result1).getAgeMillis(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed() 72 doReturn(result1).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()
|
/frameworks/base/cmds/idmap2/tests/ |
D | BinaryStreamVisitorTests.cpp | 38 auto result1 = Idmap::FromBinaryStream(raw_stream); in TEST() local 39 ASSERT_TRUE(result1); in TEST() 40 const auto idmap1 = std::move(*result1); in TEST()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Syn_filt_32_neon.s | 80 VDUP.S32 Q10, D29[0] @result1 102 VSHR.S32 Q10, Q10, #11 @result1 >>= 11 105 … VADD.S32 Q12, Q12, Q10 @L_tmp = L_tmp - (result1 >>= 11) - (result2 <<= 1)
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberWatcherTest.java | 61 final String result1 = "(650) 123-4567"; in testRemoveLastChars() local 71 assertEquals(result1, number.toString()); in testRemoveLastChars() 72 assertEquals(result1.length(), Selection.getSelectionEnd(number)); in testRemoveLastChars()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 499 ContentProviderResult result1; in testParcelingResult() local 502 result1 = new ContentProviderResult(Uri.parse("content://goo/bar")); in testParcelingResult() 503 result1.writeToParcel(parcel, 0); in testParcelingResult() 514 result1 = new ContentProviderResult(42); in testParcelingResult() 515 result1.writeToParcel(parcel, 0); in testParcelingResult()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttServiceImplTest.java | 881 Pair<List<RttResult>, List<RangingResult>> result1 = RttTestUtils.getDummyRangingResults( in testRangingTimeout() local 907 mDut.onRangingResults(cmdId1, result1.first); in testRangingTimeout() 943 Pair<List<RttResult>, List<RangingResult>> result1 = RttTestUtils.getDummyRangingResults( in testRangingThrottleBackground() local 966 mDut.onRangingResults(mIntCaptor.getValue(), result1.first); in testRangingThrottleBackground() 969 cbInorder.verify(mockCallback).onRangingResults(result1.second); in testRangingThrottleBackground() 1028 verify(mockMetrics).recordResult(eq(request1), eq(result1.first)); in testRangingThrottleBackground() 1076 Pair<List<RttResult>, List<RangingResult>> result1 = RttTestUtils.getDummyRangingResults( in runTestRangingThrottleBackgroundWorkSources() local 1097 mDut.onRangingResults(mIntCaptor.getValue(), result1.first); in runTestRangingThrottleBackgroundWorkSources() 1100 cbInorder.verify(mockCallback).onRangingResults(result1.second); in runTestRangingThrottleBackgroundWorkSources() 1130 verify(mockMetrics).recordResult(eq(request1), eq(result1.first)); in runTestRangingThrottleBackgroundWorkSources()
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 1906 LocalHandle result1; in TEST() local 1911 error = Deserialize(&result1, &buffer); in TEST() 1913 EXPECT_EQ(0, result1.Get()); in TEST() 1914 result1.Release(); // Don't close fd 0. in TEST() 1916 std::tuple<LocalHandle&, LocalHandle&> t1(result1, result2); in TEST() 1923 EXPECT_EQ(0, result1.Get()); in TEST() 1925 result1.Release(); // Don't close fd 0. in TEST() 1930 error = Deserialize(&result1, &buffer); in TEST() 1932 EXPECT_EQ(-2, result1.Get()); in TEST()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 2098 const int result1 = first.get(); in TEST_F() local 2100 EXPECT_TRUE(result1 == ANEURALNETWORKS_BAD_STATE || result1 == ANEURALNETWORKS_NO_ERROR); in TEST_F() 2102 EXPECT_TRUE(result1 == ANEURALNETWORKS_NO_ERROR || result2 == ANEURALNETWORKS_NO_ERROR); in TEST_F()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigManagerTest.java | 2395 NetworkUpdateResult result1 = verifyAddNetworkToWifiConfigManager(network1); in testRetrievePnoListDoesNotContainDisabledNetworks() local 2400 result1.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testRetrievePnoListDoesNotContainDisabledNetworks() 2410 verifyUpdateNetworkSelectionStatus(result1.getNetworkId(), assocRejectReason, i); in testRetrievePnoListDoesNotContainDisabledNetworks()
|