Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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() << Labe in printNumber()
322 raw_ostream &startLine() { startLine() function in llvm::ScopedPrinter
[all...]
/third_party/typescript/tests/baselines/reference/
H A 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
[all...]
H A DparserRealSource5.js26 public startLine() {
91 PrintContext.prototype.startLine = function () {
H A Dparserharness.js1475 startLine:0,
3347 startLine: 0,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScopedPrinter.cpp29 startLine() << Label; in printBinaryImpl()
37 startLine() << ")\n"; in printBinaryImpl()
39 startLine() << Label << ":"; in printBinaryImpl()
H A DARMAttributeParser.cpp480 SW->startLine() << "Value: " << Integer << ", " << String << '\n'; in compatibility()
708 SW->startLine() << "Section " << ++SectionNumber << " {\n"; in Parse()
723 SW->startLine() << "}\n"; in Parse()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py364 # startLine - add word to a new line
369 (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)
423 # Fall through to startLine case if there is no
425 startLine
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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()); });
[all...]
/third_party/libfuse/example/
H A 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/skia/modules/skparagraph/src/
H A DTextWrapper.cpp796 Cluster* startLine; in moveForward() local
799 std::tie(startLine, pos, widthWithSpaces) = this->trimStartSpaces(end); in moveForward()
828 TextRange textIncludingNewlines(fEndLine.startCluster()->textRange().start, startLine->textRange().start); in moveForward()
829 if (startLine == end) { in moveForward()
834 ClusterRange clustersWithGhosts(fEndLine.startCluster() - start, startLine - start); in moveForward()
839 if (disableLastDescent && (lastLine || (startLine == end && !fHardLineBreak))) { in moveForward()
888 if (!fHardLineBreak || startLine != end) { in moveForward()
891 fEndLine.startFrom(startLine, pos); in moveForward()
1235 Cluster* startLine; in moveForward()
1238 std::tie(startLine, po in moveForward()
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span {
157 Start: cov.Location{Line: startLine, Column: startColumn},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp104 W.startLine() << getSymbolKindName(CVR.kind()); in visitSymbolBegin()
116 W.startLine() << "}\n"; in visitSymbolEnd()
490 W.startLine() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: " in visitKnownRecord()
496 W.startLine() << "ChangeCodeLengthAndCodeOffset: {CodeOffset: " in visitKnownRecord()
H A 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()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.h72 virtual int startLine() const = 0;
H A Dv8-debugger-agent-impl.cc198 if (*lineNumber < script.startLine() || *lineNumber > script.endLine()) in adjustBreakpointLocation()
200 if (*lineNumber == script.startLine() && in adjustBreakpointLocation()
951 if (lineNumber < script->startLine() || script->endLine() < lineNumber) { in setBreakpointImpl()
954 if (lineNumber == script->startLine() && in setBreakpointImpl()
1656 scriptId, scriptURL, scriptRef->startLine(), scriptRef->startColumn(), in didParseSource()
1666 scriptId, scriptURL, scriptRef->startLine(), scriptRef->startColumn(), in didParseSource()
H A Dv8-debugger-script.cc151 int startLine() const override { return m_startLine; }
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js42 function getSource(startLine, startColumn, endLine, endColumn) {
45 line: startLine,
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js12132 var startLine = ts.getLineAndCharacterOfPosition(sourceFile, node.body.pos).line;
12134 if (startLine < endLine) {
12135 return ts.createTextSpan(pos, getEndLinePosition(startLine, sourceFile) - pos + 1);
[all...]
/third_party/sqlite/src/
H A Dshell.c19937 int startLine = p->nLine; in csv_read_one_field() local
19964 p->zFile, startLine, cQuote); in csv_read_one_field()
23022 int startLine = sCtx.nLine; in do_meta_command() local
23040 sCtx.zFile, startLine, nCol, i+1); in do_meta_command()
23052 sCtx.zFile, startLine, nCol, i); in do_meta_command()
23059 startLine, sqlite3_errmsg(p->db)); in do_meta_command()

Completed in 278 milliseconds