Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 25 of 49) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py45 for k in keys.Config.reserved_keys.value:
48 if (k == keys.Config.key_test_paths.value
49 or k == keys.Config.key_log_path.value):
94 for file_path_key in keys.Config.file_path_keys.value:
191 testbeds = configs[keys.Config.key_testbed.value]
195 tb_dict[testbed[keys.Config.key_testbed_name.value]] = testbed
201 testbed[keys.Config.key_testbed_name.value] = name
214 if (keys.Config.key_log_path.value not in configs
218 configs[keys.Config.key_log_path.value] = os.environ[_ENV_ACTS_LOGPATH]
219 if (keys.Config.key_test_paths.value not in configs
[all …]
Dkeys.py24 class Config(enum.Enum): class
127 for name, member in Config.__members__.items():
148 return getattr(Config, target_key_name).value
Dbase_test.py211 for ctrl_name in keys.Config.builtin_controller_names.value:
549 keys.Config.key_test_failure_tracebacks.value, False):
818 keys.Config.key_test_case_iterations.value, 1)
/tools/treble/hacksaw/config/
Dconfig.go26 type Config struct { struct
33 func (c *Config) Read(input io.Reader) error { argument
42 func (c Config) Write(output io.Writer) error { argument
51 func (c *Config) ReadConfigFromFile(filePath string) error { argument
65 func (c Config) WriteConfigToFile(filePath string) error { argument
75 func (c Config) Copy() Config { argument
76 cfgCopy := Config{
90 func (c *Config) Reset() { argument
91 *c = Config{
97 var singleton *Config
[all …]
Dconfig_test.go32 inputConfig := Config{
60 var outputConfig Config
64 expectedOutput := Config{
/tools/carrier_settings/java/
DCarrierConfigConverterV2.java144 HashMap<CarrierId, Map<String, CarrierConfig.Config>> rawConfigs = new HashMap<>(); in convert()
268 Map<String, CarrierConfig.Config> config = ImmutableMap.of(); in convert()
272 HashMap<String, CarrierConfig.Config> configBySpecificCarrierId = in convert()
275 HashMap<String, CarrierConfig.Config> configByCarrierId = in convert()
277 HashMap<String, CarrierConfig.Config> configByMccMncFallBackCarrierId = in convert()
295 HashMap<String, CarrierConfig.Config> vendorConfig = in convert()
490 .sorted(comparing(CarrierConfig.Config::getKey)) in sortConfig()
536 Map<String, CarrierConfig.Config> configs) { in toCarrierConfigBuilder()
551 private static HashMap<String, CarrierConfig.Config> parseCarrierConfigFromXml( in parseCarrierConfigFromXml()
553 HashMap<String, CarrierConfig.Config> configMap = new HashMap<>(); in parseCarrierConfigFromXml()
[all …]
DCarrierProtoUtils.java89 CarrierConfig.Config patchConfig = patch.getConfig(i);
108 List<CarrierConfig.Config> configs = new ArrayList<>(baseBuilder.getConfigList());
109 Collections.sort(configs, Comparator.comparing(CarrierConfig.Config::getKey));
/tools/asuite/atest/
Dbazel_mode.py452 class Config: class
499 def supported_configs(self) -> Set[Config]:
584 Config('host', gen.host_out_path),
585 Config('device', gen.product_out_path),
624 config_files: Dict[Config, List[Path]], argument
645 def supported_configs(self) -> Set[Config]:
734 configs: List[Config], paths: List[Path]) -> Dict[Config, List[Path]]: argument
757 targets: List[Target]) -> Dict[Config, List[Target]]:
769 config_dict: Dict[Config, Any], configs: Set[Config],) -> Dict[Config, Any]: argument
802 configs: List[Config], argument
[all …]
/tools/test/connectivity/acts/framework/acts/bin/
Dact.py199 tp_key = keys.Config.key_test_paths.value
204 ti_key = keys.Config.key_test_case_iterations.value
208 testpath_key = keys.Config.key_test_paths.value
219 keys.Config.key_log_path.value)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSmokeTest.py21 from acts.keys import Config
134 getattr(self, Config.ikey_testbed_name.value),
210 getattr(self, Config.ikey_testbed_name.value),
280 getattr(self, Config.ikey_testbed_name.value),
341 getattr(self, Config.ikey_testbed_name.value),
388 getattr(self, Config.ikey_testbed_name.value), apm_result,
DTelLiveSettingsTest.py24 from acts.keys import Config
167 self.user_params[Config.key_config_path.value], path)
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py20 from acts.keys import Config
41 ip_address = c[Config.key_address.value]
42 port = c[Config.key_port.value]
/tools/treble/hacksaw/codebase/
Dcodebase.go27 func Add(name string, path string) (*config.Config, error) {
46 func Remove(remove string) (*config.Config, error) {
Dcodebase_test.go38 expectedConfig := config.Config{
57 expectedConfig = config.Config{
/tools/test/connectivity/acts/framework/tests/
Dacts_test_runner_test.py61 tb_key = keys.Config.key_testbed.value
105 tb_key = keys.Config.key_testbed.value
/tools/treble/build/sandbox/
Dbuild_android_sandboxed.py62 cfg = config.Config(config_file)
196 cfg = config.Config(args['config_file'])
Dconfig.py362 class Config: class
535 return Config(config_filename)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBluetoothCarHfpBaseTest.py25 from acts.keys import Config
66 self.user_params[Config.key_config_path.value], sim_conf_file)
DBtFunhausBaseTest.py19 from acts.keys import Config
118 self.user_params[Config.key_config_path.value], music_path)
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py27 from acts.keys import Config
127 self.user_params[Config.key_config_path.value],
134 self.user_params[Config.key_config_path.value],
141 self.user_params[Config.key_config_path.value],
163 self.user_params[Config.key_config_path.value],
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarMediaPassthroughTest.py29 from acts.keys import Config
71 self.user_params[Config.key_config_path.value],
/tools/carrier_settings/proto/
Dcarrier_settings.proto175 message Config { message
189 repeated Config config = 2;
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DTelephonyBaseTest.py30 from acts.keys import Config
232 self.user_params[Config.key_config_path.value],
398 self.user_params[Config.key_config_path.value],
/tools/asuite/atest/unittest_data/
DAndroidLibCoreTest.xml.data1 <configuration description="Config for CTS Jank test cases">
DAndroidTest.xml.data1 <configuration description="Config for CTS Jank test cases">

12