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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
compquery.py 39 return self._match_regex(obj, self.name, self.name_regex)
contextquery.py 71 if self.user and not query.PolicyQuery._match_regex(
77 if self.role and not query.PolicyQuery._match_regex(
83 if self.type_ and not query.PolicyQuery._match_regex(
genfsconquery.py 80 if self.fs and not self._match_regex(
86 if self.path and not self._match_regex(
netifconquery.py 68 if self.name and not self._match_regex(
mlsrulequery.py 81 if self.source and not self._match_regex(
90 if self.target and not self._match_regex(
fsusequery.py 78 if self.fs and not self._match_regex(
objclassquery.py 77 if not self._match_regex(
query.py 44 def _match_regex(obj, criteria, regex): member in class:PolicyQuery
109 return PolicyQuery._match_regex(obj, criteria, regex)
rbacrulequery.py 138 if not self._match_regex(
terulequery.py 155 if not self._match_regex(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
compquery.py 39 return self._match_regex(obj, self.name, self.name_regex)
contextquery.py 71 if self.user and not query.PolicyQuery._match_regex(
77 if self.role and not query.PolicyQuery._match_regex(
83 if self.type_ and not query.PolicyQuery._match_regex(
genfsconquery.py 80 if self.fs and not self._match_regex(
86 if self.path and not self._match_regex(
netifconquery.py 68 if self.name and not self._match_regex(
mlsrulequery.py 81 if self.source and not self._match_regex(
90 if self.target and not self._match_regex(
fsusequery.py 78 if self.fs and not self._match_regex(
objclassquery.py 77 if not self._match_regex(
query.py 44 def _match_regex(obj, criteria, regex): member in class:PolicyQuery
109 return PolicyQuery._match_regex(obj, criteria, regex)
rbacrulequery.py 138 if not self._match_regex(
terulequery.py 155 if not self._match_regex(

Completed in 177 milliseconds