Home
last modified time | relevance | path

Searched refs:_by (Results 1 - 9 of 9) sorted by relevance

/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}()
/third_party/littlefs/scripts/
H A 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,
H A 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,
H A 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,
H A 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,
H A 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,
H A Dsummary.py340 '_by': by,
352 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
H A 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,
H A 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,

Completed in 10 milliseconds