Lines Matching refs:py
10 ## parse_cts_report.py
13 ./parse_cts_report.py -r REPORT -d OUTPUT_DIR [--abi [{armeabi-v7a,arm64-v8a,x86,x86_64} ...]]
22 ## aggregate_cts_reports.py
25 ./aggregate_cts_reports.py -r REPORT [REPORT ...] -d OUTPUT_DIR [--ignore-abi] [--abi [{armeabi-v7a…
30 The `-d` flag has the same behavior as `parse_cts_report.py`.
36 ## compare_cts_reports.py
39 ./compare_cts_reports.py [-h] [-r CTS_REPORTS [CTS_REPORTS ...]] [-f CTS_REPORTS] --mode {1,2,n} --…
48 The `-d` flag has to be specified. Behavior same as `parse_cts_report.py`.
54 `--ignore-abi` is a boolean flag, which has the same behavior as `aggregate_cts_reports.py`.
72 ./test_parse_cts_report.py
73 ./test_aggregate_cts_reports.py
74 ./test_compare_cts_reports.py