Home | History | Annotate | Download | only in stacks

Lines Matching refs:Lines

23 import com.android.bugreport.util.Lines;
52 public VmTraces parse(Lines<? extends Line> lines) {
56 while (lines.hasNext()) {
57 final Line line = lines.next();
60 lines.rewind();
65 while (lines.hasNext()) {
66 final Line line = lines.next();
70 lines.rewind();
72 final ProcessSnapshot snapshot = parser.parse(lines);