Searched refs:nextLine (Results 1 – 15 of 15) sorted by relevance
63 outStr.append(out.nextLine()); in runShellCommand()66 errStr.append(err.nextLine()); in runShellCommand()
46 String line = s.nextLine(); in assertIsUserAMonkey()
54 String line = sc.nextLine().trim(); in getNextLine()
115 line = scanner.nextLine(); in getProperty()134 String line = scanner.nextLine(); in assertProperty()158 String line = scanner.nextLine(); in assertNoPropertySet()
47 final String line = in.nextLine(); in parse()
318 int nextLine = stack.indexOf('\n', endPoint + 1); in getFailureMessageFromStackTrace() local319 if (nextLine != -1) { in getFailureMessageFromStackTrace()320 return stack.substring(0, nextLine); in getFailureMessageFromStackTrace()
112 output.append(in.nextLine()); in runGenerator()
131 String line = in.nextLine(); in testLogcat()
42 String line = scanner.nextLine(); in parse()
119 String[] parts = in.nextLine().split(":"); in runUiAutomatorTest()
345 builder.append(scanner.nextLine()).append(';'); in getPartitions()413 line = scanner.nextLine(); in getProperty()
271 String line = scanner.nextLine().trim(); in parse()
253 final String line = in.nextLine(); in generateDeviceImages()
158 contents.append(scanner.nextLine()); in loadFile()
47506 public java.lang.String nextLine()