Home
last modified time | relevance | path

Searched refs:module_with_abi (Results 1 – 3 of 3) sorted by relevance

/development/tools/compare_cts_reports/
Dcompare_cts_reports.py131 def gen_summary_row(reports, module_with_abi, item): argument
148 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.0
207 elif pass_rate < modules_min_rate[module_with_abi]:
208 modules_min_rate[module_with_abi] = pass_rate
224 for module_with_abi in module_order:
226 row = gen_summary_row(reports, module_with_abi, item)
[all …]
Dgenerate_spread_sheet.py187 module_with_abi = (module_name if abi == constant.ABI_IGNORED
189 rows_content.append([module_with_abi, ''] + [''] * num_reports)
/development/tools/compare_cts_reports/testdata/compare/
Dn_way_diff.csv1 module_with_abi,item,0_device_this_device,1_device_that_device