HomeSort by relevance Sort by last modified time
    Searched full:storbinary (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /external/python/cpython2/Lib/test/
test_ftplib.py 525 self.client.storbinary('stor', f)
530 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
537 self.client.storbinary('stor', f, rest=r)
  /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(),
438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
720 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /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(),
455 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
758 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=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(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /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(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /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(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /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(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /external/python/cpython2/Doc/library/
ftplib.rst 253 .. method:: FTP.storbinary(command, file[, blocksize, callback, rest])
275 ``STOR`` command (see :meth:`storbinary`). Lines are read until EOF from the
  /external/python/cpython2/Doc/whatsnew/
2.6.rst     [all...]
2.7.rst     [all...]
  /external/python/cpython2/Misc/
NEWS     [all...]

Completed in 640 milliseconds