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

  /external/python/cpython3/Lib/
imaplib.py 124 # Untagged_status is no longer used; kept for backward compatibility
125 Untagged_status = re.compile(
212 self.Untagged_status = re.compile(_Untagged_status, re.ASCII)
219 self.Untagged_status = re.compile(_Untagged_status)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
934 if self._match(Untagged_status, resp):
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 105 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
947 if self._match(Untagged_status, resp):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
934 if self._match(Untagged_status, resp):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
934 if self._match(Untagged_status, resp):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
934 if self._match(Untagged_status, resp):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
934 if self._match(Untagged_status, resp):
    [all...]

Completed in 312 milliseconds