/tools/asuite/atest/ |
D | result_reporter.py | 106 for key, data in test.additional_info.items(): 130 for module_name, module_perf_info in classify_perf_info.items(): 344 for runner_name, groups in self.runners.items(): 345 for group_name, stats in groups.items(): 371 for iter_num, summary_list in ITER_SUMMARY.items(): 378 for runner_name, groups in self.runners.items(): 387 for group_name, stats in groups.items(): 430 for runner_name, groups in self.runners.items(): 431 for group_name, _ in groups.items(): 618 for key, data in test.additional_info.items():
|
D | module_info.py | 150 for mod_name, mod_info in name_to_module_info.items(): 197 for _, mod_info in self.name_to_module_info.items(): 226 for _, info in self.name_to_module_info.items(): 452 for module_name, dep_info in mod_bp_infos.items(): 596 for mod_name, mod_info in self.name_to_module_info.items():
|
/tools/repohooks/rh/ |
D | config.py | 75 def items(self, section=_UNSET, default=_UNSET): member in RawConfigParser 80 return [(x, self.items(x)) for x in self.sections()] 81 return super(RawConfigParser, self).items() 84 return configparser.RawConfigParser.items(self, section) 93 for section, settings in dictionary.items(): 146 return [k for k, v in self.config.items(self.BUILTIN_HOOKS_SECTION, ()) 162 return dict(self.config.items(self.TOOL_PATHS_SECTION, ()))
|
D | utils.py | 128 items = [ 132 items.append(self.stderr) 134 items.append(self.stdout) 136 items.append(self.msg) 137 return '\n'.join(items)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 152 for secondary_atten, roam_stats in results_dict['roam_stats'].items(): 223 for secondary_atten, results_list in results_dict.items(): 231 for roam_transition, count in result['roam_counts'].items(): 302 key for key, value in roam_candidates.items() 305 key for key, value in roam_candidates.items() 448 primary_net_config) = next(net for net in self.main_network.items() 472 primary_net_config) = next(net for net in self.main_network.items() 593 for network, atten_waveform in atten_waveforms.items(): 614 for network_name, network in self.main_network.items(): 719 for network_key, network_info in self.main_network.items():
|
D | WifiRssiTest.py | 164 for key, val in postprocessed_results.items(): 235 for key, val in postprocessed_results.items(): 271 for key, val in postprocessed_results.items(): 347 for key, val in rssi_time_series.items(): 412 for rssi_key, rssi_data in rssi_dist.items(): 921 for channel, channel_data in testclass_data.items(): 922 for rssi_metric, rssi_metric_value in channel_data['rssi'].items(): 939 for channel, channel_data in testclass_data.items(): 945 for rssi_metric, rssi_metric_value in channel_data['rssi'].items():
|
D | WifiThroughputStabilityTest.py | 386 test_id = tuple(test_id.items()) 496 ]).items()) 514 for channel, channel_data in testclass_data.items(): 515 for test_id, test_data in channel_data.items(): 532 for channel, channel_data in testclass_data.items(): 538 for test_id, test_data in channel_data.items():
|
D | WifiSensitivityTest.py | 219 test_id = tuple(test_id.items()) 238 metric_tag = tuple(metric_tag.items()) 243 for metric_tag_tuple, metric_data in metrics_dict.items(): 260 for test_id, test_results in testclass_results_dict.items(): 711 test_id = tuple(test_id.items()) 737 for test_id, test_data in testclass_results_dict.items(): 751 for line_id, line_results in test_data.items():
|
/tools/test/connectivity/acts/framework/acts/ |
D | config_parser.py | 119 for name, config in testbed_configs.items(): 200 for name, testbed in testbeds.items(): 239 for _, testbed in testbeds.items(): 253 for item in itertools.chain(configs.items(), testbed.items()):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | netgear_r7000.py | 145 for key, value in self.config_page_fields.items(): 193 for key, value in self.config_page_fields.items(): 208 for key, value in self.config_page_fields.items(): 222 for key, value in self.config_page_fields.items(): 262 for key, value in self.config_page_fields.items():
|
D | netgear_rax200.py | 227 for key, value in self.config_page_fields.items(): 281 for key, value in self.config_page_fields.items(): 302 for key, value in self.config_page_fields.items(): 311 for key, value in self.config_page_fields.items(): 351 for key, value in self.config_page_fields.items():
|
D | netgear_r7500.py | 159 for key, value in self.config_page_fields.items(): 209 for key, value in self.config_page_fields.items(): 238 for key, value in self.config_page_fields.items(): 291 for key, value in self.config_page_fields.items(): 323 for key, value in self.config_page_fields.items():
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radvd.py | 170 interface_option) in conf['interface_options'].items(): 175 for prefix_option in conf['prefix_options'].items(): 186 for route_option in conf['route_options'].items(): 192 for rdnss_option in conf['rdnss_options'].items():
|
/tools/dexter/slicer/ |
D | dex_ir.cc | 115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems() argument 116 std::sort(items.begin(), items.end(), comp); in IndexItems() 117 for (size_t i = 0; i < items.size(); ++i) { in IndexItems() 118 items[i]->index = i; in IndexItems()
|
/tools/asuite/atest-py2/ |
D | result_reporter.py | 100 for key, data in test.additional_info.items(): 124 for module_name, module_perf_info in classify_perf_info.items(): 347 for runner_name, groups in self.runners.items(): 356 for group_name, stats in groups.items(): 501 for key, data in test.additional_info.items():
|
D | cli_translator.py | 272 for test_group_name, test_list in test_mapping_dict.items(): 350 for test_group_name, test_list in all_tests.items(): 431 for group, grouped_tests in import_all_tests.items(): 475 for test_group, test_list in all_test_details.items():
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 40 items = sorted(mon.status.items()) 41 print('\n'.join(['%s: %s' % item for item in items]))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_power_base_test.py | 82 for test_name, value in self.power_results.items(): 103 for test_name, value in self.power_results.items(): 116 for band, pathloss in self.calibration_table[sim_type].items():
|
/tools/test/connectivity/acts/framework/acts/event/ |
D | subscription_bundle.py | 80 for subscription, registration_id in self.subscriptions.items(): 94 for subscription, registration_id in self.subscriptions.items(): 147 for attr_name, attr_value in obj_to_search.__dict__.items():
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 312 for key, value in self.ics.items(): 316 for key, (_, value) in self.ixit.items(): 610 items = implicit_send_info.split(',') 611 implicit_send_info_id = items[0] 612 implicit_send_info_test_case = items[1] 613 self.pts_profile_mmi_request = items[2]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/ |
D | RangeApSupporting11McTest.py | 67 for bssid, stat in stats.items(): 143 for bssid, stat in stats.items(): 171 for bssid, stat in stats.items(): 205 for bssid, stat in stats.items():
|
D | RangeApNonSupporting11McTest.py | 66 for bssid, stat in stats.items(): 130 for bssid, stat in stats.items(): 170 for bssid, stat in stats.items():
|
/tools/treble/split/ |
D | manifest_split.py | 238 for module, project_path in module_project_paths.items(): 416 for project_path, inputs in input_project_paths.items() 499 for project, makefiles in kati_makefiles_projects.items(): 507 for project, cfile in config.add_projects.items(): 509 for project, cfile in config.remove_projects.items():
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 340 key: val for key, val in self._avd_spec.remote_image.items() if val} 348 for key, val in self._avd_spec.kernel_build_info.items() if val} 352 for key, val in self._avd_spec.system_build_info.items() if val} 356 for key, val in self._avd_spec.bootloader_build_info.items() if val}
|
/tools/acloud/internal/lib/ |
D | base_cloud_client.py | 326 items = [] 331 items.extend(response.get("items", [])) 335 return items
|