HomeSort by relevance Sort by last modified time
    Searched defs:_checkquote (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 839 data = '%s %s' % (data, self._checkquote(arg))
1046 def _checkquote(self, arg): member in class:IMAP4
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 852 data = '%s %s' % (data, self._checkquote(arg))
1064 def _checkquote(self, arg): member in class:IMAP4
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 839 data = '%s %s' % (data, self._checkquote(arg))
1046 def _checkquote(self, arg): member in class:IMAP4
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 839 data = '%s %s' % (data, self._checkquote(arg))
1046 def _checkquote(self, arg): member in class:IMAP4
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 839 data = '%s %s' % (data, self._checkquote(arg))
1046 def _checkquote(self, arg): member in class:IMAP4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 839 data = '%s %s' % (data, self._checkquote(arg))
1046 def _checkquote(self, arg): member in class:IMAP4
    [all...]

Completed in 773 milliseconds