Home
last modified time | relevance | path

Searched refs:nextLineIndex (Results 1 – 24 of 24) sorted by relevance

/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/ui/
H A DUIUtils.scala139 var nextLineIndex = failure.indexOf("\n") variable
140 if (nextLineIndex < 0) {
141 nextLineIndex = failure.length
143 val firstLine = failure.substring(0, nextLineIndex)
H A DBatchPage.scala261 var nextLineIndex = failure.indexOf("\n") variable
262 if (nextLineIndex < 0) {
263 nextLineIndex = failure.length
265 val firstLine = failure.substring(0, nextLineIndex)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DWordWrap.java136 int nextLineIndex = Math.min(line.length(), index + breakChars); in processLine()
137 origStringPos += nextLineIndex; in processLine()
138 line = line.substring(nextLineIndex); in processLine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Ddead-stores.c147 int index, nextLineIndex; in f14() local
148 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
149 nextLineIndex = index + 1; // no-warning in f14()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Ddead-stores.c137 int index, nextLineIndex; in f14() local
138 for (index = 0; index < count; index = nextLineIndex+1) { in f14()
139 nextLineIndex = index+1; // no-warning in f14()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Ddead-stores.c147 int index, nextLineIndex; in f14() local
148 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
149 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Ddead-stores.c137 int index, nextLineIndex; in f14() local
138 for (index = 0; index < count; index = nextLineIndex+1) { in f14()
139 nextLineIndex = index+1; // no-warning in f14()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Ddead-stores.c137 int index, nextLineIndex; in f14() local
138 for (index = 0; index < count; index = nextLineIndex+1) { in f14()
139 nextLineIndex = index+1; // no-warning in f14()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Ddead-stores.c151 int index, nextLineIndex; in f14() local
152 for (index = 0; index < count; index = nextLineIndex + 1) { in f14()
153 nextLineIndex = index + 1; // no-warning in f14()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlSourceViewer.cs505 int nextLineIndex = lineIndex + 1; in GetLineStyle()
508 nextCpuAddress = _viewer.CodeViewer.GetLineNumber(nextLineIndex); in GetLineStyle()
509 nextLineIndex++; in GetLineStyle()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscorediff.cpp463 int nextLineIndex = xml.indexOf('\n'); in readMscx() local
468 while ((match.capturedStart("name") > nextLineIndex) && (nextLineIndex > 0)) { in readMscx()
470 nextLineIndex = xml.indexOf('\n', nextLineIndex + 1); in readMscx()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
H A DKlcParser.java277 int nextLineIndex = 0;
282 Integer modifierIndex = modifierIndexes.get(nextLineIndex++);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/mx/core/
H A DFTETextField.as2489 if (nextLineIndex > 0)
2491 nextLineIndex = 0;
2731 // used during compose to track nextLineIndex
2732 static private var nextLineIndex:int;
2740 for (var i:int = nextLineIndex; i < n; i++)
2744 var textLine:TextLine = TextLine(removeChildAt(nextLineIndex));
2786 nextLineIndex = 0;
2950 …var recycleLine:TextLine = (nextLineIndex < numChildren) ? (getChildAt(nextLineIndex) as TextLine)…
3027 if (nextLineIndex == numChildren)
3029 nextLineIndex++;
/dports/editors/o/o-2.46.0/
H A Dkeyloop.go1574 nextLineIndex := e.DataY() + 1
1577 e.DeleteLineMoveBookmark(nextLineIndex, bookmark)
1580 e.TrimLeft(nextLineIndex) // this is unproblematic, even at the end of the document