Searched refs:module_with_abi (Results 1 – 3 of 3) sorted by relevance
131 def gen_summary_row(reports, module_with_abi, item): argument148 abi_with_bracket = re.findall(r'\[[^\[^\]]+\]$', module_with_abi)[0]150 module_name = module_with_abi.removesuffix(abi_with_bracket)201 module_with_abi = f'{module_name}[{abi}]'205 if module_with_abi not in modules_min_rate:206 modules_min_rate[module_with_abi] = pass_rate if i == 0 else 0.0207 elif pass_rate < modules_min_rate[module_with_abi]:208 modules_min_rate[module_with_abi] = pass_rate224 for module_with_abi in module_order:226 row = gen_summary_row(reports, module_with_abi, item)[all …]
187 module_with_abi = (module_name if abi == constant.ABI_IGNORED189 rows_content.append([module_with_abi, ''] + [''] * num_reports)
1 module_with_abi,item,0_device_this_device,1_device_that_device