HomeSort by relevance Sort by last modified time
    Searched defs:readline (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /external/python/cpython3/Tools/scripts/
pindent.py 128 def readline(self): member in class:PythonIndenter
129 line = self.fpi.readline()
133 # end def readline
143 line = self.readline()
145 line2 = self.readline()
  /frameworks/base/tools/orientationplot/
orientationplot.py 46 def readline(self): member in class:NonBlockingStream
267 line = self.adbout.readline()
  /frameworks/base/tools/velocityplot/
velocityplot.py 50 def readline(self): member in class:NonBlockingStream
181 line = self.adbout.readline()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fileinput.py 51 readline() method which returns the next input line, and a
54 access and readline() cannot be mixed.
70 readline(). A new keyword argument, bufsize=N, is present on the
191 In addition it has a readline() method which returns the next
194 sequential order; random access and readline() cannot be mixed.
253 line = self.readline()
292 def readline(self): member in class:FileInput
351 return self.readline()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest.py 148 def readline(self): member in class:_FakeInput
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
fileinput.py 51 readline() method which returns the next input line, and a
54 access and readline() cannot be mixed.
70 readline(). A new keyword argument, bufsize=N, is present on the
191 In addition it has a readline() method which returns the next
194 sequential order; random access and readline() cannot be mixed.
253 line = self.readline()
292 def readline(self): member in class:FileInput
351 return self.readline()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest.py 148 def readline(self): member in class:_FakeInput
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 51 readline() method which returns the next input line, and a
54 access and readline() cannot be mixed.
70 readline(). A new keyword argument, bufsize=N, is present on the
191 In addition it has a readline() method which returns the next
194 sequential order; random access and readline() cannot be mixed.
253 line = self.readline()
292 def readline(self): member in class:FileInput
351 return self.readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 148 def readline(self): member in class:_FakeInput
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 51 readline() method which returns the next input line, and a
54 access and readline() cannot be mixed.
70 readline(). A new keyword argument, bufsize=N, is present on the
191 In addition it has a readline() method which returns the next
194 sequential order; random access and readline() cannot be mixed.
253 line = self.readline()
292 def readline(self): member in class:FileInput
351 return self.readline()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 148 def readline(self): member in class:_FakeInput
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 74 def readline(self):
131 line = self.readline()
224 line = self._input.readline()
256 line = self._input.readline()
262 line = self._input.readline()
310 line = self._input.readline()
343 line = self._input.readline()
73 def readline(self): member in class:BufferedSubFile
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py 430 def readline(self, size=-1): member in class:GzipFile
mimify.py 12 of a file or an open file object. Only a readline() method is used
49 boundaries. The only supported method is readline()."""
56 def readline(self): member in class:File
59 line = self.file.readline()
76 def readline(self): member in class:HeaderFile
81 line = self.file.readline()
87 self.peek = self.file.readline()
136 line = hfile.readline()
165 line = ifile.readline()
196 newline = ifile.readline()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cgi.py 197 # FieldStorage uses readline, which has the capacity to read all
198 # contents of the input file into memory; we use readline's size argument
206 def readline(self, size=None): member in class:CgiTests.test_fieldstorage_readline.TestReadlineFile
209 return self.file.readline(size)
211 return self.file.readline()
225 # if we're not chunking properly, readline is only called twice
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
validate.py 48 - That wsgi.input has the methods read, readline, readlines, and
84 - That readline, readlines, and __iter__ return strings
197 def readline(self): member in class:InputWrapper
198 v = self.input.readline()
212 line = self.readline()
356 for attr in ['read', 'readline', 'readlines', '__iter__']:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 126 def readline(self): member in class:PythonIndenter
127 line = self.fpi.readline()
131 # end def readline
141 line = self.readline()
143 line2 = self.readline()
371 def readline(self): member in class:StringReader
374 # end def readline
377 line = self.readline()
380 line = self.readline()
  /external/autotest/client/bin/
base_sysinfo.py 56 def readline(self, logdir): member in class:loggable
455 keyval["sysinfo-" + log.logf] = log.readline(logdir)
  /external/python/cpython2/Lib/email/
feedparser.py 74 def readline(self):
152 line = self.readline()
245 line = self._input.readline()
277 line = self._input.readline()
283 line = self._input.readline()
331 line = self._input.readline()
364 line = self._input.readline()
73 def readline(self): member in class:BufferedSubFile
  /external/python/cpython2/Lib/
gzip.py 448 def readline(self, size=-1): member in class:GzipFile
mimify.py 12 of a file or an open file object. Only a readline() method is used
49 boundaries. The only supported method is readline()."""
56 def readline(self): member in class:File
59 line = self.file.readline()
76 def readline(self): member in class:HeaderFile
81 line = self.file.readline()
87 self.peek = self.file.readline()
136 line = hfile.readline()
165 line = ifile.readline()
196 newline = ifile.readline()
    [all...]
  /external/python/cpython2/Lib/test/
test_cgi.py 204 # FieldStorage uses readline, which has the capacity to read all
205 # contents of the input file into memory; we use readline's size argument
213 def readline(self, size=None): member in class:CgiTests.test_fieldstorage_readline.TestReadlineFile
216 return self.file.readline(size)
218 return self.file.readline()
232 # if we're not chunking properly, readline is only called twice
  /external/python/cpython2/Lib/wsgiref/
validate.py 48 - That wsgi.input has the methods read, readline, readlines, and
84 - That readline, readlines, and __iter__ return strings
197 def readline(self): member in class:InputWrapper
198 v = self.input.readline()
212 line = self.readline()
356 for attr in ['read', 'readline', 'readlines', '__iter__']:
  /external/python/cpython3/Lib/email/
feedparser.py 79 def readline(self):
130 line = self.readline()
249 line = self._input.readline()
281 line = self._input.readline()
287 line = self._input.readline()
342 line = self._input.readline()
376 line = self._input.readline()
78 def readline(self): member in class:BufferedSubFile
  /external/python/cpython3/Lib/
gzip.py 372 def readline(self, size=-1): member in class:GzipFile
374 return self._buffer.readline(size)

Completed in 907 milliseconds

1 23 4 5 6 7 8 910