Home
last modified time | relevance | path

Searched refs:startLine (Results 1 – 25 of 69) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h108 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n"; in printEnum()
110 startLine() << Label << ": " << hex(Value) << "\n"; in printEnum()
142 startLine() << Label << " [ (" << hex(Value) << ")\n";
144 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
146 startLine() << "]\n";
150 startLine() << Label << " [ (" << hex(Value) << ")\n"; in printFlags()
155 startLine() << " " << hex(Flag) << "\n"; in printFlags()
159 startLine() << "]\n"; in printFlags()
163 startLine() << Label << ": " << Value << "\n"; in printNumber()
167 startLine() << Label << ": " << Value << "\n"; in printNumber()
[all …]
/third_party/typescript/src/services/formatting/
DformattingContext.ts61 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(this.currentTokenSpan.pos).line; constant
63 this.tokensAreOnSameLine = (startLine === endLine);
86 …const startLine = this.sourceFile.getLineAndCharacterOfPosition(node.getStart(this.sourceFile)).li… constant
88 return startLine === endLine;
95 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(openBrace.getEnd()).line; constant
97 return startLine === endLine;
Dformatting.ts420 …const startLine = sourceFile.getLineAndCharacterOfPosition(enclosingNode.getStart(sourceFile)).lin… constant
421 let undecoratedStartLine = startLine;
426 …processNode(enclosingNode, enclosingNode, startLine, undecoratedStartLine, initialIndentation, del…
508 const startLine = sourceFile.getLineAndCharacterOfPosition(startPos).line; constant
511 if (startLine !== parentStartLine || startPos === column) {
524 startLine: number,
532 if (effectiveParentStartLine === startLine) {
537 …indentation: startLine === lastIndentedLine ? indentationOnLastIndentedLine : parentDynamicIndenta…
542 if (node.kind === SyntaxKind.OpenParenToken && startLine === lastIndentedLine) {
548 …SmartIndenter.childStartsOnTheSameLineWithElseInIfStatement(parent, node, startLine, sourceFile) ||
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts64 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
120 context.startLine();
231 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
233 emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false);
302 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
320 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
337 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
441 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
536 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
635 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
[all …]
DparserRealSource5.ts25 public startLine() { method in PrintContext
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js65 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
121 context.startLine();
232 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
234 emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false);
303 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
321 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
338 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
442 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
537 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
636 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
[all …]
DparserRealSource11.types214 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
215 >emit : (emitter: Emitter, tokenId: TokenID, startLine: boolean) => void
218 >startLine : boolean
483 context.startLine();
484 >context.startLine() : any
485 >context.startLine : any
487 >startLine : any
1003 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
1004 >emit : (emitter: Emitter, tokenId: TokenID, startLine: boolean) => void
1007 >startLine : boolean
[all …]
DparserRealSource5.js26 public startLine() {
91 PrintContext.prototype.startLine = function () { method in PrintContext
DparserRealSource11.symbols136 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
142 >startLine : Symbol(startLine, Decl(parserRealSource11.ts, 63, 55))
272 context.startLine();
633 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
639 >startLine : Symbol(startLine, Decl(parserRealSource11.ts, 230, 55))
645 emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false);
648 >startLine : Symbol(startLine, Decl(parserRealSource11.ts, 230, 55))
821 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
827 >startLine : Symbol(startLine, Decl(parserRealSource11.ts, 301, 55))
863 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
[all …]
DparserRealSource5.symbols51 public startLine() {
52 >startLine : Symbol(PrintContext.startLine, Decl(parserRealSource5.ts, 22, 9))
DparserRealSource11.errors.txt610 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
696 context.startLine();
835 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
841 emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false);
918 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
944 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
969 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
1119 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
1288 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
1483 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreflow.py369 (addWord, closeLine, startLine) = (True, False, False)
381 (addWord, closeLine, startLine) = (True, True, False)
387 (addWord, closeLine, startLine) = (True, True, False)
394 (addWord, closeLine, startLine) = (True, True, False)
401 (addWord, closeLine, startLine) = (True, True, False)
405 (addWord, closeLine, startLine) = (False, True, True)
415 (addWord, closeLine, startLine) = (False, True, True)
425 startLine = True
436 if startLine:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScopedPrinter.cpp29 startLine() << Label; in printBinaryImpl()
37 startLine() << ")\n"; in printBinaryImpl()
39 startLine() << Label << ":"; in printBinaryImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp178 W.startLine() << format("String: 0x%08" PRIx64, StringOffset); in dumpName()
186 W.startLine() << format("Atom[%d]: ", i); in dumpName()
219 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump()
220 W.startLine() << "Form: " << formatv("{0}", Atom.second) << '\n'; in dump()
376 W.startLine() << "Augmentation: '" << AugmentationString << "'\n"; in dump()
409 W.startLine() << formatv("Tag: {0}\n", Tag); in dump()
412 W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form); in dump()
566 W.startLine() << formatv("Tag: {0}\n", Abbr->Tag); in dump()
569 W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index); in dump()
661 [&W](const ErrorInfoBase &EI) { EI.log(W.startLine()); }); in dumpEntry()
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
Drefactors.ts28 startLine: 2,
76 startLine: 1,
128 startLine: 1,
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.ts8 assert.strictEqual(typeof sourceCodeLocation.startLine, 'number');
38 startLine: 1,
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp639 Cluster* startLine; in moveForward() local
642 std::tie(startLine, pos, widthWithSpaces) = this->trimStartSpaces(end); in moveForward()
679 …TextRange textIncludingNewlines(fEndLine.startCluster()->textRange().start, startLine->textRange()… in moveForward()
680 if (startLine == end) { in moveForward()
685 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in moveForward()
690 if (disableLastDescent && (lastLine || (startLine == end && !fHardLineBreak ))) { in moveForward()
741 if (!fHardLineBreak || startLine != end) { in moveForward()
744 fEndLine.startFrom(startLine, pos); in moveForward()
/third_party/node/deps/v8/tools/system-analyzer/view/
Dscript-panel.mjs103 scriptNode = await builder.createScriptNode(this._script.startLine);
278 function* lineIterator(source, startLine) { argument
280 let line = startLine;
319 async createScriptNode(startLine) { argument
330 scriptNode.style.counterReset = `sourceLineCounter ${startLine - 1}`;
332 this._script.source, startLine)) {
/third_party/libfuse/example/
Dcxxopts.hpp1454 auto startLine = current; in format_description() local
1468 startLine = current + 1; in format_description()
1469 lastSpace = startLine; in format_description()
1473 if (lastSpace == startLine) in format_description()
1475 stringAppend(result, startLine, current + 1); in format_description()
1478 startLine = current + 1; in format_description()
1479 lastSpace = startLine; in format_description()
1483 stringAppend(result, startLine, lastSpace); in format_description()
1486 startLine = lastSpace + 1; in format_description()
1487 lastSpace = startLine; in format_description()
[all …]
/third_party/typescript/scripts/eslint/rules/
Dobject-literal-surrounding-space.cjs37 const startLine = node.loc.start.line;
50 …: "leadingExcessStringError", node, loc: { column: node.loc.start.column + 1, line: startLine } });
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts110 assert.equal(scriptLocation?.endTag?.startLine, 4);
197 assert.strictEqual(htmlLocation.endTag.startLine, bodyLocation.endLine);
239 line: location.startLine,
/third_party/parse5/test/utils/
Dgenerate-parsing-tests.ts92 let errStr = `(${err.startLine}:${err.startCol}`;
95 if (err.startLine !== err.endLine || err.startCol !== err.endCol) {
Dgenerate-tokenization-tests.ts81 … ({ code, line, col }) => code === err.code && line === err.startLine && col === err.startCol
87 line: err.startLine,
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
157 Start: cov.Location{Line: startLine, Column: startColumn},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp174 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin()
188 W->startLine() << "}\n"; in visitTypeEnd()
193 W->startLine() << getLeafTypeName(Record.Kind); in visitMemberBegin()
206 W->startLine() << "}\n"; in visitMemberEnd()

123