Home
last modified time | relevance | path

Searched refs:aggregate_cts_reports (Results 1 – 4 of 4) sorted by relevance

/development/tools/compare_cts_reports/
Dtest_aggregate_cts_reports.py18 import aggregate_cts_reports
25 report = aggregate_cts_reports.aggregate_cts_reports(report_files)
Daggregate_cts_reports.py33 def aggregate_cts_reports(report_files, function
101 report = aggregate_cts_reports(report_files, args.abi, args.ignore_abi)
Dcompare_cts_reports.py48 import aggregate_cts_reports
298 report = aggregate_cts_reports.aggregate_cts_reports(
DREADME.md22 ## aggregate_cts_reports.py
25 ./aggregate_cts_reports.py -r REPORT [REPORT ...] -d OUTPUT_DIR [--ignore-abi] [--abi [{armeabi-v7a…
54 `--ignore-abi` is a boolean flag, which has the same behavior as `aggregate_cts_reports.py`.