Home
last modified time | relevance | path

Searched refs:currentLine (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/tools/
Dlint-pr-url.mjs19 let currentLine; variable
27 currentLine = Number(line.match(changeDelimiter)[1]);
30 `::warning file=${currentFile},line=${currentLine++},col=${line.length}` +
35 currentLine++;
Dfind-inactive-collaborators.mjs162 const currentLine = `${collaboratorFirstLine}\n${line}\n`;
165 while (textToMove[0] < currentLine) {
168 fileContents += currentLine;
/third_party/skia/experimental/sktext/src/
DText.cpp756 const BoxLine* currentLine = &fBoxLines[current.fLineIndex]; in previousPosition() local
765 currentLine = &fBoxLines[current.fLineIndex]; in previousPosition()
766 current.fGlyphRange.fStart = currentLine->fBoxGlyphs.size(); in previousPosition()
769 …auto position = this->findPosition(current.fPositionType, *currentLine, currentLine->fBoxGlyphs[cu… in previousPosition()
778 const BoxLine* currentLine = &fBoxLines[current.fLineIndex]; in nextPosition() local
783 … current.fGlyphRange = GlyphRange(currentLine->fBoxGlyphs.size(), currentLine->fBoxGlyphs.size()); in nextPosition()
787 currentLine = &fBoxLines[current.fLineIndex]; in nextPosition()
791 …auto position = this->findPosition(current.fPositionType, *currentLine, currentLine->fBoxGlyphs[cu… in nextPosition()
807 const BoxLine* currentLine = &fBoxLines[current.fLineIndex]; in upPosition() local
808 …findPosition(current.fPositionType, fBoxLines[current.fLineIndex - 1], currentLine->fBoxGlyphs[cur… in upPosition()
[all …]
/third_party/flutter/flutter/dev/tools/gen_keycodes/lib/
Dcode_gen.dart22 String currentLine = words.removeAt(0);
24 if ((currentLine.length + word.length) < wrapWidth) {
25 currentLine += ' $word';
27 result.writeln('$prefix$currentLine');
28 currentLine = '$word';
31 if (currentLine.isNotEmpty) {
32 result.writeln('$prefix$currentLine');
/third_party/node/deps/icu-small/source/tools/genrb/
Dgenrb.cpp682 std::string currentLine; in processFile() local
683 while (std::getline(f, currentLine)) { in processFile()
685 if (currentLine.empty() || currentLine[0] == '#') { in processFile()
688 filter.addRule(currentLine, status); in processFile()
/third_party/icu/icu4c/source/tools/genrb/
Dgenrb.cpp682 std::string currentLine; in processFile() local
683 while (std::getline(f, currentLine)) { in processFile()
685 if (currentLine.empty() || currentLine[0] == '#') { in processFile()
688 filter.addRule(currentLine, status); in processFile()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dgenrb.cpp682 std::string currentLine; in processFile() local
683 while (std::getline(f, currentLine)) { in processFile()
685 if (currentLine.empty() || currentLine[0] == '#') { in processFile()
688 filter.addRule(currentLine, status); in processFile()
/third_party/typescript/src/harness/
DharnessIO.ts201 public currentLine: string = undefined!; property in Harness.WriterAggregator
205 this.currentLine = [(this.currentLine || ""), str].join("");
210 this.lines.push([(this.currentLine || ""), str].join(""));
211 this.currentLine = undefined!;
215 if (this.currentLine !== undefined) { this.lines.push(this.currentLine); }
216 this.currentLine = undefined!;
221 this.currentLine = undefined!;
DfourslashImpl.ts1747 let currentLine: string; variable
1756 resultString += currentLine;
1773currentLine = "\n" + nextLine.toString() + ts.repeatString(" ", 3 - nextLine.toString().length) + …
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts694 public currentLine = "";
697 this.currentLine += str;
701 this.lines.push(this.currentLine + str);
702 this.currentLine = "";
706 if (this.currentLine.length > 0) { this.lines.push(this.currentLine); }
707 this.currentLine = "";
712 this.currentLine = "";
Dparserindenter.ts646 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse… variable
647 if (lastLine != currentLine) {
648 lastLine = currentLine;
/third_party/typescript/tests/baselines/reference/
Dparserharness.js694 public currentLine = "";
697 this.currentLine += str;
701 this.lines.push(this.currentLine + str);
702 this.currentLine = "";
706 if (this.currentLine.length > 0) { this.lines.push(this.currentLine); }
707 this.currentLine = "";
712 this.currentLine = "";
2668 this.currentLine = "";
2671 this.currentLine += str;
2674 this.lines.push(this.currentLine + str);
[all …]
Dparserindenter.js647 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse…
648 if (lastLine != currentLine) {
649 lastLine = currentLine;
1271 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse…
1272 if (lastLine != currentLine) {
1273 lastLine = currentLine;
Dparserharness.symbols2022 public currentLine = "";
2023 >currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
2029 this.currentLine += str;
2030 >this.currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
2032 >currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
2040 this.lines.push(this.currentLine + str);
2046 >this.currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
2048 >currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
2051 this.currentLine = "";
2052 >this.currentLine : Symbol(WriterAggregator.currentLine, Decl(parserharness.ts, 691, 40))
[all …]
Dparserharness.types2555 public currentLine = "";
2556 >currentLine : string
2563 this.currentLine += str;
2564 >this.currentLine += str : string
2565 >this.currentLine : string
2567 >currentLine : string
2575 this.lines.push(this.currentLine + str);
2576 >this.lines.push(this.currentLine + str) : number
2582 >this.currentLine + str : string
2583 >this.currentLine : string
[all …]
Dparserindenter.symbols1578 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse…
1579 >currentLine : Symbol(currentLine, Decl(parserindenter.ts, 645, 23))
1585 if (lastLine != currentLine) {
1587 >currentLine : Symbol(currentLine, Decl(parserindenter.ts, 645, 23))
1589 lastLine = currentLine;
1591 >currentLine : Symbol(currentLine, Decl(parserindenter.ts, 645, 23))
Dparserindenter.types2646 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse…
2647 >currentLine : any
2662 if (lastLine != currentLine) {
2663 >lastLine != currentLine : boolean
2665 >currentLine : any
2667 lastLine = currentLine;
2668 >lastLine = currentLine : any
2670 >currentLine : any
Dparserharness.errors.txt836 public currentLine = "";
839 this.currentLine += str;
843 this.lines.push(this.currentLine + str);
844 this.currentLine = "";
848 if (this.currentLine.length > 0) { this.lines.push(this.currentLine); }
849 this.currentLine = "";
854 this.currentLine = "";
Dparserindenter.errors.txt999 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse…
1000 if (lastLine != currentLine) {
1001 lastLine = currentLine;
/third_party/python/Lib/
Dturtle.py2553 self.currentLine = [self._position]
2623 self.currentLine = []
2625 self.currentLine.append(self._position)
2650 if len(self.currentLine)>1:
2651 self.screen._drawline(self.currentLineItem, self.currentLine,
3159 self.currentLine[:],
3187 self.currentLine.append(end)
3194 if len(self.currentLine) > 42: # 42! answer to the ultimate question
3210 self.currentLine = cL
3287 if len(self.currentLine) > 1:
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp1544 int currentLine = 0; in verifySinglesampleLineGroupRasterization() local
1586 currentLine = lineID; in verifySinglesampleLineGroupRasterization()
1591 else if (lineID == currentLine) in verifySinglesampleLineGroupRasterization()
1596 else if (lineID > currentLine) in verifySinglesampleLineGroupRasterization()
1599 currentLine = lineID; in verifySinglesampleLineGroupRasterization()
1606 if (fullyVisibleLine && !lineIsXMajor[currentLine-1]) in verifySinglesampleLineGroupRasterization()
1616 currentLine = lineID; in verifySinglesampleLineGroupRasterization()
1628 int currentLine = 0; in verifySinglesampleLineGroupRasterization() local
1671 currentLine = lineID; in verifySinglesampleLineGroupRasterization()
1676 else if (lineID == currentLine) in verifySinglesampleLineGroupRasterization()
[all …]
/third_party/glslang/SPIRV/
DSpvBuilder.cpp65 currentLine(0), in Builder()
99 if (lineNum != 0 && lineNum != currentLine) { in setLine()
100 currentLine = lineNum; in setLine()
102 addLine(sourceFileStringId, currentLine, 0); in setLine()
115 if ((lineNum != 0 && lineNum != currentLine) || currentFile == nullptr || in setLine()
117 currentLine = lineNum; in setLine()
121 addLine(strId, currentLine, 0); in setLine()
DSpvBuilder.h799 int currentLine; variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp2568 int currentLine = 1; in dbgCreateFile() local
2580 dbg->spirvLineMappings[insn.wordPointer(0)] = currentLine; in dbgCreateFile()
2581 currentLine += std::count(instruction.begin(), instruction.end(), '\n'); in dbgCreateFile()
/third_party/typescript/src/compiler/
Dutilities.ts4804 …for (let pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr…
4805 const nextLineStart = (currentLine + 1) === lineCount
4807 : lineMap[currentLine + 1];

12