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

  /external/syslinux/gpxe/src/include/
console.h 35 * The console's putchar(), putline(), getchar() and iskey()
61 void ( * putline ) ( unsigned char * linebuffer ); member in struct:console_driver
  /external/python/cpython2/Demo/threads/
squasher.py 38 # with 72 character each, delivering each such line to putline;
39 # when it sees a null byte, passes the last line to putline and
41 # putline: grabs lines from assembler, and just prints them
89 def putline(): function
97 coputline = co.create(putline)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 189 def putline(self, line): member in class:NNTP
196 """Internal: send one command to the server (through putline())."""
198 self.putline(line)
567 self.putline(line)
568 self.putline('.')
591 self.putline(line)
592 self.putline('.')
ftplib.py 170 def putline(self, line): member in class:FTP
175 # Internal: send one command to the server (through putline())
178 self.putline(line)
    [all...]
  /external/python/cpython2/Lib/
nntplib.py 196 def putline(self, line): member in class:NNTP
203 """Internal: send one command to the server (through putline())."""
205 self.putline(line)
576 self.putline(line)
577 self.putline('.')
600 self.putline(line)
601 self.putline('.')
ftplib.py 173 def putline(self, line): member in class:FTP
178 # Internal: send one command to the server (through putline())
181 self.putline(line)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 189 def putline(self, line): member in class:NNTP
196 """Internal: send one command to the server (through putline())."""
198 self.putline(line)
567 self.putline(line)
568 self.putline('.')
591 self.putline(line)
592 self.putline('.')
ftplib.py 170 def putline(self, line): member in class:FTP
175 # Internal: send one command to the server (through putline())
178 self.putline(line)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 189 def putline(self, line): member in class:NNTP
196 """Internal: send one command to the server (through putline())."""
198 self.putline(line)
567 self.putline(line)
568 self.putline('.')
591 self.putline(line)
592 self.putline('.')
ftplib.py 170 def putline(self, line): member in class:FTP
175 # Internal: send one command to the server (through putline())
178 self.putline(line)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 189 def putline(self, line): member in class:NNTP
196 """Internal: send one command to the server (through putline())."""
198 self.putline(line)
567 self.putline(line)
568 self.putline('.')
591 self.putline(line)
592 self.putline('.')
ftplib.py 170 def putline(self, line): member in class:FTP
175 # Internal: send one command to the server (through putline())
178 self.putline(line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 189 def putline(self, line): member in class:NNTP
196 """Internal: send one command to the server (through putline())."""
198 self.putline(line)
567 self.putline(line)
568 self.putline('.')
591 self.putline(line)
592 self.putline('.')
ftplib.py 170 def putline(self, line): member in class:FTP
175 # Internal: send one command to the server (through putline())
178 self.putline(line)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 151 def putline(self, line, indent = None): member in class:PythonIndenter
162 # end def putline
180 self.putline(line, len(stack))
187 self.putline(line, len(stack))
192 self.putline(line, len(stack)-1)
198 self.putline(line, len(stack))
227 self.putline(line)
281 self.putline(s, current)
300 self.putline(s, current)
  /external/python/cpython2/Tools/scripts/
pindent.py 155 def putline(self, line, indent): member in class:PythonIndenter
163 # end def putline
180 self.putline(line, len(stack))
187 self.putline(line, len(stack))
192 self.putline(line, len(stack)-1)
198 self.putline(line, len(stack))
  /external/python/cpython3/Tools/scripts/
pindent.py 153 def putline(self, line, indent): member in class:PythonIndenter
161 # end def putline
178 self.putline(line, len(stack))
185 self.putline(line, len(stack))
190 self.putline(line, len(stack)-1)
196 self.putline(line, len(stack))
  /external/python/cpython3/Lib/
ftplib.py 188 def putline(self, line): member in class:FTP
194 # Internal: send one command to the server (through putline())
197 self.putline(line)
    [all...]

Completed in 1315 milliseconds