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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
contextquery.py 43 type_regex If true, regular expression matching
61 type_ = CriteriaDescriptor("type_regex", "lookup_type")
62 type_regex = False variable in class:ContextQuery
86 self.type_regex):
constraintquery.py 59 type_regex If true, regular expression matching will
73 type_ = CriteriaDescriptor("type_regex", "lookup_type_or_attr")
74 type_regex = False variable in class:ConstraintQuery
110 self.log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
137 self.type_regex):
mixins.py 65 type_regex If true, regular expression matching
83 type_ = CriteriaDescriptor("type_regex", "lookup_type")
84 type_regex = False variable in class:MatchContext
95 log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
123 self.type_regex):

Completed in 92 milliseconds