Searched defs:_match (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dimaplib.py933 if self._match(self.tagre, resp):
946 if not self._match(Untagged_response, resp):
947 if self._match(Untagged_status, resp):
953 if self._match(Continuation, resp):
966 while self._match(Literal, dat):
988 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1044 def _match(self, cre, s): member in class:IMAP4
/external/guice/extensions/persist/lib/
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...

Completed in 196 milliseconds