Home
last modified time | relevance | path

Searched refs:_tables (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py4 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/
Ddatafiles.py4 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(
Dinfo.py10 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.gitignore2 /*_tables.c
3 /*_tables.h
DMakefile1190 %_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/
Diptables_lib.sh44 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/
Dtablegen.txt57 generated *_tables.h file should be included.