/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | datafiles.py | 22 relroot=fsutil.USE_CWD, argument 33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument 65 relroot=fsutil.USE_CWD, argument 92 def read_ignored(infile, relroot=fsutil.USE_CWD): argument 96 def _iter_ignored(infile, relroot): argument 112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD): argument
|
D | __main__.py | 84 def _render_table(items, columns, relroot=None): argument 103 def build_section(name, groupitems, *, relroot=None): argument 304 relroot=fsutil.USE_CWD, argument 378 relroot=fsutil.USE_CWD, argument 441 relroot=fsutil.USE_CWD, argument
|
D | __init__.py | 50 relroot=None, argument
|
D | info.py | 228 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs): argument 315 def fix_filenames(self, relroot=fsutil.USE_CWD, **kwargs): argument
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | fsutil.py | 38 def fix_filename(filename, relroot=USE_CWD, *, argument 50 def _fix_filename(filename, relroot, *, argument 71 def fix_filenames(filenames, relroot=USE_CWD): argument 80 def format_filename(filename, relroot=USE_CWD, *, argument 136 relroot=USE_CWD, argument
|
D | scriptutil.py | 310 def process_filenames(filenames, relroot=None): argument 534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): argument 543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): argument 556 def _iter_filenames(filenames, process, relroot): argument
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument 95 relroot=fsutil.USE_CWD, argument
|
D | __main__.py | 177 relroot=None, argument
|
D | info.py | 152 def _fix_filename(filename, relroot, *, argument 179 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs): argument 247 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs): argument 322 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs): argument 629 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs): argument
|