/third_party/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 110 0à.א; ; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 111 0à.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 112 0À.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 113 0À.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 114 xn--0-sfa.xn--4db; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 125 ̈.א; ; [B1, B3, B6, V5]; xn--ssa.xn--4db; ; ; # ̈.א 126 xn--ssa.xn--4db; ̈.א; [B1, B3, B6, V5]; xn--ssa.xn--4db; ; ; # ̈.א 158 ̈̈بb; ; [B1, C1, V5]; xn--b-bcba413a2w8b; ; xn--b-bcba413a; [B1, V5] # ̈̈بb 159 ̈̈بB; ̈̈بb; [B1, C1, V5]; xn--b-bcba413a2w8b; ; xn--b-bcba413a; [B1, V5] # ̈̈بb 160 xn--b-bcba413a; ̈̈بb; [B1, V5]; xn--b-bcba413a; ; ; # ̈̈بb [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 110 0à.א; ; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 111 0à.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 112 0À.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 113 0À.א; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 114 xn--0-sfa.xn--4db; 0à.א; [B1]; xn--0-sfa.xn--4db; ; ; # 0à.א 125 ̈.א; ; [B1, B3, B6, V5]; xn--ssa.xn--4db; ; ; # ̈.א 126 xn--ssa.xn--4db; ̈.א; [B1, B3, B6, V5]; xn--ssa.xn--4db; ; ; # ̈.א 158 ̈̈بb; ; [B1, C1, V5]; xn--b-bcba413a2w8b; ; xn--b-bcba413a; [B1, V5] # ̈̈بb 159 ̈̈بB; ̈̈بb; [B1, C1, V5]; xn--b-bcba413a2w8b; ; xn--b-bcba413a; [B1, V5] # ̈̈بb 160 xn--b-bcba413a; ̈̈بb; [B1, V5]; xn--b-bcba413a; ; ; # ̈̈بb [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 7 interface B1 { 15 var b: B1; 16 >b : B1 23 >b : B1 28 >b : B1 36 >b : B1 41 >b : B1 49 >b : B1 54 >b : B1 62 >b : B1 [all …]
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.errors.txt | 1 …sOnOptionalProperty.ts(13,11): error TS2365: Operator '<' cannot be applied to types 'A1' and 'B1'. 2 …sOnOptionalProperty.ts(14,11): error TS2365: Operator '<' cannot be applied to types 'B1' and 'A1'. 3 …sOnOptionalProperty.ts(17,11): error TS2365: Operator '>' cannot be applied to types 'A1' and 'B1'. 4 …sOnOptionalProperty.ts(18,11): error TS2365: Operator '>' cannot be applied to types 'B1' and 'A1'. 5 …OnOptionalProperty.ts(21,11): error TS2365: Operator '<=' cannot be applied to types 'A1' and 'B1'. 6 …OnOptionalProperty.ts(22,11): error TS2365: Operator '<=' cannot be applied to types 'B1' and 'A1'. 7 …OnOptionalProperty.ts(25,11): error TS2365: Operator '>=' cannot be applied to types 'A1' and 'B1'. 8 …OnOptionalProperty.ts(26,11): error TS2365: Operator '>=' cannot be applied to types 'B1' and 'A1'. 9 …or TS2367: This condition will always return 'false' since the types 'A1' and 'B1' have no overlap. 10 …: error TS2367: This condition will always return 'false' since the types 'B1' and 'A1' have no ov… [all …]
|
D | subtypesOfTypeParameterWithConstraints4.js | 32 class B1<T> { 36 class D1<T extends Foo, U extends Foo, V> extends B1<Foo> { 41 class D2<T extends Foo, U extends Foo, V> extends B1<Foo> { 46 class D3<T extends Foo, U extends Foo, V> extends B1<Foo> { 51 class D4<T extends Foo, U extends Foo, V> extends B1<T> { 56 class D5<T extends Foo, U extends Foo, V> extends B1<T> { 61 class D6<T extends Foo, U extends Foo, V> extends B1<T> { 66 class D7<T extends Foo, U extends Foo, V> extends B1<U> { 71 class D8<T extends Foo, U extends Foo, V> extends B1<U> { 76 class D9<T extends Foo, U extends Foo, V> extends B1<U> { [all …]
|
D | subtypesOfTypeParameterWithConstraints4.types | 112 class B1<T> { 113 >B1 : B1<T> 119 class D1<T extends Foo, U extends Foo, V> extends B1<Foo> { 121 >B1 : B1<Foo> 130 class D2<T extends Foo, U extends Foo, V> extends B1<Foo> { 132 >B1 : B1<Foo> 141 class D3<T extends Foo, U extends Foo, V> extends B1<Foo> { 143 >B1 : B1<Foo> 152 class D4<T extends Foo, U extends Foo, V> extends B1<T> { 154 >B1 : B1<T> [all …]
|
D | comparisonOperatorWithNoRelationshipObjectsOnProperty.types | 9 class B1 { 10 >B1 : B1 33 var b1: B1; 34 >b1 : B1 47 >b1 : B1 58 >b1 : B1 72 >b1 : B1 83 >b1 : B1 97 >b1 : B1 108 >b1 : B1 [all …]
|
D | multipleInheritance.types | 2 class B1 { 3 >B1 : B1 16 class C extends B1, B2 { // duplicate member 18 >B1 : B1 19 >B2 : B1 22 class D1 extends B1 { 24 >B1 : B1
|
D | comparisonOperatorWithSubtypeObjectOnProperty.types | 27 class B1 { 28 >B1 : B1 58 var b1: B1; 59 >b1 : B1 69 >b1 : B1 80 >b1 : B1 94 >b1 : B1 105 >b1 : B1 119 >b1 : B1 130 >b1 : B1 [all …]
|
D | tsxGenericAttributesType4.js | 4 class B1<T extends { x: string }> extends React.Component<T, {}> { class 11 return <B1 {...this.props} x="hi" />; 34 var B1 = /** @class */ (function (_super) { 35 __extends(B1, _super); 36 function B1() { class in B1 39 B1.prototype.render = function () { 42 return B1; 50 return <B1 {...this.props} x="hi"/>;
|
D | tsxGenericAttributesType3.js | 4 class B1<T extends { x: string } = { x:string } > extends React.Component<T, {}> { class 11 return <B1 {...this.props} x="hi" />; 34 var B1 = /** @class */ (function (_super) { 35 __extends(B1, _super); 36 function B1() { class in B1 39 B1.prototype.render = function () { 42 return B1; 50 return <B1 {...this.props} x="hi"/>;
|
D | tsxGenericAttributesType6.js | 4 class B1<T extends { x: string } = { x:string } > extends React.Component<T, {}> { class 12 return <B1 {...this.props} x="hi" />; 35 var B1 = /** @class */ (function (_super) { 36 __extends(B1, _super); 37 function B1() { class in B1 40 B1.prototype.render = function () { 43 return B1; 51 return <B1 {...this.props} x="hi"/>;
|
D | tsxGenericAttributesType5.js | 4 class B1<T extends { x: string }> extends React.Component<T, {}> { class 12 return <B1 {...this.props} x="hi" />; 35 var B1 = /** @class */ (function (_super) { 36 __extends(B1, _super); 37 function B1() { class in B1 40 B1.prototype.render = function () { 43 return B1; 51 return <B1 {...this.props} x="hi"/>;
|
D | multipleInheritance.symbols | 2 class B1 { 3 >B1 : Symbol(B1, Decl(multipleInheritance.ts, 0, 0)) 6 >x : Symbol(B1.x, Decl(multipleInheritance.ts, 0, 10)) 16 class C extends B1, B2 { // duplicate member 18 >B1 : Symbol(B1, Decl(multipleInheritance.ts, 0, 0)) 22 class D1 extends B1 { 24 >B1 : Symbol(B1, Decl(multipleInheritance.ts, 0, 0))
|
/third_party/boost/boost/bind/ |
D | bind_mf2_cc.hpp | 41 class B1, 43 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type> 44 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1), A1 a1, A2 a2) in BOOST_BIND() argument 46 typedef _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1> F; in BOOST_BIND() 52 class B1, 54 … _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type> 55 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1) const, A1 a1, A2 a2) in BOOST_BIND() 57 typedef _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1> F; in BOOST_BIND() 65 class B1, class B2, 67 …_bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>:… [all …]
|
D | bind_mf_cc.hpp | 62 class B1, 64 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type> 65 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1) BOOST_BIND_MF_NOEXCEPT, A1 a1, A2 a2) in BOOST_BIND() 67 typedef _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1> F; in BOOST_BIND() 73 class B1, 75 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type> 76 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1) const BOOST_BIND_MF_NOEXCEPT, A1 a1, A2 a2) in BOOST_BIND() 78 typedef _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1> F; in BOOST_BIND() 84 class B1, 87 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type> [all …]
|
D | bind_cc.hpp | 24 template<class R, class B1, class A1> 25 …_bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1) BOOST_BIND_NOEXCEPT, typename _bi::list_av_1… 26 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1) BOOST_BIND_NOEXCEPT, A1 a1) in BOOST_BIND() 28 typedef BOOST_BIND_ST R (BOOST_BIND_CC *F) (B1) BOOST_BIND_NOEXCEPT; in BOOST_BIND() 33 template<class R, class B1, class B2, class A1, class A2> 34 …_bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2) BOOST_BIND_NOEXCEPT, typename _bi::list_… 35 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2) BOOST_BIND_NOEXCEPT, A1 a1, A2 a2) in BOOST_BIND() argument 37 typedef BOOST_BIND_ST R (BOOST_BIND_CC *F) (B1, B2) BOOST_BIND_NOEXCEPT; in BOOST_BIND() 43 class B1, class B2, class B3, 45 …_bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2, B3) BOOST_BIND_NOEXCEPT, typename _bi::l… [all …]
|
D | mem_fn_template.hpp | 149 template<class U, class B1> R call(U & u, T const *, B1 & b1) const in BOOST_MEM_FN_NAME() 154 template<class U, class B1> R call(U & u, void const *, B1 & b1) const in BOOST_MEM_FN_NAME() 215 template<class U, class B1> R call(U & u, T const *, B1 & b1) const in BOOST_MEM_FN_NAME() 220 template<class U, class B1> R call(U & u, void const *, B1 & b1) const in BOOST_MEM_FN_NAME() 264 template<class U, class B1, class B2> R call(U & u, T const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME() 269 template<class U, class B1, class B2> R call(U & u, void const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME() 328 template<class U, class B1, class B2> R call(U & u, T const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME() 333 template<class U, class B1, class B2> R call(U & u, void const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME() 377 …template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3… in BOOST_MEM_FN_NAME() 382 …template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 &… in BOOST_MEM_FN_NAME() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/VisualC-WinRT/WinRT80_VS2012/ |
D | SDL-WinRT80.sln | 4 …8D11-00A0C91BC942}") = "SDL-WinRT", "SDL-WinRT80.vcxproj", "{AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}" 16 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|ARM.ActiveCfg = Debug|ARM 17 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|ARM.Build.0 = Debug|ARM 18 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|Win32.ActiveCfg = Debug|Win32 19 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|Win32.Build.0 = Debug|Win32 20 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|x64.ActiveCfg = Debug|x64 21 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Debug|x64.Build.0 = Debug|x64 22 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Release|ARM.ActiveCfg = Release|ARM 23 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Release|ARM.Build.0 = Release|ARM 24 {AEAEA3A2-D4E6-45B1-8EC6-53D84287FC14}.Release|Win32.ActiveCfg = Release|Win32 [all …]
|
/third_party/boost/boost/histogram/axis/ |
D | option.hpp | 35 template <unsigned B1, unsigned B2> 36 constexpr auto operator|(bitset<B1>, bitset<B2>) { in operator |() argument 37 return bitset<(B1 | B2)>{}; in operator |() 41 template <unsigned B1, unsigned B2> 42 constexpr auto operator&(bitset<B1>, bitset<B2>) { in operator &() argument 43 return bitset<(B1 & B2)>{}; in operator &() 47 template <unsigned B1, unsigned B2> 48 constexpr auto operator-(bitset<B1>, bitset<B2>) { in operator -() argument 49 return bitset<(B1 & ~B2)>{}; in operator -()
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypesOfTypeParameterWithConstraints4.ts | 31 class B1<T> { class 35 class D1<T extends Foo, U extends Foo, V> extends B1<Foo> { 40 class D2<T extends Foo, U extends Foo, V> extends B1<Foo> { 45 class D3<T extends Foo, U extends Foo, V> extends B1<Foo> { 50 class D4<T extends Foo, U extends Foo, V> extends B1<T> { 55 class D5<T extends Foo, U extends Foo, V> extends B1<T> { 60 class D6<T extends Foo, U extends Foo, V> extends B1<T> { 65 class D7<T extends Foo, U extends Foo, V> extends B1<U> { 70 class D8<T extends Foo, U extends Foo, V> extends B1<U> { 75 class D9<T extends Foo, U extends Foo, V> extends B1<U> {
|
/third_party/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 87 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15)); 200 movdqa $B0, $B1 251 paddd $state1_store, $B1 300 paddd $B1, $A1 317 pxor $C1, $B1 328 movdqa $B1, $C0 330 pslld \$32-$rot1, $B1 331 pxor $C0, $B1 345 palignr \$$s1, $B1, $B1 532 &xor_stream($A1, $B1, $C1, $D1, "8*16"); [all …]
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_027.cpp | 18 #define B1 b macro 28 DELAY(CONCAT_1)(A1, B1)(); //R A1B1(); 29 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )(); 31 CONCAT_1 ( A1, B1 ) (); //R A1B1 (); 35 DELAY(CONCAT_2)(A1, B1)(); //R ab(); 36 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )(); 39 CONCAT_2 ( A1, B1 ) (); //R ab ();
|
D | t_1_028.cpp | 20 #define B1 b macro 30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1(); 31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )(); 34 CONCAT_1 ( A1, B1 ) (); //R A1B1 (); 39 DELAY(CONCAT_2)(A1, B1)(); //R ab(); 40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )(); 43 CONCAT_2 ( A1, B1 ) (); //R ab ();
|
/third_party/ffmpeg/libavcodec/ |
D | faanidct.c | 28 #define B1 1.3870398453221474618216 // cos(pi*1/16)sqrt(2) macro 40 B0*B0/8, B0*B1/8, B0*B2/8, B0*B3/8, B0*B4/8, B0*B5/8, B0*B6/8, B0*B7/8, 41 B1*B0/8, B1*B1/8, B1*B2/8, B1*B3/8, B1*B4/8, B1*B5/8, B1*B6/8, B1*B7/8, 42 B2*B0/8, B2*B1/8, B2*B2/8, B2*B3/8, B2*B4/8, B2*B5/8, B2*B6/8, B2*B7/8, 43 B3*B0/8, B3*B1/8, B3*B2/8, B3*B3/8, B3*B4/8, B3*B5/8, B3*B6/8, B3*B7/8, 44 B4*B0/8, B4*B1/8, B4*B2/8, B4*B3/8, B4*B4/8, B4*B5/8, B4*B6/8, B4*B7/8, 45 B5*B0/8, B5*B1/8, B5*B2/8, B5*B3/8, B5*B4/8, B5*B5/8, B5*B6/8, B5*B7/8, 46 B6*B0/8, B6*B1/8, B6*B2/8, B6*B3/8, B6*B4/8, B6*B5/8, B6*B6/8, B6*B7/8, 47 B7*B0/8, B7*B1/8, B7*B2/8, B7*B3/8, B7*B4/8, B7*B5/8, B7*B6/8, B7*B7/8,
|