/aosp_15_r20/build/soong/java/ |
H A D | dexpreopt_config_testing.go | 164 type expectedConfig struct { struct 165 name string 166 stem string 167 dir string 168 symbolsDir string 169 installDir string 170 profileInstallPathInApex string 171 modules android.ConfiguredJarList 172 dexPaths []string 173 dexPathsDeps []string [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApBackupRestoreTest.java | 321 SoftApConfiguration expectedConfig = configBuilder.setAutoShutdownEnabled(true).build(); in testSoftApConfigRestoreFromVersion5() local 340 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(6); in testSoftApConfigRestoreFromVersion6() local 352 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(7); in testSoftApConfigRestoreFromVersion7() local 365 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(8); in testSoftApConfigRestoreFromVersion8() local
|
D | WifiApConfigStoreTest.java | 343 SoftApConfiguration expectedConfig = setupApConfig( in setNullApConfiguration() local 382 SoftApConfiguration expectedConfig = setupApConfig( in updateApConfiguration() local 423 SoftApConfiguration expectedConfig = setupApConfig( in convertDevice5GhzToAny() local 453 SoftApConfiguration expectedConfig = setupApConfig( in deviceAnyNotConverted() local 481 SoftApConfiguration expectedConfig = setupApConfig( in deviceWithChannelNotConverted() local 510 SoftApConfiguration expectedConfig = setupApConfig( in device5GhzConvertedToAnyAtRetrieval() local 1381 SoftApConfiguration expectedConfig = store.getApConfiguration(); in testForceApBandChannel() local
|
D | SoftApManagerTest.java | 2509 SoftApConfiguration expectedConfig, boolean userApprovalNeeded) throws Exception { in startSoftApAndVerifyEnabled() 2516 SoftApConfiguration expectedConfig, boolean userApprovalNeeded, boolean isUsingMlo) in startSoftApAndVerifyEnabled() 4147 SoftApConfiguration expectedConfig = configBuilder.setIeee80211beEnabled(false).build(); in testStartSoftApRemoves11BEIfNotSupportedByDeviceCapabilities() local 4172 SoftApConfiguration expectedConfig = configBuilder.setIeee80211beEnabled(false).build(); in testStartSoftApRemoves11BEIfNotSupportedByOverlay() local 4197 SoftApConfiguration expectedConfig = configBuilder.setIeee80211beEnabled(false).build(); in testStartSoftApRemoves11BEInWpa2() local 4226 SoftApConfiguration expectedConfig = configBuilder.setIeee80211beEnabled(false).build(); in testStartSoftApRemoves11BEInBridgedModeIfNotSupportedByOverlay() local 4306 SoftApConfiguration expectedConfig = configBuilder.setIeee80211beEnabled(false).build(); in testStartSoftApWith11BEConfigurationWhenExistingOther11BeSoftApManager() local
|
/aosp_15_r20/external/grpc-grpc-java/rls/src/test/java/io/grpc/rls/ |
H A D | RlsProtoConvertersTest.java | 178 RouteLookupConfig expectedConfig = in convert_jsonRlsConfig() local 346 RouteLookupConfig expectedConfig = in convert_jsonRlsConfig_defaultValues() local 403 RouteLookupConfig expectedConfig = in convert_jsonRlsConfig_staleAgeCappedByMaxAge() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | Split_test.cpp | 82 ResTable_config expectedConfig; in TEST_F() local 102 ResTable_config expectedConfig; in TEST_F() local 126 ResTable_config expectedConfig; in TEST_F() local
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigsUnitTest.java | 482 CarSvcPropertyConfig expectedConfig = new CarSvcPropertyConfig(propertyId, halPropId, in testParseJsonConfig_validConfig() local 520 var expectedConfig = new CarSvcPropertyConfig(propertyId, halPropId, in testParseJsonConfig_halPropIdDefaultEqualPropId() local 560 var expectedConfig = new CarSvcPropertyConfig(propertyId, halPropId, in testParseJsonConfig_dataFlags() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/hocon/src/test/kotlin/kotlinx/serialization/hocon/ |
H A D | HoconTesting.kt | 13 val expectedConfig = ConfigFactory.parseString(expected) in assertStringFormAndRestored() constant
|
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/ |
D | ConfigParserTest.java | 127 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFile() local 216 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFileWithUpdateIdentifier() local
|
/aosp_15_r20/frameworks/base/tools/aapt/tests/ |
H A D | ResourceFilter_test.cpp | 175 ConfigDescription expectedConfig; in TEST() local 196 ConfigDescription expectedConfig; in TEST() local
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneProviderControllerTest.java | 1905 @Nullable ConfigurationInternal expectedConfig) { in assertStateEnumAndConfigAndCommit() 1916 @Nullable ConfigurationInternal expectedConfig) { in assertStateEnumAndConfig() 1928 private void assertConfig(@Nullable ConfigurationInternal expectedConfig) { in assertConfig()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarUxRestrictionsManagerServiceTest.java | 148 String expectedConfig = "{\"schema_version\":2,\"restrictions\":[{\"physical_port\":null," in testSaveConfig_WriteStagedFile() local 233 CarUxRestrictionsConfiguration expectedConfig = new CarUxRestrictionsConfiguration.Builder() in testLoadConfig_SupportsLegacyV1() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | WeightedTargetLoadBalancerProviderTest.java | 126 ConfigOrError expectedConfig = ConfigOrError.fromConfig( in parseWeightedTargetConfig() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/ |
H A D | BuiltInResource.FromFile.cpp | 50 std::string expectedConfig; in TEST_F() local
|
/aosp_15_r20/external/deqp-deps/glslang/gtests/ |
D | BuiltInResource.FromFile.cpp | 50 std::string expectedConfig; in TEST_F() local
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | MagnificationConfigTest.java | 82 private void assertEqualsMagnificationConfig(MagnificationConfig expectedConfig, in assertEqualsMagnificationConfig()
|
H A D | AccessibilityMagnificationTest.java | 353 final MagnificationConfig expectedConfig = obtainConfigBuilder(config).setScale( in testSetConfigWithDefaultModeAndCenter_expectedConfig() local 395 final MagnificationConfig expectedConfig = obtainConfigBuilder(config).setActivated( in testSetConfigWithActivatedFalse_expectedConfig() local 459 final MagnificationConfig expectedConfig = obtainConfigBuilder(config).setMode( in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig() local
|
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
H A D | ConfigParserTest.java | 113 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in testParseConfigFile() local
|
H A D | PpsMoParserTest.java | 127 PasspointConfiguration expectedConfig = generateConfigurationFromPPSMOTree(); in testParsePPSMOTree() local
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 2274 final PrivateDnsConfigParcel expectedConfig = new PrivateDnsConfigParcel(); in testAsyncPrivateDnsResolution_PartialTimeout() local 2302 final PrivateDnsConfigParcel expectedConfig = new PrivateDnsConfigParcel(); in testAsyncPrivateDnsResolution_PartialFailure() local 2339 final PrivateDnsConfigParcel expectedConfig = new PrivateDnsConfigParcel(); in testAsyncPrivateDnsResolution_AQuerySucceedsFirst_PrioritizeAAAA() local 2388 final PrivateDnsConfigParcel expectedConfig = new PrivateDnsConfigParcel(); in testAsyncPrivateDnsResolution_ConfigChange_RestartsWithNewConfig() local
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointXmlUtilsTest.java | 265 PasspointConfiguration expectedConfig = new PasspointConfiguration(); in deserializePasspointConfigurationWithUnknownTag() local
|
/aosp_15_r20/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtilTest.java | 177 SoftApConfiguration expectedConfig = setupApConfig( in testConversion() local
|
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParserTest.java | 223 PasspointConfiguration expectedConfig = generateConfigurationFromPPSMOTree(); in parseValidPPSMOTree() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | HdmiUtilsTest.java | 195 List<DeviceConfig> expectedConfig = new ArrayList<>(); in parseSampleXML() local
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | IpConfigStoreTest.java | 90 final IpConfiguration expectedConfig = in backwardCompatibility2to3() local
|