Searched refs:_tables (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | datafiles.py | 4 import c_common.tables as _tables namespace 99 bogus = {_tables.EMPTY, _tables.UNKNOWN} 100 for row in _tables.read_table(infile, IGNORED_HEADER, sep='\t'): 102 if _tables.EMPTY in varidinfo or _tables.UNKNOWN in varidinfo: 120 _tables.write_table(
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 4 import c_common.tables as _tables namespace 35 for row in _tables.read_table(infile, columns, sep='\t', fix='-'): 43 _tables.write_table(outfile, columns, rows, sep='\t', fix='-') 107 for row in _tables.read_table(infile, columns, sep='\t'): 134 _tables.write_table(
|
D | info.py | 10 import c_common.tables as _tables namespace 207 row = _tables.fix_row(row, **markers) 775 fixed = tuple(_tables.fix_row(row, **markers)) 827 if not datastr or datastr is _tables.UNKNOWN or datastr == '???': 829 elif datastr is _tables.EMPTY or datastr == '-':
|
/third_party/ffmpeg/libavcodec/ |
D | .gitignore | 2 /*_tables.c 3 /*_tables.h
|
D | Makefile | 1190 %_tables.h \ 1259 CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) 1265 TRIG_TABLES := $(TRIG_TABLES:%=$(SUBDIR)%_tables.c) 1267 $(TRIG_TABLES): $(SUBDIR)%_tables.c: $(SUBDIR)cos_tablegen$(HOSTEXESUF) 1283 $(GEN_HEADERS): $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
|
/third_party/ltp/testcases/network/iptables/ |
D | iptables_lib.sh | 44 tst_require_drivers ip${TST_IPV6}_tables 75 ip${TST_IPV6}table_filter ip${TST_IPV6}_tables nf_nat_ipv${TST_IPVER} nf_nat \
|
/third_party/ffmpeg/doc/ |
D | tablegen.txt | 57 generated *_tables.h file should be included.
|