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

  /external/python/cpython2/Lib/test/
test_ftplib.py 542 self.client.storlines('stor', f)
547 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
583 self.assertRaises(ftplib.Error, self.client.storlines, 'stor', f)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
463 def storlines(self, cmd, fp, callback=None): member in class:FTP
736 def storlines(self, cmd, fp, callback=None): member in class:.FTP_TLS
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
  /external/python/cpython2/Lib/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
96 To upload a file, use ftp.storlines() or ftp.storbinary(),
480 def storlines(self, cmd, fp, callback=None): member in class:FTP
774 def storlines(self, cmd, fp, callback=None): member in class:FTP.FTP_TLS
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
473 def storlines(self, cmd, fp, callback=None): member in class:FTP
746 def storlines(self, cmd, fp, callback=None): member in class:.FTP_TLS
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
473 def storlines(self, cmd, fp, callback=None): member in class:FTP
746 def storlines(self, cmd, fp, callback=None): member in class:.FTP_TLS
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
473 def storlines(self, cmd, fp, callback=None): member in class:FTP
746 def storlines(self, cmd, fp, callback=None): member in class:.FTP_TLS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
473 def storlines(self, cmd, fp, callback=None): member in class:FTP
746 def storlines(self, cmd, fp, callback=None): member in class:.FTP_TLS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))

Completed in 5716 milliseconds