Home
last modified time | relevance | path

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

/external/ply/ply/test/
Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py216 def write_tables(regs, packets): function
305 write_tables(regs, packets)
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dparser.py447 yacc.yacc(module=parser, debug=0, write_tables=0)
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py1015 parser = yacc.yacc(method="LALR", debug=debug, write_tables=0)
Dyacc.py3217 check_recursion=True, optimize=False, write_tables=True, debugfile=debug_file, argument
3228 write_tables = 0
3482 if write_tables:
/external/libchrome/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.py3217 check_recursion=True, optimize=False, write_tables=True, debugfile=debug_file, argument
3228 write_tables = 0
3482 if write_tables:
/external/python/pycparser/pycparser/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/
DCHANGES1147 objects when the write_tables=0 argument was used. Reported by Michael Brown.
1231 - An optional parameter "write_tables" can be passed to yacc() to