Home
last modified time | relevance | path

Searched defs:tabmodule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dyacc.py2727 def write_table(self, tabmodule, outputdir='', signature=''): argument
3216 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, argument
/aosp_15_r20/external/ply/ply/ply/
H A Dyacc.py2727 def write_table(self, tabmodule, outputdir='', signature=''): argument
3216 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, argument
/aosp_15_r20/external/python/pycparser/pycparser/ply/
Dyacc.py2726 def write_table(self, tabmodule, outputdir='', signature=''): argument
3214 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, argument
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dyacc.py3039 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, argument