/third_party/typescript/tests/baselines/reference/ |
D | literalFreshnessPropagationOnNarrowing.symbols | 88 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))
|
D | literalFreshnessPropagationOnNarrowing.errors.txt | 2 …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'.
|
D | literalFreshnessPropagationOnNarrowing.js | 32 type XY = 'x' | 'y'; 33 const x: XY = 'x'; 41 let x3: XY = x; 56 type XY = 'x' | 'y'; 57 let arr: XY[] = ['x'];
|
D | intersectionAsWeakTypeSource.types | 11 type XY = X & Y; 12 >XY : XY 14 const xy: XY = {x: 'x', y: 10}; 15 >xy : XY 24 >xy : XY
|
D | intersectionAsWeakTypeSource.errors.txt | 1 …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'.
|
D | intersectionAsWeakTypeSource.symbols | 14 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))
|
D | literalFreshnessPropagationOnNarrowing.types | 98 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'];
|
D | intersectionAsWeakTypeSource.js | 6 type XY = X & Y; 7 const xy: XY = {x: 'x', y: 10};
|
/third_party/typescript/tests/cases/compiler/ |
D | literalFreshnessPropagationOnNarrowing.ts | 31 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/ |
D | projection.hpp | 97 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/ |
D | attr4.xml.err | 2 <ROOT attr="XY"/> 5 <ROOT attr="XY"/> 8 <ROOT attr="XY"/> 11 <ROOT attr="XY"/>
|
D | attr4.xml.ent | 2 <ROOT attr="XY"/> 5 <ROOT attr="XY"/> 8 <ROOT attr="XY"/> 11 <ROOT attr="XY"/>
|
D | attr4.xml.str | 2 <ROOT attr="XY"/> 5 <ROOT attr="XY"/> 8 <ROOT attr="XY"/>
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | base_static.hpp | 115 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()
|
D | base_dynamic.hpp | 52 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/ |
D | projection_selftest_cases.hpp | 48 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];
|
D | projection_selftest.cpp | 23 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/ |
D | when-both-file-symlink-target-and-import-match-disk.js | 41 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
|
D | when-file-symlink-target-matches-disk-but-import-does-not.js | 41 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
|
D | when-import,-file-symlink-target,-and-disk-are-all-different.js | 46 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
|
D | when-import-and-file-symlink-target-agree-but-do-not-match-disk.js | 49 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
|
D | when-import-matches-disk-but-file-symlink-target-does-not.js | 49 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/ |
D | swizzle2_test.cpp | 46 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()
|
D | swizzle2_test2.cpp | 25 XY(...) in XY() function 46 XY(my_vec<1>()); in main()
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionAsWeakTypeSource.ts | 5 type XY = X & Y; alias 6 const xy: XY = {x: 'x', y: 10};
|