Searched refs:annotate (Results 1 – 3 of 3) sorted by relevance
| /littlefs-latest/scripts/ |
| D | cov.py | 506 def annotate(Result, results, *, function 507 annotate=False, 512 if annotate and not lines and not branches: 521 if not annotate: 546 if not annotate and not any(i+1 in s for s, _ in spans): 679 annotate(CovResult, results, **args)
|
| D | perf.py | 921 def annotate(Result, results, *, argument 922 annotate=None, 952 if not annotate: 976 if not annotate and not any(i+1 in s for s, _ in spans): 1114 annotate(PerfResult, results,
|
| D | perfbd.py | 887 def annotate(Result, results, *, function 888 annotate=None, 935 if not annotate: 961 if not annotate and not any(i+1 in s for s, _ in spans): 1099 annotate(PerfBdResult, results, **args)
|