Home
last modified time | relevance | path

Searched refs:_by (Results 1 – 8 of 8) sorted by relevance

/littlefs-3.7.0-3.6.0/scripts/
Dstructs.py107 _by = ['file', 'struct'] variable in StructResult
266 by = Result._by
269 if k not in Result._by and k not in Result._fields:
307 by = Result._by
486 **{k: r[k] for k in StructResult._by
512 (by if by is not None else StructResult._by)
519 by if by is not None else StructResult._by)}
535 **{k: r[k] for k in StructResult._by
597 choices=StructResult._by,
Ddata.py113 _by = ['file', 'function'] variable in DataResult
318 by = Result._by
321 if k not in Result._by and k not in Result._fields:
359 by = Result._by
535 **{k: r[k] for k in DataResult._by
559 (by if by is not None else DataResult._by)
566 by if by is not None else DataResult._by)}
582 **{k: r[k] for k in DataResult._by
642 choices=DataResult._by,
Dcode.py113 _by = ['file', 'function'] variable in CodeResult
318 by = Result._by
321 if k not in Result._by and k not in Result._fields:
359 by = Result._by
538 **{k: r[k] for k in CodeResult._by
562 (by if by is not None else CodeResult._by)
569 by if by is not None else CodeResult._by)}
585 **{k: r[k] for k in CodeResult._by
645 choices=CodeResult._by,
Dstack.py103 _by = ['file', 'function'] variable in StackResult
281 by = Result._by
284 if k not in Result._by and k not in Result._fields:
324 by = Result._by
563 **{k: r[k] for k in StackResult._by
587 (by if by is not None else StackResult._by)
594 by if by is not None else StackResult._by)}
610 **{k: r[k] for k in StackResult._by
675 choices=StackResult._by,
Dcov.py181 _by = ['file', 'function', 'line'] variable in CovResult
305 by = Result._by
308 if k not in Result._by and k not in Result._fields:
346 by = Result._by
609 **{k: r[k] for k in CovResult._by
635 (by if by is not None else CovResult._by)
642 by if by is not None else CovResult._by)}
658 **{k: r[k] for k in CovResult._by
738 choices=CovResult._by,
Dsummary.py352 by = Result._by
355 if k not in Result._by and k not in Result._fields:
393 by = Result._by
644 k: r[k] for k in Result._by + Result._fields
666 writer = csv.DictWriter(f, Result._by + Result._fields)
671 k: getattr(r, k) for k in Result._by + Result._fields})
694 k: r[k] for k in Result._by + Result._fields
Dperf.py123 _by = ['file', 'function', 'line'] variable in PerfResult
635 by = Result._by
638 if k not in Result._by and k not in Result._fields:
686 by = Result._by
1051 **{k: r[k] for k in PerfResult._by
1075 (by if by is not None else PerfResult._by)
1082 by if by is not None else PerfResult._by)}
1098 **{k: r[k] for k in PerfResult._by
1188 choices=PerfResult._by,
Dperfbd.py114 _by = ['file', 'function', 'line'] variable in PerfBdResult
601 by = Result._by
604 if k not in Result._by and k not in Result._fields:
652 by = Result._by
1031 **{k: r[k] for k in PerfBdResult._by
1055 (by if by is not None else PerfBdResult._by)
1062 by if by is not None else PerfBdResult._by)}
1078 **{k: r[k] for k in PerfBdResult._by
1160 choices=PerfBdResult._by,