Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dtables.h53 void write_tables(void);
/external/ply/ply/test/
Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py215 def write_tables(regs, packets): function
304 write_tables(regs, packets)
/external/u-boot/arch/x86/lib/
Dtables.c54 void write_tables(void) in write_tables() function
/external/mesa3d/src/amd/common/
Dsid_tables.py331 def write_tables(asics, packets): function
413 write_tables(asics, packets)
/external/u-boot/arch/x86/cpu/
Dcpu.c216 write_tables(); in last_stage_init()
/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.py1001 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/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