Searched refs:nextLine (Results 1 – 14 of 14) sorted by relevance
59 int nextLine; in following() local61 nextLine = mLayout.getLineForOffset(0); in following()65 nextLine = currentLine; in following()67 nextLine = currentLine + 1; in following()70 if (nextLine >= mLayout.getLineCount()) { in following()73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START); in following()74 final int end = getLineEdgeIndex(nextLine, DIRECTION_END) + 1; in following()
111 assertEquals(data, iter.nextLine().toString() + '\n'); in testReadErrorsLimit()148 iter.nextLine().toString()); in testReadLine()152 iter.nextLine().toString()); in testReadLine()154 KernelCpuProcStringReader.asLongs(iter.nextLine(), actual); in testReadLine()162 iter.nextLine().toString()); in testReadLine()166 iter.nextLine().toString()); in testReadLine()181 assertEquals(line, iter.nextLine().toString()); in testMultipleRead()198 CharBuffer cb = iter.nextLine(); in testReadLineToArray()267 assertEquals(line, iter.nextLine().toString()); in testConcurrent()284 assertEquals(line, iter.nextLine().toString()); in testConcurrent()
561 int32_t nextLine = 0; in initTextTexture() local562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()[all …]
66 String nextLine; in getShaderResource() local67 while ((nextLine = reader.readLine()) != null) { in getShaderResource()68 code.append(nextLine).append("\n"); in getShaderResource()
221 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()259 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()502 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()530 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()565 CharBuffer line = iter.nextLine(); in checkPrecondition()660 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()694 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()736 CharBuffer line = iter.nextLine(); in checkPrecondition()838 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()866 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()[all …]
216 public CharBuffer nextLine() { in nextLine() method in KernelCpuProcStringReader.ProcFileIterator
662 final String nextLine = peekLine();669 if (!TextUtils.isEmpty(nextLine) &&670 nextLine.charAt(0) == ' ' &&671 !"END:VCARD".contains(nextLine.toUpperCase())) {678 builder.append(nextLine.substring(1));
126 mTokenizer->nextLine(); in parse()
237 mTokenizer->nextLine(); in parse()
776 mTokenizer->nextLine(); in parse()
21240 HSPLcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBu…29234 HSPLjava/util/Scanner;->nextLine()Ljava/lang/String;
48769 method public java.lang.String nextLine();
71887 method public String nextLine();
72031 method public String nextLine();