/frameworks/base/core/java/android/widget/ |
D | AccessibilityIterators.java | 59 int nextLine; in following() local 61 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()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuProcStringReaderTest.java | 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()
|
/frameworks/rs/ |
D | rsFont.cpp | 561 int32_t nextLine = 0; in initTextTexture() local 562 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 …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageGLProgram.java | 66 String nextLine; in getShaderResource() local 67 while ((nextLine = reader.readLine()) != null) { in getShaderResource() 68 code.append(nextLine).append("\n"); in getShaderResource()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | KernelCpuUidTimeReader.java | 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() 842 while ((buf = iter.nextLine()) != null) { in readDeltaImpl() 870 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl() [all …]
|
D | KernelCpuProcStringReader.java | 216 public CharBuffer nextLine() { in nextLine() method in KernelCpuProcStringReader.ProcFileIterator
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V21.java | 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));
|
/frameworks/native/libs/input/ |
D | VirtualKeyMap.cpp | 126 mTokenizer->nextLine(); in parse()
|
D | KeyLayoutMap.cpp | 237 mTokenizer->nextLine(); in parse()
|
D | KeyCharacterMap.cpp | 776 mTokenizer->nextLine(); in parse()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/systemconfig/ |
D | SystemConfigTest.java | 256 Log.d(LOG_TAG, input.nextLine()); in createTempFile()
|
/frameworks/base/config/ |
D | boot-profile.txt | 165 Lcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBuffe…
|
D | boot-image-profile.txt | 29013 HSPLcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBu…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48769 method public java.lang.String nextLine();
|
/frameworks/base/api/ |
D | current.txt | 74500 method public String nextLine();
|