/aosp14/frameworks/base/core/java/android/widget/ |
H A 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()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A 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()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | KernelCpuUidTimeReader.java | 241 while ((buf = iter.nextLine()) != null) { in readDeltaImpl() 279 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl() 531 while ((buf = iter.nextLine()) != null) { in readDeltaImpl() 559 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl() 594 CharBuffer line = iter.nextLine(); in checkPrecondition() 699 while ((buf = iter.nextLine()) != null) { in readDeltaImpl() 733 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl() 775 CharBuffer line = iter.nextLine(); in checkPrecondition() 886 while ((buf = iter.nextLine()) != null) { in readDeltaImpl() 914 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl() [all …]
|
H A D | KernelCpuProcStringReader.java | 221 public CharBuffer nextLine() { in nextLine() method in KernelCpuProcStringReader.ProcFileIterator
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Tokenizer.h | 110 void nextLine();
|
/aosp14/system/core/libutils/ |
H A D | Tokenizer.cpp | 142 void Tokenizer::nextLine() { in nextLine() function in android::Tokenizer
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/rollback/ |
H A D | RollbackPackageHealthObserverTest.java | 280 Log.d(LOG_TAG, input.nextLine()); in createTempFile()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/systemconfig/ |
H A D | SystemConfigTest.java | 756 Log.d(LOG_TAG, input.nextLine()); in createTempFile()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 165 Lcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBuffe…
|
H A D | boot-image-profile.txt | 21948 HSPLcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBu…
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 8290 "function_name" : "android::Tokenizer::nextLine",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 8294 "function_name" : "android::Tokenizer::nextLine",
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 21884 HSPLcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBu…
|