Searched refs:write_tables (Results 1 - 7 of 7) sorted by relevance

/external/ply/ply/test/
H A Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
/external/mesa3d/src/amd/common/
H A Dsid_tables.py199 def write_tables(tables): function
289 write_tables(tables)
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dparser.py458 yacc.yacc(module=parser, debug=0, write_tables=0)
/external/selinux/python/sepolgen/src/sepolgen/
H A Drefparser.py1001 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0)
H A Dyacc.py1960 def yacc(method=default_lr, debug=yaccdebug, module=None, tabmodule=tab_module, start=None, check_recursion=1, optimize=0,write_tables=1,debugfile=debug_file,outputdir=''):
2157 if write_tables:
/external/libmojo/third_party/ply/
H A Dyacc.py3037 check_recursion=1, optimize=0, write_tables=1, debugfile=debug_file,outputdir='',
3045 write_tables = 0
3264 if write_tables:
/external/ply/ply/ply/
H A Dyacc.py3215 check_recursion=True, optimize=False, write_tables=True, debugfile=debug_file,
3226 write_tables = 0
3476 if write_tables:

Completed in 1070 milliseconds