Home
last modified time | relevance | path

Searched refs:readLines (Results 1 – 5 of 5) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java44 public static Lines<Line> readLines(File file) throws IOException { in readLines() method in Lines
48 return Lines.readLines(reader); in readLines()
59 public static Lines<Line> readLines(BufferedReader in) throws IOException { in readLines() method in Lines
/development/tools/bugreport/src/com/android/bugreport/
DMain.java78 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()
/development/tools/idegen/src/com/android/idegen/
DModuleIndexes.java53 Files.readLines(indexFile, Charset.forName("UTF-8"), in build()
DMakeFileParser.java78 Files.readLines(makeFile, Charset.forName("UTF-8"), new MakeFileLineProcessor()); in parse()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java241 private int readLines() throws IOException { in readLines() method in MonkeySourceScript
835 linesRead = readLines(); in readNextBatch()