HomeSort by relevance Sort by last modified time
    Searched refs:funclist (Results 1 - 4 of 4) sorted by null

  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 395 def _funcs_to_names(funclist):
397 for f in funclist:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 395 def _funcs_to_names(funclist):
397 for f in funclist:
    [all...]
  /external/libmojo/third_party/ply/
lex.py 449 def _funcs_to_names(funclist,namelist):
451 for f,name in zip(funclist,namelist):
    [all...]
  /external/ply/ply/ply/
lex.py 462 def _funcs_to_names(funclist, namelist):
464 for f, name in zip(funclist, namelist):
    [all...]

Completed in 1939 milliseconds