Searched refs:readLines (Results 1 – 5 of 5) sorted by relevance
44 public static Lines<Line> readLines(File file) throws IOException { in readLines() method in Lines48 return Lines.readLines(reader); in readLines()59 public static Lines<Line> readLines(BufferedReader in) throws IOException { in readLines() method in Lines
78 bugreport = parser.parse(Lines.readLines(options.bugreport)); in run()90 parser.parse(bugreport, Lines.readLines(options.monkey)); in run()103 bugreport.logcat = parser.parse(Lines.readLines(options.logcat)); in run()
53 Files.readLines(indexFile, Charset.forName("UTF-8"), in build()
78 Files.readLines(makeFile, Charset.forName("UTF-8"), new MakeFileLineProcessor()); in parse()
241 private int readLines() throws IOException { in readLines() method in MonkeySourceScript835 linesRead = readLines(); in readNextBatch()