Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DliteralFreshnessPropagationOnNarrowing.symbols88 type XY = 'x' | 'y';
89 >XY : Symbol(XY, Decl(literalFreshnessPropagationOnNarrowing.ts, 29, 15))
91 const x: XY = 'x';
93 >XY : Symbol(XY, Decl(literalFreshnessPropagationOnNarrowing.ts, 29, 15))
106 let x3: XY = x;
108 >XY : Symbol(XY, Decl(literalFreshnessPropagationOnNarrowing.ts, 29, 15))
136 type XY = 'x' | 'y';
137 >XY : Symbol(XY, Decl(literalFreshnessPropagationOnNarrowing.ts, 53, 15))
139 let arr: XY[] = ['x'];
141 >XY : Symbol(XY, Decl(literalFreshnessPropagationOnNarrowing.ts, 53, 15))
DliteralFreshnessPropagationOnNarrowing.errors.txt2 …shnessPropagationOnNarrowing.ts(60,12): error TS2322: Type 'string' is not assignable to type 'XY'.
36 type XY = 'x' | 'y';
37 const x: XY = 'x';
47 let x3: XY = x;
62 type XY = 'x' | 'y';
63 let arr: XY[] = ['x'];
69 !!! error TS2322: Type 'string' is not assignable to type 'XY'.
DliteralFreshnessPropagationOnNarrowing.js32 type XY = 'x' | 'y';
33 const x: XY = 'x';
41 let x3: XY = x;
56 type XY = 'x' | 'y';
57 let arr: XY[] = ['x'];
DintersectionAsWeakTypeSource.types11 type XY = X & Y;
12 >XY : XY
14 const xy: XY = {x: 'x', y: 10};
15 >xy : XY
24 >xy : XY
DintersectionAsWeakTypeSource.errors.txt1 …pes/intersection/intersectionAsWeakTypeSource.ts(8,7): error TS2559: Type 'XY' has no properties i…
10 type XY = X & Y;
11 const xy: XY = {x: 'x', y: 10};
15 !!! error TS2559: Type 'XY' has no properties in common with type 'Z'.
DintersectionAsWeakTypeSource.symbols14 type XY = X & Y;
15 >XY : Symbol(XY, Decl(intersectionAsWeakTypeSource.ts, 2, 27))
19 const xy: XY = {x: 'x', y: 10};
21 >XY : Symbol(XY, Decl(intersectionAsWeakTypeSource.ts, 2, 27))
DliteralFreshnessPropagationOnNarrowing.types98 type XY = 'x' | 'y';
99 >XY : "x" | "y"
101 const x: XY = 'x';
118 let x3: XY = x;
152 type XY = 'x' | 'y';
153 >XY : "x" | "y"
155 let arr: XY[] = ['x'];
DintersectionAsWeakTypeSource.js6 type XY = X & Y;
7 const xy: XY = {x: 'x', y: 10};
/third_party/typescript/tests/cases/compiler/
DliteralFreshnessPropagationOnNarrowing.ts31 type XY = 'x' | 'y';
32 const x: XY = 'x';
40 let x3: XY = x;
55 type XY = 'x' | 'y';
56 let arr: XY[] = ['x'];
/third_party/boost/boost/geometry/srs/
Dprojection.hpp97 template <typename LL, typename XY, typename Proj>
98 static inline bool apply(LL const& ll, XY & xy, Proj const& proj) in apply()
106 template <typename XY, typename LL, typename Proj>
107 static inline bool apply(XY const& xy, LL & ll, Proj const& proj) in apply()
458 template <typename LL, typename XY>
459 inline bool forward(LL const& ll, XY& xy) const in forward()
461 BOOST_MPL_ASSERT_MSG((projections::detail::same_tags<LL, XY>::value), in forward()
463 (LL, XY)); in forward()
465 concepts::check_concepts_and_equal_dimensions<LL const, XY>(); in forward()
475 template <typename XY, typename LL>
[all …]
/third_party/libxml2/result/errors/
Dattr4.xml.err2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
8 <ROOT attr="XY"/>
11 <ROOT attr="XY"/>
Dattr4.xml.ent2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
8 <ROOT attr="XY"/>
11 <ROOT attr="XY"/>
Dattr4.xml.str2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
8 <ROOT attr="XY"/>
/third_party/boost/boost/geometry/srs/projections/impl/
Dbase_static.hpp115 template <typename LL, typename XY>
116 inline bool forward(LL const& lp, XY& xy) const in forward()
129 template <typename XY, typename LL>
130 inline bool inverse(XY const&, LL&) const in inverse()
150 template <typename XY, typename LL>
151 inline bool inverse(XY const& xy, LL& lp) const in inverse()
Dbase_dynamic.hpp52 template <typename LL, typename XY>
53 inline bool forward(LL const& lp, XY& xy) const in forward()
67 template <typename LL, typename XY>
68 inline bool inverse(XY const& xy, LL& lp) const in inverse()
/third_party/boost/libs/geometry/test/srs/
Dprojection_selftest_cases.hpp48 struct XY { double x, y; }; argument
51 BOOST_GEOMETRY_REGISTER_POINT_2D(XY, double, bg::cs::cartesian, x, y)
59 XY fwd_expect[4];
60 XY inv_in[4];
Dprojection_selftest.cpp23 const LL * fwd_in, const XY * fwd_expected, in test_projection()
24 const XY * inv_in, const LL * inv_expected) in test_projection()
38 XY fwd_out; in test_projection()
51 XY pj_xy; in test_projection()
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dwhen-both-file-symlink-target-and-import-match-disk.js41 XY.ts
58 /user/username/projects/myproject/XY.ts
64 /user/username/projects/myproject/XY.ts
133 XY.ts
150 /user/username/projects/myproject/XY.ts
155 /user/username/projects/myproject/XY.ts
Dwhen-file-symlink-target-matches-disk-but-import-does-not.js41 XY.ts
58 /user/username/projects/myproject/XY.ts
64 /user/username/projects/myproject/XY.ts
133 XY.ts
150 /user/username/projects/myproject/XY.ts
155 /user/username/projects/myproject/XY.ts
Dwhen-import,-file-symlink-target,-and-disk-are-all-different.js46 XY.ts
62 /user/username/projects/myproject/XY.ts
68 /user/username/projects/myproject/XY.ts
146 XY.ts
162 /user/username/projects/myproject/XY.ts
167 /user/username/projects/myproject/XY.ts
Dwhen-import-and-file-symlink-target-agree-but-do-not-match-disk.js49 XY.ts
66 /user/username/projects/myproject/XY.ts
72 /user/username/projects/myproject/XY.ts
149 XY.ts
166 /user/username/projects/myproject/XY.ts
171 /user/username/projects/myproject/XY.ts
Dwhen-import-matches-disk-but-file-symlink-target-does-not.js49 XY.ts
66 /user/username/projects/myproject/XY.ts
72 /user/username/projects/myproject/XY.ts
149 XY.ts
166 /user/username/projects/myproject/XY.ts
171 /user/username/projects/myproject/XY.ts
/third_party/boost/libs/qvm/test/
Dswizzle2_test.cpp46 test_qvm::vector<V2,2> v2=XY(v1); in main()
78 test_qvm::vector<V2,2> v2=XY(v1); in main()
80 XY(v3)=XY(v2); in main()
Dswizzle2_test2.cpp25 XY(...) in XY() function
46 XY(my_vec<1>()); in main()
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionAsWeakTypeSource.ts5 type XY = X & Y; alias
6 const xy: XY = {x: 'x', y: 10};

12345