/third_party/typescript/tests/baselines/reference/ |
D | ClassAndModuleThatMergeWithStaticFunctionAndExportedFunctionThatShareAName.js | 2 class Point { class 5 static Origin(): Point { return { x: 0, y: 0 }; } // unexpected error here bug 840246 field in Point 27 function Point(x, y) { class in Point 34 (function (Point) { argument 40 var Point = /** @class */ (function () { class 41 function Point(x, y) { class in anonymousFunction397f569e0500.Point 49 (function (Point) { argument
|
D | ClassAndModuleThatMergeWithStaticFunctionAndNonExportedFunctionThatShareAName.js | 2 class Point { class 5 static Origin(): Point { return { x: 0, y: 0 }; } field in Point 27 function Point(x, y) { class 34 (function (Point) { argument 39 var Point = /** @class */ (function () { class 40 function Point(x, y) { class in anonymousFunction6b2369090500.Point 48 (function (Point) { argument
|
D | instanceAndStaticDeclarations1.js | 4 class Point { class 6 public distance(p: Point) { 12 static distance(p1: Point, p2: Point) { return p1.distance(p2); } 18 function Point(x, y) { class in Point
|
D | ClassAndModuleThatMergeWithStaticVariableAndExportedVarThatShareAName.js | 2 class Point { class 27 function Point(x, y) { class 34 (function (Point) { argument 39 var Point = /** @class */ (function () { class 40 function Point(x, y) { class in anonymousFunction0e2210610400.Point 48 (function (Point) { argument
|
D | ClassAndModuleThatMergeWithStaticVariableAndNonExportedVarThatShareAName.js | 2 class Point { class 27 function Point(x, y) { class 34 (function (Point) { argument 39 var Point = /** @class */ (function () { class 40 function Point(x, y) { class in anonymousFunction5f515fec0400.Point 48 (function (Point) { argument
|
D | ModuleAndFunctionWithSameNameAndCommonRoot.js | 13 export function Point() { class 36 (function (Point) { argument 44 function Point() { class 53 (function (Point) { argument 57 function Point() { class
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.js | 10 class Point { class 11 fromCarthesian(p: A.Point) { 46 var Point = /** @class */ (function () { class 47 function Point() { class in anonymousFunctioncdc6d0f70100.Point 54 var Point = /** @class */ (function () { class 55 function Point() { class in anonymousFunctioncdc6d0f70400.Point
|
D | ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js | 4 class Point { class 21 var Point = /** @class */ (function () { class 22 function Point() { class in anonymousFunction2fdbfd8b0100.Point
|
D | importAliasIdentifiers.js | 22 var Point: Point = { x: 0, y: 0 }; variable 40 var Point: Point = { x: 0, y: 0 }; variable 52 var Point = /** @class */ (function () { class 53 function Point(x, y) { class in anonymousFunction990d98950100.Point 71 var Point = { x: 0, y: 0 }; variable 81 var Point = { x: 0, y: 0 }; variable
|
D | ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.js | 10 constructor(public start: Point, public end: Point) { } 21 var Point = /** @class */ (function () { class 22 function Point() { class in anonymousFunctioncf74b1cc0200.Point
|
D | FunctionAndModuleWithSameNameAndCommonRoot.js | 5 export function Point() { class 49 function Point() { class 58 (function (Point) { argument 71 function Point() { class 75 (function (Point) { argument
|
D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.js | 4 class Point { class 17 var Point = /** @class */ (function () { class 18 function Point(x, y) { class in anonymousFunction19a865ba0100.Point
|
D | invalidNestedModules.js | 39 var Point = /** @class */ (function () { class 40 function Point() { class in anonymousFunction3d48d9dd0100.anonymousFunction3d48d9dd0200.anonymousFunction3d48d9dd0300.Point 63 var Point = /** @class */ (function () { class 64 function Point() { class in anonymousFunction3d48d9dd0d00.anonymousFunction3d48d9dd0e00.Point
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Point.hpp | 23 struct Point struct 34 { 75 inline Point::Point() in Point() function in sw::Point 79 inline Point::Point(const int i) in Point() function in sw::Point 88 inline Point::Point(const Point &P) in Point() function in sw::Point 95 inline Point::Point(const Vector &v) in Point() function in sw::Point 102 inline Point::Point(float P_x, float P_y, float P_z) in Point() function in sw::Point
|
/third_party/typescript/tests/cases/conformance/internalModules/moduleDeclarations/ |
D | invalidInstantiatedModule.ts | 2 export class Point { x: number; y: number } class 3 export var Point = 1; // Error variable 7 export interface Point { x: number; y: number } interface 8 export var Point = 1; variable
|
D | nestedModules.ts | 2 export interface Point { interface 10 var Point: C.Point = { x: 0, y: 0 }; // bug 832088: could not find module 'C' variable 15 export interface Point { interface 22 export var Point: number; variable
|
D | invalidNestedModules.ts | 2 export class Point { class 17 export class Point { class 24 export var Point: number; // Error variable
|
/third_party/boost/boost/geometry/geometries/register/ |
D | point.hpp | 23 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, Dim, CoordinateType, CoordinateSystem)… argument 30 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_ACCESS(Point, Dim, CoordinateType, Get, Set) \ argument 38 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_ACCESS_CONST(Point, Dim, CoordinateType, Get) \ argument 46 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_ACCESS_GET_SET(Point, Dim, CoordinateType, Get, Set)… argument 70 #define BOOST_GEOMETRY_REGISTER_POINT_2D(Point, CoordinateType, CoordinateSystem, Field0, Field1) \ argument 88 #define BOOST_GEOMETRY_REGISTER_POINT_3D(Point, CoordinateType, CoordinateSystem, Field0, Field1, F… argument 106 #define BOOST_GEOMETRY_REGISTER_POINT_2D_CONST(Point, CoordinateType, CoordinateSystem, Field0, Fie… argument 124 #define BOOST_GEOMETRY_REGISTER_POINT_3D_CONST(Point, CoordinateType, CoordinateSystem, Field0, Fie… argument 144 #define BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET(Point, CoordinateType, CoordinateSystem, Get0, Get… argument 165 #define BOOST_GEOMETRY_REGISTER_POINT_3D_GET_SET(Point, CoordinateType, CoordinateSystem, Get0, Get… argument
|
/third_party/typescript/tests/cases/compiler/ |
D | targetTypeTest1.ts | 3 constructor(x: number, y: number); 26 Point.origin = new Point(0, 0); property in Point 31 Point.prototype.add = function(dx, dy) { property in Point 40 Point.prototype = { property in Point
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/third_party/typescript/tests/cases/conformance/internalModules/importDeclarations/ |
D | importAliasIdentifiers.ts | 2 export class Point { class 18 export interface Point { interface 21 var Point: Point = { x: 0, y: 0 }; variable 36 export interface Point { interface 39 var Point: Point = { x: 0, y: 0 }; variable
|
D | shadowedInternalModule.ts | 4 export var Point = { x: 0, y: 0 } variable 5 export interface Point { interface 18 export interface Point{ interface
|
/third_party/gn/src/gn/ |
D | tagged_pointer_unittest.cc | 4 struct Point { struct 10 TaggedPointer<Point, 2> ptr; in TEST() argument
|