Home
last modified time | relevance | path

Searched refs:testConfigs (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_unit_test.cpp191 } testConfigs[]{ in TEST_F()
346 } testConfigs[]{ in TEST_F()
555 } testConfigs[]{ in TEST_F()
627 } testConfigs[]{ in TEST_F()
873 } testConfigs[]{ in TEST_F()
909 } testConfigs[]{ in TEST_F()
1118 } testConfigs[]{ in TEST_F()
1240 } testConfigs[]{ in TEST_F()
1337 } testConfigs[]{ in TEST_F()
1398 } testConfigs[]{ in TEST_F()
[all …]
H A Dresolv_integration_test.cpp1384 } testConfigs[]{ in TEST_F()
2083 } testConfigs[]{ in TEST_F()
2882 } testConfigs[] = { in TEST_F() local
3255 } testConfigs[]{ in TEST_F()
3368 } testConfigs[]{ in TEST_F()
3612 } testConfigs[]{ in TEST_F()
3693 } testConfigs[]{ in TEST_F()
3899 } testConfigs[]{ in TEST_F()
4462 } testConfigs[] = { in TEST_F() local
4555 } testConfigs[] = { in TEST_F() local
[all …]
H A Ddnsresolver_binder_test.cpp340 } testConfigs[] = { in TEST_F() local
393 for (const auto& config : testConfigs) { in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp174 void setExpectationsForConfigs(Display display, std::vector<TestConfig> testConfigs, in setExpectationsForConfigs() argument
177 for (size_t i = 0; i < testConfigs.size(); i++) { in setExpectationsForConfigs()
178 configIds.push_back(testConfigs[i].id); in setExpectationsForConfigs()
181 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::WIDTH, _)) in setExpectationsForConfigs()
182 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].w), Return(Error::NONE))); in setExpectationsForConfigs()
184 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::HEIGHT, _)) in setExpectationsForConfigs()
185 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].h), Return(Error::NONE))); in setExpectationsForConfigs()
189 .WillRepeatedly(DoAll(SetArgPointee<3>(testConfigs[i].vsyncPeriod), in setExpectationsForConfigs()
195 DoAll(SetArgPointee<3>(testConfigs[i].group), Return(Error::NONE))); in setExpectationsForConfigs()
197 getDisplayAttribute_2_4(display, testConfigs[i].id, Attribute::DPI_X, _)) in setExpectationsForConfigs()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java8171 List<WifiConfiguration> testConfigs, in generateExpectedConfigs() argument
8175 tmpConfig = new WifiConfiguration(testConfigs.get(0)); in generateExpectedConfigs()
8231 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigs()
8233 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigs()
8245 testConfigs, true, true); in testGetConfiguredNetworksForMultiTypeConfigs()
8262 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigsWithoutAutoUpgradeEnabled()
8264 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigsWithoutAutoUpgradeEnabled()
8276 testConfigs, false, false); in testGetConfiguredNetworksForMultiTypeConfigsWithoutAutoUpgradeEnabled()
8293 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigsWithoutHwSupport()
8295 .thenReturn(testConfigs); in testGetConfiguredNetworksForMultiTypeConfigsWithoutHwSupport()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java2686 public void testConfigs() throws Exception { in testConfigs() method in WifiAwareStateManagerTest