Home
last modified time | relevance | path

Searched defs:Line (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.js30 class Line { class
72 var Line = /** @class */ (function () { class
73 function Line() { class in anonymousFunctiond0400ef50700.anonymousFunctiond0400ef50800.anonymousFunctiond0400ef50900.Line
86 var Line = /** @class */ (function () { class
87 function Line() { class in anonymousFunctiond0400ef50e00.anonymousFunctiond0400ef50f00.anonymousFunctiond0400ef51000.Line
DTwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.js60 var Line = /** @class */ (function () { class
61 function Line() { class in anonymousFunctionc961644c0700.anonymousFunctionc961644c0800.anonymousFunctionc961644c0900.Line
75 var Line = /** @class */ (function () { class
76 function Line() { class in anonymousFunctionc961644c0e00.anonymousFunctionc961644c0f00.anonymousFunctionc961644c1000.Line
DTwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.js58 var Line = /** @class */ (function () { class
59 function Line() { class in anonymousFunctiona8faf8370900.anonymousFunctiona8faf8370a00.anonymousFunctiona8faf8370b00.Line
72 var Line = /** @class */ (function () { class
73 function Line() { class in anonymousFunctiona8faf8371000.anonymousFunctiona8faf8371100.anonymousFunctiona8faf8371200.Line
DExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.js9 class Line { class
27 var Line = /** @class */ (function () { class
28 function Line(start, end) { class in anonymousFunctioned6064ca0200.Line
DModuleWithExportedAndNonExportedImportAlias.js26 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 }); variable in export
45 var Line = /** @class */ (function () { class
46 function Line(start, end) { class in anonymousFunctioncebb38930200.Line
DExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.js27 var Line = /** @class */ (function () { class
28 function Line(start, end) { class in anonymousFunction2d4319a70200.Line
DExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.js26 var Line = /** @class */ (function () { class
27 function Line(start, end) { class in anonymousFunctiona3ed950b0200.Line
DExportModuleWithAccessibleTypesOnItsExportedMembers.js37 var Line = /** @class */ (function () { class
38 function Line(start, end) { class in anonymousFunction7828d2220200.anonymousFunction7828d2220400.Line
DlistFailure.js83 var Line = /** @class */ (function () { class
84 function Line() { class in anonymousFunction7b481ddc0100.Line
DExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js57 var Line = /** @class */ (function () { class
58 function Line(start, end) { class in anonymousFunction96875de40600.Line
DExportClassWithInaccessibleTypeInTypeParameterConstraint.js60 var Line = /** @class */ (function () { class
61 function Line(start, end) { class in anonymousFunction01914ef20600.Line
/third_party/icu/icu4c/source/test/cintltst/
Dsorttest.c106 typedef struct Line { struct
109 } Line; argument
/third_party/skia/src/gpu/geometry/
DGrTriangulator.h330 struct GrTriangulator::Line { struct
331 Line(double a, double b, double c) : fA(a), fB(b), fC(c) {} in Line() argument
332 Line(Vertex* p, Vertex* q) : Line(p->fPoint, q->fPoint) {} in Line() function
333 Line(const SkPoint& p, const SkPoint& q) in Line() function
339 Line operator*(double v) const { return Line(fA * v, fB * v, fC * v); } argument
351 bool nearParallel(const Line& o) const { in nearParallel() argument
357 double fA, fB, fC;
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DTwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.ts17 export class Line { class
26 export class Line { class
DTwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.ts16 export class Line { class
24 export class Line { class
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.ts21 export class Line { class
29 class Line { class
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.ts20 export interface Line { interface
27 interface Line { interface
DTwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.ts20 export interface Line { interface
27 export interface Line { interface
/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitiveAssembler.hpp163 struct Line struct
166 {
170 Line (void) in Line() function
177 Line (VertexPacket* v0_, VertexPacket* v1_, int provokingIndex_) in Line() function
184 VertexPacket* getProvokingVertex (void) in getProvokingVertex()
196 VertexPacket* v0;
197 VertexPacket* v1;
199 int provokingIndex;
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dviews.rs73 struct Line<'diagnostic> { in render() struct
74 number: usize, in render()
75 range: std::ops::Range<usize>, in render()
77 single_labels: Vec<SingleLabel<'diagnostic>>, in render()
78 multi_labels: Vec<(usize, LabelStyle, MultiLabel<'diagnostic>)>, in render()
79 must_render: bool, in render()
/third_party/icu/tools/colprobe/
Dline.cpp48 Line::Line() in Line() function in Line
55 Line::Line(const UChar* name, int32_t len) in Line() function in Line
68 Line::Line(const UChar name) in Line() function in Line
79 Line::Line(const UnicodeString &string) in Line() function in Line
85 Line::Line(const char *buff, int32_t buffLen, UErrorCode &status) : in Line() function in Line
94 Line::Line(const Line &other) : in Line() function in Line
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) in SymbolRemappingParseError()
89 int64_t Line; variable
/third_party/skia/bench/
DTypefaceBench.cpp251 struct Line { struct in UtfToGlyph
252 int glyphCount = 0;
253 std::vector<char> utf;
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h34 struct Line { struct
36 uint32_t indent = 0;
38 std::string content;
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h341 friend class Line; variable
663 inline ParagraphLayout::Line::Line() in Line() function
669 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() function

123456