/tools/test/connectivity/acts/framework/acts/ |
D | config_parser.py | 45 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 …]
|
D | keys.py | 24 class Config(enum.Enum): class 127 for name, member in Config.__members__.items(): 148 return getattr(Config, target_key_name).value
|
D | base_test.py | 211 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/ |
D | config.go | 26 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 …]
|
D | config_test.go | 32 inputConfig := Config{ 60 var outputConfig Config 64 expectedOutput := Config{
|
/tools/carrier_settings/java/ |
D | CarrierConfigConverterV2.java | 144 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 …]
|
D | CarrierProtoUtils.java | 89 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/ |
D | bazel_mode.py | 452 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/ |
D | act.py | 199 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/ |
D | TelLiveSmokeTest.py | 21 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,
|
D | TelLiveSettingsTest.py | 24 from acts.keys import Config 167 self.user_params[Config.key_config_path.value], path)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | attenuator.py | 20 from acts.keys import Config 41 ip_address = c[Config.key_address.value] 42 port = c[Config.key_port.value]
|
/tools/treble/hacksaw/codebase/ |
D | codebase.go | 27 func Add(name string, path string) (*config.Config, error) { 46 func Remove(remove string) (*config.Config, error) {
|
D | codebase_test.go | 38 expectedConfig := config.Config{ 57 expectedConfig = config.Config{
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_test_runner_test.py | 61 tb_key = keys.Config.key_testbed.value 105 tb_key = keys.Config.key_testbed.value
|
/tools/treble/build/sandbox/ |
D | build_android_sandboxed.py | 62 cfg = config.Config(config_file) 196 cfg = config.Config(args['config_file'])
|
D | config.py | 362 class Config: class 535 return Config(config_filename)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BluetoothCarHfpBaseTest.py | 25 from acts.keys import Config 66 self.user_params[Config.key_config_path.value], sim_conf_file)
|
D | BtFunhausBaseTest.py | 19 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/ |
D | CellBroadcastTest.py | 27 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/ |
D | BtCarMediaPassthroughTest.py | 29 from acts.keys import Config 71 self.user_params[Config.key_config_path.value],
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 175 message Config { message 189 repeated Config config = 2;
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | TelephonyBaseTest.py | 30 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/ |
D | AndroidLibCoreTest.xml.data | 1 <configuration description="Config for CTS Jank test cases">
|
D | AndroidTest.xml.data | 1 <configuration description="Config for CTS Jank test cases">
|