/third_party/node/tools/ |
D | lint-pr-url.mjs | 19 let currentLine; variable 27 currentLine = Number(line.match(changeDelimiter)[1]); 30 `::warning file=${currentFile},line=${currentLine++},col=${line.length}` + 35 currentLine++;
|
D | find-inactive-collaborators.mjs | 162 const currentLine = `${collaboratorFirstLine}\n${line}\n`; 165 while (textToMove[0] < currentLine) { 168 fileContents += currentLine;
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 756 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/ |
D | code_gen.dart | 22 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/ |
D | genrb.cpp | 682 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/ |
D | genrb.cpp | 682 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/ |
D | genrb.cpp | 682 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/ |
D | harnessIO.ts | 201 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!;
|
D | fourslashImpl.ts | 1747 let currentLine: string; variable 1756 resultString += currentLine; 1773 …currentLine = "\n" + nextLine.toString() + ts.repeatString(" ", 3 - nextLine.toString().length) + …
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 694 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 = "";
|
D | parserindenter.ts | 646 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse… variable 647 if (lastLine != currentLine) { 648 lastLine = currentLine;
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 694 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 …]
|
D | parserindenter.js | 647 …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;
|
D | parserharness.symbols | 2022 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 …]
|
D | parserharness.types | 2555 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 …]
|
D | parserindenter.symbols | 1578 …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))
|
D | parserindenter.types | 2646 …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
|
D | parserharness.errors.txt | 836 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 = "";
|
D | parserindenter.errors.txt | 999 …var currentLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffse… 1000 if (lastLine != currentLine) { 1001 lastLine = currentLine;
|
/third_party/python/Lib/ |
D | turtle.py | 2553 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/ |
D | tcuRasterizationVerifier.cpp | 1544 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/ |
D | SpvBuilder.cpp | 65 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()
|
D | SpvBuilder.h | 799 int currentLine; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 2568 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/ |
D | utilities.ts | 4804 …for (let pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr… 4805 const nextLineStart = (currentLine + 1) === lineCount 4807 : lineMap[currentLine + 1];
|