Home
last modified time | relevance | path

Searched refs:Lines (Results 1 – 25 of 237) sorted by relevance

12345678910

/third_party/cups-filters/drv/
Dcupsfilters.drv761 Choice "0/0 Lines" ""
763 *Choice "2/2 Lines" ""
764 Choice "3/3 Lines" ""
765 Choice "4/4 Lines" ""
766 Choice "5/5 Lines" ""
767 Choice "6/6 Lines" ""
768 Choice "7/7 Lines" ""
769 Choice "8/8 Lines" ""
770 Choice "9/9 Lines" ""
771 Choice "10/10 Lines" ""
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
167 bool empty() const { return Lines.empty(); } in empty()
168 void clear() { Lines.clear(); } in clear()
170 Lines.push_back(LE); in push()
173 return !Lines.empty(); in isValid()
176 return Lines.size(); in size()
179 assert(i < Lines.size()); in get()
180 return Lines[i]; in get()
183 assert(i < Lines.size()); in get()
184 return Lines[i]; in get()
[all …]
/third_party/typescript/tests/baselines/reference/
DModuleWithExportedAndNonExportedImportAlias.types38 import Lines = B;
39 >Lines : typeof Lines
40 >B : typeof Lines
52 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 });
53 >Unit : Lines.Line
54 >Lines : any
55 >new Lines.Line(Origin, { x: 1, y: 0 }) : Lines.Line
56 >Lines.Line : typeof Lines.Line
57 >Lines : typeof Lines
58 >Line : typeof Lines.Line
[all …]
DModuleWithExportedAndNonExportedImportAlias.symbols47 import Lines = B;
48 >Lines : Symbol(Lines, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 18, 29))
49 >B : Symbol(Lines, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 9, 1))
59 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 });
61 >Lines : Symbol(Lines, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 18, 29))
62 >Line : Symbol(Lines.Line, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 11, 10))
63 >Lines.Line : Symbol(Lines.Line, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 11, 10))
64 >Lines : Symbol(Lines, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 18, 29))
65 >Line : Symbol(Lines.Line, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 11, 10))
105 var line = Geometry.Lines.Line;
DModuleWithExportedAndNonExportedImportAlias.js21 import Lines = B;
26 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 });
38 var line = Geometry.Lines.Line;
56 var Lines = B;
59 Geometry.Unit = new Lines.Line(Geometry.Origin, { x: 1, y: 0 });
68 var line = Geometry.Lines.Line;
DModuleWithExportedAndNonExportedImportAlias.errors.txt1 …eWithExportedAndNonExportedImportAlias.ts(37,21): error TS2339: Property 'Lines' does not exist on…
24 import Lines = B;
29 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 });
41 var line = Geometry.Lines.Line;
43 !!! error TS2339: Property 'Lines' does not exist on type 'typeof Geometry'.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()
130 const DebugLinesSubsectionRef &Lines);
132 SourceLineInfo Lines; member
146 const DebugInlineeLinesSubsectionRef &Lines);
279 IO.mapRequired("Lines", Obj.Lines); in mapping()
326 IO.mapRequired("CodeSize", Lines.CodeSize); in map()
328 IO.mapRequired("Flags", Lines.Flags); in map()
329 IO.mapRequired("RelocOffset", Lines.RelocOffset); in map()
330 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
331 IO.mapRequired("Blocks", Lines.Blocks); in map()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp155 SmallVector<StringRef, 32> Lines; in getHostCPUNameForARM() local
156 ProcCpuinfoContent.split(Lines, "\n"); in getHostCPUNameForARM()
161 for (unsigned I = 0, E = Lines.size(); I != E; ++I) { in getHostCPUNameForARM()
162 if (Lines[I].startswith("CPU implementer")) in getHostCPUNameForARM()
163 Implementer = Lines[I].substr(15).ltrim("\t :"); in getHostCPUNameForARM()
164 if (Lines[I].startswith("Hardware")) in getHostCPUNameForARM()
165 Hardware = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM()
176 for (unsigned I = 0, E = Lines.size(); I != E; ++I) in getHostCPUNameForARM()
177 if (Lines[I].startswith("CPU part")) in getHostCPUNameForARM()
181 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :")) in getHostCPUNameForARM()
[all …]
DSignals.cpp179 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
180 Output.split(Lines, "\n"); in printSymbolizedStackTrace()
181 auto CurLine = Lines.begin(); in printSymbolizedStackTrace()
197 if (CurLine == Lines.end()) in printSymbolizedStackTrace()
205 if (CurLine == Lines.end()) in printSymbolizedStackTrace()
DSpecialCaseList.cpp130 SmallVector<StringRef, 16> Lines; in parse() local
131 MB->getBuffer().split(Lines, '\n'); in parse()
136 for (auto I = Lines.begin(), E = Lines.end(); I != E; ++I, ++LineNo) { in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {} in DebugLinesSubsectionRef()
73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection()
86 B.Lines.push_back(LNE); in addLineInfo()
94 assert(B.Lines.size() == B.Columns.size()); in addLineAndColumnInfo()
115 assert(B.Lines.size() == B.Columns.size() || B.Columns.empty()); in commit()
117 BlockHeader.NumLines = B.Lines.size(); in commit()
126 if (auto EC = Writer.writeArray(makeArrayRef(B.Lines))) in commit()
141 Size += B.Lines.size() * sizeof(LineNumberEntry); in calculateSerializedSize()
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DModuleWithExportedAndNonExportedImportAlias.ts20 import Lines = B;
25 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 });
37 var line = Geometry.Lines.Line;
/third_party/json/docs/mkdocs/docs/features/parsing/
Djson_lines.md1 # JSON Lines
3 The [JSON Lines](https://jsonlines.org) format is a text format of newline-delimited JSON. In parti…
19 JSON Lines input with more than one value is treated as invalid JSON by the [`parse`](../../api/bas…
25 The example below demonstrates how JSON Lines can be processed.
49 …with a JSON Lines input does not work, because the parser will try to parse one value after the la…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
146 Output.split(Lines, "\n"); in printSymbolizedStackTrace()
147 auto CurLine = Lines.begin(); in printSymbolizedStackTrace()
157 if (CurLine == Lines.end()) in printSymbolizedStackTrace()
165 if (CurLine == Lines.end()) in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h77 bool valid() const { return Lines.valid(); }
80 Iterator begin() const { return Lines.begin(); }
81 Iterator end() const { return Lines.end(); }
85 LinesArray Lines;
DDebugLinesSubsection.h88 return S->kind() == DebugSubsectionKind::Lines; in classof()
111 std::vector<LineNumberEntry> Lines; member
120 return S->kind() == DebugSubsectionKind::Lines; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp81 void NotifyDebug(uint64_t CodeAddr, DILineInfoTable Lines);
280 DILineInfoTable Lines = Context->getLineInfoForAddressRange( in notifyObjectLoaded() local
283 NotifyDebug(*AddrOrErr, Lines); in notifyObjectLoaded()
434 DILineInfoTable Lines) { in NotifyDebug() argument
438 if (Lines.empty()) in NotifyDebug()
446 rec.NrEntry = Lines.size(); in NotifyDebug()
449 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyDebug()
450 DILineInfoTable::iterator End = Lines.end(); in NotifyDebug()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go251 sb.WriteString(fmt.Sprintf("```\n%v\n```", v.Definition.Range.Text(f.res.Lines)))
265 if s := tok.Text(f.res.Lines); s != "" {
268 sb.WriteString(id.Definition.Range.Text(f.res.Lines))
299 if s := tok.Text(f.res.Lines); s != "" {
316 if s := tok.Text(f.res.Lines); s != "" {
374 if _, isInst := schema.Opcodes[t.Text(f.res.Lines)]; isInst && instOffset == 0 {
385 curOffset += utf8.RuneCountInString(t.Text(f.res.Lines))
409 sb.WriteString(t.Text(f.res.Lines))
441 if s := tok.Text(f.res.Lines); s != "" {
474 …End: parser.Position{Line: len(res.Lines), Column: utf8.RuneCountInString(res.Lines[len(res.Line…
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go251 sb.WriteString(fmt.Sprintf("```\n%v\n```", v.Definition.Range.Text(f.res.Lines)))
265 if s := tok.Text(f.res.Lines); s != "" {
268 sb.WriteString(id.Definition.Range.Text(f.res.Lines))
299 if s := tok.Text(f.res.Lines); s != "" {
316 if s := tok.Text(f.res.Lines); s != "" {
374 if _, isInst := schema.Opcodes[t.Text(f.res.Lines)]; isInst && instOffset == 0 {
385 curOffset += utf8.RuneCountInString(t.Text(f.res.Lines))
409 sb.WriteString(t.Text(f.res.Lines))
441 if s := tok.Text(f.res.Lines); s != "" {
474 …End: parser.Position{Line: len(res.Lines), Column: utf8.RuneCountInString(res.Lines[len(res.Line…
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go251 sb.WriteString(fmt.Sprintf("```\n%v\n```", v.Definition.Range.Text(f.res.Lines)))
265 if s := tok.Text(f.res.Lines); s != "" {
268 sb.WriteString(id.Definition.Range.Text(f.res.Lines))
299 if s := tok.Text(f.res.Lines); s != "" {
316 if s := tok.Text(f.res.Lines); s != "" {
374 if _, isInst := schema.Opcodes[t.Text(f.res.Lines)]; isInst && instOffset == 0 {
385 curOffset += utf8.RuneCountInString(t.Text(f.res.Lines))
409 sb.WriteString(t.Text(f.res.Lines))
441 if s := tok.Text(f.res.Lines); s != "" {
474 …End: parser.Position{Line: len(res.Lines), Column: utf8.RuneCountInString(res.Lines[len(res.Line…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
117 size_t num_entries = Lines.size(); in notifyObjectLoaded()
122 for (auto& It : Lines) { in notifyObjectLoaded()
126 const_cast<char *>(Lines.front().second.FileName.c_str()); in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp133 if (Lines.size() == 1) { in encode()
139 for (const auto &line_entry : Lines) { in encode()
193 LineEntry Prev(BaseAddr, 1, Lines.front().Line); in encode()
201 for (const auto &Curr : Lines) { in encode()
255 LT.Lines.push_back(Row); in decode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp161 DILineInfoTable Lines = in notifyObjectLoaded() local
163 DILineInfoTable::iterator Begin = Lines.begin(); in notifyObjectLoaded()
164 DILineInfoTable::iterator End = Lines.end(); in notifyObjectLoaded()
186 SourceFileName = Lines.front().second.FileName; in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp35 if (auto Lines = getLineNumbers()) { in getCompilandId() local
36 if (auto FirstLine = Lines->getNext()) in getCompilandId()
/third_party/skia/site/docs/user/api/
DSkPath_Overview.md9 <a href='undocumented#Line'>Lines</a> and
12 <a href='undocumented#Line'>Lines</a> and
21 Each pair of connected <a href='undocumented#Line'>Lines</a> and
25 connected <a href='undocumented#Line'>Lines</a> are described the
40 <a href='undocumented#Line'>Lines</a> and
64 or outside <a href='undocumented#Line'>Lines</a> and
136 <a href='undocumented#Line'>Lines</a> are drawn if

12345678910