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

  /external/selinux/sepolgen/src/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
494 Prodmap = { } # A dictionary that is only used to detect duplicate
655 if map in Prodmap:
656 m = Prodmap[map]
671 Prodmap[map] = p
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
494 Prodmap = { } # A dictionary that is only used to detect duplicate
655 if map in Prodmap:
656 m = Prodmap[map]
671 Prodmap[map] = p
    [all...]

Completed in 44 milliseconds