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

  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
491 Prodnames = { } # A dictionary mapping the names of nonterminals to a list of all
589 p.lrafter = Prodnames[p.prod[n+1]]
722 Prodnames[p.name].append(p)
724 Prodnames[p.name] = [ p ]
819 for p in Prodnames.get(s,[]):
851 for (n,pl) in Prodnames.items()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
491 Prodnames = { } # A dictionary mapping the names of nonterminals to a list of all
589 p.lrafter = Prodnames[p.prod[n+1]]
722 Prodnames[p.name].append(p)
724 Prodnames[p.name] = [ p ]
819 for p in Prodnames.get(s,[]):
851 for (n,pl) in Prodnames.items()
    [all...]
  /external/libmojo/third_party/ply/
yacc.py     [all...]

Completed in 84 milliseconds