Home
last modified time | relevance | path

Searched defs:expected_config (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Ddns_util_unittest.cc87 auto expected_config = *DnsOverHttpsConfig::FromTemplatesForTesting( in TEST_F() local
H A Ddns_config_service_posix_unittest.cc163 DnsConfig expected_config; in TEST() local
H A Ddns_client_unittest.cc184 DnsConfig expected_config = config; in TEST_F() local
H A Ddns_config_service_linux_unittest.cc339 DnsConfig expected_config; in TEST_F() local
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dquality_scaling_experiment_unittest.cc107 QualityScalingExperiment::Config expected_config; in TEST() local
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp496 const ConfigDescription expected_config = test::ParseConfigOrDie(config_str); in ExpectConfigSerializes() local
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp586 ResTable_config expected_config; in TEST_F() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py744 def check_all_configs(self, testname, expected_config=None, argument
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp89 const ConfigDescription& expected_config, in Exists()