Searched defs:readlines (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py255 def readlines(self): member in class:NormalisedNewlineStream
/external/fonttools/Lib/fontTools/
H A DafmLib.py110 lines = readlines(path)
338 def readlines(path): function
/external/fonttools/Tools/fontTools/
H A DafmLib.py110 lines = readlines(path)
338 def readlines(path): function
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py963 def readlines(self, sizehint=-1): member in class:spawn
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py915 def readlines (self, sizehint = -1): # File-like object. member in class:spawn
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py115 This class implements readline and readlines based on read and
122 reached) and that readlines would never return and therefore
179 def readlines(self, sizehint=None, eol=LF): member in class:FileLike
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1038 def readlines(filename): function
1041 return f.readlines()
1046 def readlines(filename): function
1052 return [l.decode(coding) for l in lines] + f.readlines()
1056 return f.readlines()
1233 self.lines = readlines(filename)
1366 self.report_error(1, 0, 'E902 %s' % self._io_error, readlines)

Completed in 4687 milliseconds