Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dsid_tables.py199 def write_tables(tables): function
289 write_tables(tables)
/external/ply/ply/test/
Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dparser.py458 yacc.yacc(module=parser, debug=0, write_tables=0)
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py1001 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0)
Dyacc.py1960 …None, tabmodule=tab_module, start=None, check_recursion=1, optimize=0,write_tables=1,debugfile=deb… argument
2157 if write_tables:
/external/libmojo/third_party/ply/
Dyacc.py3037 check_recursion=1, optimize=0, write_tables=1, debugfile=debug_file,outputdir='', argument
3045 write_tables = 0
3264 if write_tables:
/external/ply/ply/ply/
Dyacc.py3215 check_recursion=True, optimize=False, write_tables=True, debugfile=debug_file, argument
3226 write_tables = 0
3476 if write_tables:
/external/ply/ply/
DCHANGES1134 objects when the write_tables=0 argument was used. Reported by Michael Brown.
1218 - An optional parameter "write_tables" can be passed to yacc() to