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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 40 (e.g.: retr(1) and retr('1') both work equally well.
47 RETR msg retr(msg)
219 def retr(self, which): member in class:POP3
224 return self._longcmd('RETR %s' % which)
412 (header, msg, octets) = a.retr(i)
  /external/python/cpython2/Lib/
poplib.py 46 (e.g.: retr(1) and retr('1') both work equally well.
53 RETR msg retr(msg)
227 def retr(self, which): member in class:POP3
232 return self._longcmd('RETR %s' % which)
422 (header, msg, octets) = a.retr(i)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
poplib.py 40 (e.g.: retr(1) and retr('1') both work equally well.
47 RETR msg retr(msg)
219 def retr(self, which): member in class:POP3
224 return self._longcmd('RETR %s' % which)
412 (header, msg, octets) = a.retr(i)
  /prebuilts/gdb/linux-x86/lib/python2.7/
poplib.py 40 (e.g.: retr(1) and retr('1') both work equally well.
47 RETR msg retr(msg)
219 def retr(self, which): member in class:POP3
224 return self._longcmd('RETR %s' % which)
412 (header, msg, octets) = a.retr(i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 40 (e.g.: retr(1) and retr('1') both work equally well.
47 RETR msg retr(msg)
219 def retr(self, which): member in class:POP3
224 return self._longcmd('RETR %s' % which)
412 (header, msg, octets) = a.retr(i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 40 (e.g.: retr(1) and retr('1') both work equally well.
47 RETR msg retr(msg)
219 def retr(self, which): member in class:POP3
224 return self._longcmd('RETR %s' % which)
412 (header, msg, octets) = a.retr(i)
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 253 unsigned long rxq, txq, time_len, retr, inode; local
274 &state, &txq, &rxq, &timer_run, &time_len, &retr,
287 unsigned long rxq, txq, time_len, retr, inode; local
308 &state, &txq, &rxq, &timer_run, &time_len, &retr,
321 unsigned long rxq, txq, time_len, retr, inode; local
342 &state, &txq, &rxq, &timer_run, &time_len, &retr,
  /external/python/cpython3/Lib/
poplib.py 54 (e.g.: retr(1) and retr('1') both work equally well.
61 RETR msg retr(msg)
243 def retr(self, which): member in class:POP3
248 return self._longcmd('RETR %s' % which)
470 (header, msg, octets) = a.retr(i)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
187 self.push('125 retr ok')
488 self.client.retrbinary('retr', received.append)
494 self.client.retrbinary('retr', received.append, rest=rest)
502 self.client.retrlines('retr', received.append)
580 def retr(): function in function:TestIPv6Environment.test_transfer
582 self.client.retrbinary('retr', received.append)
585 retr()
587 retr()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
187 self.push('125 retr ok')
488 self.client.retrbinary('retr', received.append)
494 self.client.retrbinary('retr', received.append, rest=rest)
502 self.client.retrlines('retr', received.append)
580 def retr(): function in function:TestIPv6Environment.test_transfer
582 self.client.retrbinary('retr', received.append)
585 retr()
587 retr()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
187 self.push('125 retr ok')
488 self.client.retrbinary('retr', received.append)
494 self.client.retrbinary('retr', received.append, rest=rest)
502 self.client.retrlines('retr', received.append)
580 def retr(): function in function:TestIPv6Environment.test_transfer
582 self.client.retrbinary('retr', received.append)
585 retr()
587 retr()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
187 self.push('125 retr ok')
488 self.client.retrbinary('retr', received.append)
494 self.client.retrbinary('retr', received.append, rest=rest)
502 self.client.retrlines('retr', received.append)
580 def retr(): function in function:TestIPv6Environment.test_transfer
582 self.client.retrbinary('retr', received.append)
585 retr()
587 retr()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
187 self.push('125 retr ok')
488 self.client.retrbinary('retr', received.append)
494 self.client.retrbinary('retr', received.append, rest=rest)
502 self.client.retrlines('retr', received.append)
580 def retr(): function in function:TestIPv6Environment.test_transfer
582 self.client.retrbinary('retr', received.append)
585 retr()
587 retr()
  /external/python/cpython2/Lib/test/
test_ftplib.py 25 # RETR, LIST and NLST commands are issued
188 self.push('125 retr ok')
208 # For testing. Next RETR will return long line.
506 self.client.retrbinary('retr', received.append)
512 self.client.retrbinary('retr', received.append, rest=rest)
520 self.client.retrlines('retr', received.append)
579 self.client.retrlines, 'retr', received.append)
620 def retr(): function in function:TestIPv6Environment.test_transfer
622 self.client.retrbinary('retr', received.append)
625 retr()
    [all...]
  /external/python/cpython3/Lib/test/
test_ftplib.py 26 # RETR, LIST, NLST, MLSD commands are issued
220 self.push('125 retr ok')
248 # For testing. Next RETR will return long line.
562 self.client.retrbinary('retr', callback)
570 self.client.retrbinary('retr', callback, rest=rest)
575 self.client.retrlines('retr', received.append)
779 self.client.retrlines, 'retr', received.append)
814 def retr(): function in function:TestIPv6Environment.test_transfer
818 self.client.retrbinary('retr', callback)
822 retr()
    [all...]

Completed in 192 milliseconds