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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
branch.s 30 retr at
  /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,
  /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)
  /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()
test_poplib.py 20 # the dummy data returned by server when LIST and RETR commands are issued
199 self.assertEqual(self.client.retr('foo'), expected)
  /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()
test_poplib.py 20 # the dummy data returned by server when LIST and RETR commands are issued
199 self.assertEqual(self.client.retr('foo'), expected)
  /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()
test_poplib.py 20 # the dummy data returned by server when LIST and RETR commands are issued
199 self.assertEqual(self.client.retr('foo'), expected)
  /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()
test_poplib.py 20 # the dummy data returned by server when LIST and RETR commands are issued
199 self.assertEqual(self.client.retr('foo'), expected)

Completed in 264 milliseconds