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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /external/python/cpython2/Lib/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 360 def getdelimited(self, beginchar, endchars, allowcomments=True):
370 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
386 elif allowcomments and self.field[self.pos] == '(':
  /external/python/cpython3/Lib/email/
_parseaddr.py 403 def getdelimited(self, beginchar, endchars, allowcomments=True):
413 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
429 elif allowcomments and self.field[self.pos] == '(':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
689 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
705 elif allowcomments and self.field[self.pos] == '(':
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 684 def getdelimited(self, beginchar, endchars, allowcomments = 1):
694 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
710 elif allowcomments and self.field[self.pos] == '(':
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
689 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
705 elif allowcomments and self.field[self.pos] == '(':
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
689 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
705 elif allowcomments and self.field[self.pos] == '(':
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
689 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
705 elif allowcomments and self.field[self.pos] == '(':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 679 def getdelimited(self, beginchar, endchars, allowcomments = 1):
689 If `allowcomments' is non-zero, embedded RFC 2822 comments are allowed
705 elif allowcomments and self.field[self.pos] == '(':
    [all...]

Completed in 431 milliseconds