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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 261 def longcmd(self, line, file=None): member in class:NNTP
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
286 return self.longcmd(cmd, file)
293 resp, list = self.longcmd('LIST', file)
322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
366 return self.longcmd('HELP',file)
407 resp, list = self.longcmd(line, file)
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file)
    [all...]
  /external/python/cpython2/Lib/
nntplib.py 270 def longcmd(self, line, file=None): member in class:NNTP
283 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
295 return self.longcmd(cmd, file)
302 resp, list = self.longcmd('LIST', file)
331 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
336 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
375 return self.longcmd('HELP',file)
416 resp, list = self.longcmd(line, file)
470 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
487 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 261 def longcmd(self, line, file=None): member in class:NNTP
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
286 return self.longcmd(cmd, file)
293 resp, list = self.longcmd('LIST', file)
322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
366 return self.longcmd('HELP',file)
407 resp, list = self.longcmd(line, file)
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 261 def longcmd(self, line, file=None): member in class:NNTP
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
286 return self.longcmd(cmd, file)
293 resp, list = self.longcmd('LIST', file)
322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
366 return self.longcmd('HELP',file)
407 resp, list = self.longcmd(line, file)
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 261 def longcmd(self, line, file=None): member in class:NNTP
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
286 return self.longcmd(cmd, file)
293 resp, list = self.longcmd('LIST', file)
322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
366 return self.longcmd('HELP',file)
407 resp, list = self.longcmd(line, file)
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 261 def longcmd(self, line, file=None): member in class:NNTP
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
286 return self.longcmd(cmd, file)
293 resp, list = self.longcmd('LIST', file)
322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
366 return self.longcmd('HELP',file)
407 resp, list = self.longcmd(line, file)
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file
    [all...]

Completed in 487 milliseconds