Home
last modified time | relevance | path

Searched defs:expectedMatch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp160 LayerStack::ApproximateMatch expectedMatch; in TEST_F() local
194 LayerStack::ApproximateMatch expectedMatch; in TEST_F() local
263 LayerStack::ApproximateMatch expectedMatch; in TEST_F() local
309 LayerStack::ApproximateMatch expectedMatch; in TEST_F() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java280 long expectedMatch = 0; in doTestSetChildChain() local
349 final long expectedMatch) throws Exception { in checkUidOwnerValue()
367 final long expectedMatch = add ? match | LOCKDOWN_VPN_MATCH : match & ~LOCKDOWN_VPN_MATCH; in doTestUpdateUidLockdownRule() local
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DCountryTimeZonesTest.java343 OffsetResult expectedMatch = (OffsetResult) testCase[4]; in executeLookupByOffsetWithBiasTestCases() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java7649 private void verifyMultiApproverMatch(List<MacAddress> addresses, MacAddress expectedMatch) in verifyMultiApproverMatch()