HomeSort by relevance Sort by last modified time
    Searched refs:type_regex (Results 1 - 2 of 2) 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 57 type_regex If true, regular expression matching will
71 type_ = CriteriaDescriptor("type_regex", "lookup_type_or_attr")
72 type_regex = False variable in class:ConstraintQuery
105 self.log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
132 self.type_regex):

Completed in 1004 milliseconds