Searched refs:nextLine (Results 1 – 20 of 20) sorted by relevance
50 String nextLine = jsonReader.readLine(); in open() local51 while ((currentLine = nextLine) != null) { in open()52 nextLine = jsonReader.readLine(); in open()53 if (nextLine == null && currentLine.charAt(currentLine.length() - 1) == '}') { in open()
115 line = scanner.nextLine(); in getProperty()134 String line = scanner.nextLine(); in assertProperty()158 String line = scanner.nextLine(); in assertNoPropertySet()
196 int nextLine = stack.indexOf('\n', endPoint + 1); in getFailureMessageFromStackTrace() local197 if (nextLine != -1) { in getFailureMessageFromStackTrace()198 return stack.substring(0, nextLine); in getFailureMessageFromStackTrace()
46 String line = s.nextLine(); in assertIsUserAMonkey()
54 String line = sc.nextLine().trim(); in getNextLine()
71 String line = in.nextLine(); in testLogcat()
110 String line = in.nextLine(); in testUnlock()
52 String line = scanner.nextLine(); in collectRoProperties()
69 partitionList.add(scanner.nextLine()); in scanPartitions()
97 String line = in.nextLine(); in testAbiIs32bit()
117 String line = in.nextLine(); in analyzeResults()179 String line = in.nextLine(); in testShader()
42 String line = scanner.nextLine(); in parse()
118 line = scanner.nextLine(); in testIntentFilterHostValidation()
116 String line = in.nextLine(); in testInputUpdated()
360 builder.append(scanner.nextLine()).append(';'); in getPartitions()428 line = scanner.nextLine(); in getProperty()
323 String line = scanner.nextLine().trim(); in parse()
152 filters.add(in.nextLine());
158 contents.append(scanner.nextLine()); in loadFile()
47506 public java.lang.String nextLine()