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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
devicetreeconquery.py 21 from .mixins import MatchContext
25 class DevicetreeconQuery(MatchContext, PolicyQuery):
initsidquery.py 21 from .mixins import MatchContext, MatchName
25 class InitialSIDQuery(MatchName, MatchContext, PolicyQuery):
netifconquery.py 21 from .mixins import MatchContext, MatchName
26 class NetifconQuery(MatchContext, MatchName, PolicyQuery):
fsusequery.py 23 from .mixins import MatchContext
28 class FSUseQuery(MatchContext, PolicyQuery):
genfsconquery.py 23 from .mixins import MatchContext
28 class GenfsconQuery(MatchContext, PolicyQuery):
pcideviceconquery.py 21 from .mixins import MatchContext
25 class PcideviceconQuery(MatchContext, PolicyQuery):
pirqconquery.py 21 from .mixins import MatchContext
25 class PirqconQuery(MatchContext, PolicyQuery):
iomemconquery.py 21 from .mixins import MatchContext
27 class IomemconQuery(MatchContext, PolicyQuery):
ioportconquery.py 21 from .mixins import MatchContext
27 class IoportconQuery(MatchContext, PolicyQuery):
nodeconquery.py 27 from .mixins import MatchContext
31 class NodeconQuery(MatchContext, PolicyQuery):
portconquery.py 22 from .mixins import MatchContext
28 class PortconQuery(MatchContext, PolicyQuery):
mixins.py 52 class MatchContext(object):

Completed in 105 milliseconds