Searched refs:_names_to_funcs (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/third_party/ply/
H A Dlex.py239 titem.append((re.compile(lre[i][0],lextab._lexreflags | re.VERBOSE),_names_to_funcs(lre[i][1],fdict)))
459 # _names_to_funcs()
465 def _names_to_funcs(namelist,fdict): function
/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py190 titem.append((re.compile(lre[i][0],lextab._lexreflags),_names_to_funcs(lre[i][1],fdict)))
405 # _names_to_funcs()
411 def _names_to_funcs(namelist,fdict): function
/external/ply/ply/ply/
H A Dlex.py233 titem.append((re.compile(pat, lextab._lexreflags), _names_to_funcs(func_name, fdict)))
472 # _names_to_funcs()
477 def _names_to_funcs(namelist, fdict): function

Completed in 424 milliseconds