Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 25 of 26) 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/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/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/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py141 nextLine = next(f)
142 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/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DDelimitedWriterTest.java84 writer.nextLine(); in testMultipleFieldsOnMultipleLines()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DPosition.java76 public Position nextLine() { in nextLine() method in Position
/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp112 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter
238 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) { in shape()
/external/cldr/tools/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()
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.h539 Line *nextLine(float width);
/external/python/cpython2/Lib/compiler/
Dpyassem.py514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno): member in LineAddrTable
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp53 void nextLine(const AnnotatedLine &Line) { in nextLine() function in clang::format::__anon18de89fb0111::LevelIndentTracker
177 IndentTracker.nextLine(*Current); in getNextMergedLine()
291 IndentTracker.nextLine(*I[i + 1]); in tryFitMultipleLinesInOne()
/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/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/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/clang/lib/Format/
DUnwrappedLineFormatter.cpp52 void nextLine(const AnnotatedLine &Line) { in nextLine() function in clang::format::__anonb7a5de0d0111::LevelIndentTracker
142 IndentTracker.nextLine(*Current); in getNextMergedLine()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DCompilationUnit.java597 cursor = cursor.nextLine(); in recalculatePositions()
/external/icu/icu4c/source/test/letest/
Dletest.cpp895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()

12