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

/external/libmojo/third_party/ply/
H A Dlex.py196 titem.append((self.lexstateretext[key][i],_funcs_to_names(lre[i][1],self.lexstaterenames[key][i])))
443 # _funcs_to_names()
449 def _funcs_to_names(funclist,namelist): function
/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py159 titem.append((self.lexstateretext[key][i],_funcs_to_names(lre[i][1])))
389 # _funcs_to_names()
395 def _funcs_to_names(funclist): function
/external/ply/ply/ply/
H A Dlex.py192 titem.append((retext, _funcs_to_names(func, renames)))
457 # _funcs_to_names()
462 def _funcs_to_names(funclist, namelist): function

Completed in 72 milliseconds