Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 25 of 34) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/util/
DStringWrapper.java60 private String nextLine; in wrapStringOnBreaks() local
67 return nextLine != null; in wrapStringOnBreaks()
77 nextLine = null; in wrapStringOnBreaks()
93 nextLine = string.substring(currentLineStart, lineEnd-1); in wrapStringOnBreaks()
99 nextLine = string.substring(currentLineStart, lineEnd); in wrapStringOnBreaks()
106 String ret = nextLine; in wrapStringOnBreaks()
107 nextLine = null; in wrapStringOnBreaks()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
DStringWrapper.java59 private String nextLine; in wrapStringOnBreaks() local
66 return nextLine != null; in wrapStringOnBreaks()
76 nextLine = null; in wrapStringOnBreaks()
92 nextLine = string.substring(currentLineStart, lineEnd-1); in wrapStringOnBreaks()
98 nextLine = string.substring(currentLineStart, lineEnd); in wrapStringOnBreaks()
105 String ret = nextLine; in wrapStringOnBreaks()
106 nextLine = null; in wrapStringOnBreaks()
/external/icu/icu4c/source/samples/ugrep/
Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
381 void nextLine(int startPos) { in nextLine() function
/external/cronet/third_party/icu/source/samples/ugrep/
Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
381 void nextLine(int startPos) { in nextLine() function
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DLineIteratorTest.java54 final String line = iterator.nextLine(); in assertLines()
134 assertThrows(NoSuchElementException.class, iterator::nextLine); in doTestFileWithSpecifiedLines()
154 assertThrows(NoSuchElementException.class, iterator::nextLine);
158 assertThrows(NoSuchElementException.class, iterator::nextLine);
195 assertThrows(NoSuchElementException.class, iterator::nextLine); in testFiltering()
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DLineIterator.java160 return nextLine(); in next()
169 public String nextLine() { in nextLine() method in LineIterator
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DClassRowWriter.java60 writer.nextLine(); in writeHeader()
90 writer.nextLine(); in writeRow()
DDelimitedWriter.java134 public void nextLine() throws IOException { in nextLine() method in DelimitedWriter
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py142 nextLine = next(f)
143 nm = re.match(self.NVME_THRESH, nextLine)
/external/proguard/src/proguard/
DWordReader.java155 currentLine = nextLine(); in nextWord()
320 protected abstract String nextLine() throws IOException; in nextLine() method in WordReader
DLineWordReader.java53 protected String nextLine() throws IOException in nextLine() method in LineWordReader
DArgumentWordReader.java62 protected String nextLine() throws IOException in nextLine() method in ArgumentWordReader
/external/dagger2/java/dagger/example/atm/
DCommandLineAtm.java30 Command.Status commandStatus = commandProcessor.process(scanner.nextLine()); in main()
/external/deqp/scripts/
Dmustpass.py155 for nextLine in f:
159 processedLine = nextLine
187 …parentGroup[processedGroupName] = {} if (nextLine[:6] == "GROUP:") and (availableLimit > 1) else []
191 processedLine = nextLine
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DDelimitedWriterTest.java85 writer.nextLine(); in testMultipleFieldsOnMultipleLines()
/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp114 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter
240 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) { in shape()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DPosition.java76 public Position nextLine() { in nextLine() method in Position
/external/skia/experimental/sktext/editor/
DEditor.cpp96 auto nextLine = fEditableText->getLine(position.fLineIndex + 1); in moveCursor() local
97 cursorPosition.offset(0, nextLine.fBounds.height()); in moveCursor()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/windows/
DKlcParser.java275 String nextLine = lines.get(++i); in parseLayout() local
276 List<String> nextLineComponents = WHITESPACE_SPLITTER.splitToList(nextLine); in parseLayout()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
/external/cronet/third_party/icu/source/samples/layout/
Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h539 Line *nextLine(float width);
/external/python/cpython2/Lib/compiler/
Dpyassem.py514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno): member in LineAddrTable
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java706 end = nextLine(fm, start, width); in fixLineStarts()
717 public int nextLine(FontMetrics fMtr, int start, int width) { in nextLine() method in DumbTextComponent

12