Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/io/
DJavapParser.java55 private void nextLine() throws IOException { in nextLine() method in JavapParser
106 nextLine(); in parseAnnotationHead()
126 nextLine(); in parseAnnotationBody()
153 nextLine(); in parseOffset()
160 nextLine(); in parseTypeIndex()
177 nextLine(); in parseInnerTypeLocationNums()
192 nextLine(); in chooseSubElement()
206 nextLine(); in chooseSubElement()
221 nextLine(); in chooseSubElement()
234 nextLine(); in chooseSubElement()
[all …]
/external/smali/util/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/icu/icu4c/source/samples/ugrep/
Dugrep.cpp77 void nextLine(int start);
142 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
380 void nextLine(int startPos) { in nextLine() function
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DClassRowWriter.java59 writer.nextLine(); in writeHeader()
89 writer.nextLine(); in writeRow()
DDelimitedWriter.java133 public void nextLine() throws IOException { in nextLine() method in DelimitedWriter
/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DDelimitedWriterTest.java84 writer.nextLine(); in testMultipleFieldsOnMultipleLines()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
DParagraphLayout.cpp667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h541 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
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java297 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
931 String rule = ruleArray.nextLine(); in parseRules()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java298 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
932 String rule = ruleArray.nextLine(); in parseRules()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp52 void nextLine(const AnnotatedLine &Line) { in nextLine() function in clang::format::__anon82164be30111::LevelIndentTracker
142 IndentTracker.nextLine(*Current); in getNextMergedLine()
/external/icu/icu4c/source/test/letest/
Dletest.cpp895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
/external/doclava/src/com/google/doclava/
DStubs.java640 line = scanner.nextLine().trim(); in parseLicenseHeader()