/third_party/typescript/tests/baselines/reference/ |
D | correctOrderOfPromiseMethod.types | 33 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 35 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 79 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 81 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 …
|
D | inferenceLimit.types | 79 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 81 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 …
|
D | optionalTupleElements1.types | 8 type T3 = [number, string?, boolean?]; 9 >T3 : T3 20 type L3 = T3["length"]; 29 function f1(t1: T1, t2: T2, t3: T3, t4: T4) { 30 >f1 : (t1: T1, t2: T2, t3: T3, t4: T4) => void 33 >t3 : T3 47 >t1 = t3 : T3 49 >t3 : T3 67 >t2 = t3 : T3 69 >t3 : T3 [all …]
|
D | tupleTypeInference.types | 6 all<T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; 7 >all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T1, … 8 >x : [IPromise<T1>, IPromise<T2>, IPromise<T3>] 11 >all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T1, … 15 >all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T1, … 34 >$q.all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T… 36 >all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T1, … 51 >$q.all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T… 53 >all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T1, … 68 >$q.all : { <T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; <T… [all …]
|
D | enumConstantMemberWithString.js | 15 enum T3 { 50 var T3; variable 51 (function (T3) { argument 52 T3["a"] = "1"; 53 T3["b"] = "12"; 54 T3[T3["c"] = 1] = "c"; 55 T3[T3["d"] = 0] = "d"; 56 })(T3 || (T3 = {}));
|
D | inferFromGenericFunctionReturnTypes3.types | 416 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 418 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 …
|
D | enumConstantMemberWithStringEmitDeclaration.js | 13 enum T3 { 44 var T3; variable 45 (function (T3) { argument 46 T3["a"] = "1"; 47 T3["b"] = "12"; 48 })(T3 || (T3 = {})); 69 declare enum T3 {
|
D | unionsOfTupleTypes1.types | 8 type T3 = [string, ...number[]]; 9 >T3 : T3 38 type T30 = T3[0]; // string 41 type T31 = T3[1]; // number 44 type T32 = T3[2]; // number 47 type T3N = T3[number]; // string | number 62 function f1(t1: T1, t2: T2, t3: T3, t4: T4, x: number) { 63 >f1 : (t1: T1, t2: T2, t3: T3, t4: T4, x: number) => void 66 >t3 : T3 86 >t3 : T3 [all …]
|
D | circularTypeAliasForUnionWithClass.symbols | 18 var v3: T3; 20 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithClass.ts, 6, 11)) 22 type T3 = string | I3; 23 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithClass.ts, 6, 11)) 29 [x: number]: T3; 31 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithClass.ts, 6, 11))
|
D | enumConstantMemberWithTemplateLiteralsEmitDeclaration.js | 12 enum T3 { 54 var T3; variable 55 (function (T3) { argument 56 T3["a"] = "11"; 57 })(T3 || (T3 = {})); 89 declare enum T3 {
|
D | enumConstantMemberWithString.types | 50 enum T3 { 51 >T3 : T3 54 >a : T3.a 58 >b : T3.b 64 >c : T3.c 68 >d : T3.d
|
D | circularTypeAliasForUnionWithInterface.symbols | 48 var v3: T3; 50 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithInterface.ts, 18, 11)) 52 type T3 = string | I3; 53 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithInterface.ts, 18, 11)) 59 [x: number]: T3; 61 >T3 : Symbol(T3, Decl(circularTypeAliasForUnionWithInterface.ts, 18, 11))
|
D | circularTypeAliasForUnionWithClass.types | 15 var v3: T3; 16 >v3 : T3 18 type T3 = string | I3; 19 >T3 : T3 24 [x: number]: T3;
|
D | optionalTupleElements1.js | 4 type T3 = [number, string?, boolean?]; 9 type L3 = T3["length"]; 14 function f1(t1: T1, t2: T2, t3: T3, t4: T4) { argument 34 let t3: T3; 85 declare type T3 = [number, string?, boolean?]; 89 declare type L3 = T3["length"]; 92 declare function f1(t1: T1, t2: T2, t3: T3, t4: T4): void; 94 declare let t3: T3;
|
/third_party/typescript/src/lib/ |
D | es2015.promise.d.ts | 21 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 29 …T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… 37 …T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… 45 …T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… 53 …T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>… 61 …T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4… 69 …<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 77 …all<T1, T2, T3>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>…
|
/third_party/typescript/lib/ |
D | lib.es2015.promise.d.ts | 41 …T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 … 49 …T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… 57 …T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… 65 …T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… 73 …T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>… 81 …T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4… 89 …<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 97 …all<T1, T2, T3>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>…
|
/third_party/node/deps/npm/node_modules/es6-promise/ |
D | es6-promise.d.ts | 64 …T3, T4, T5, T6, T7, T8, T9, T10>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>,… 65 …T3, T4, T5, T6, T7, T8, T9>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 |… 66 …T3, T4, T5, T6, T7, T8>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | The… 67 …T3, T4, T5, T6, T7>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenabl… 68 …T3, T4, T5, T6>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable <T… 69 …1, T2, T3, T4, T5>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable… 70 …static all<T1, T2, T3, T4>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | … 71 …static all<T1, T2, T3>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>]): Promise…
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 816 vpsrldq \$6,$T1,$T3 819 vpunpcklqdq $T3,$T2,$T3 # 2:3 824 vpsrlq \$4,$T3,$T2 826 vpsrlq \$30,$T3,$T3 828 vpand $MASK,$T3,$T3 # 3 909 vpmuludq $T3,$D4,$D3 # d3 = h3*r0 915 vpmuludq $T3,$H2,$H1 # h3*r1 937 vpmuludq $T3,$H4,$H4 # h3*s2 948 vpmuludq $T3,$H3,$H1 # h3*s3 [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.300layoutp.vert.out | 20 Name 33 "T3" 21 MemberName 33(T3) 0 "M3" 22 MemberName 33(T3) 1 "M4" 23 MemberName 33(T3) 2 "N2" 24 MemberName 33(T3) 3 "uv3a" 55 MemberDecorate 33(T3) 0 ColMajor 56 MemberDecorate 33(T3) 0 Offset 0 57 MemberDecorate 33(T3) 0 MatrixStride 16 58 MemberDecorate 33(T3) 1 RowMajor 59 MemberDecorate 33(T3) 1 Offset 64 [all …]
|
D | spv.300layout.vert.out | 20 Name 45 "T3" 21 MemberName 45(T3) 0 "M3" 22 MemberName 45(T3) 1 "M4" 23 MemberName 45(T3) 2 "N2" 24 MemberName 45(T3) 3 "uv3a" 55 MemberDecorate 45(T3) 0 ColMajor 56 MemberDecorate 45(T3) 0 Offset 0 57 MemberDecorate 45(T3) 0 MatrixStride 16 58 MemberDecorate 45(T3) 1 RowMajor 59 MemberDecorate 45(T3) 1 Offset 64 [all …]
|
D | spv.bufferhandle14.frag.out | 26 Name 29 "T3" 27 MemberName 29(T3) 0 "i" 28 MemberName 29(T3) 1 "j" 29 MemberName 29(T3) 2 "k" 46 MemberDecorate 29(T3) 0 Offset 0 47 MemberDecorate 29(T3) 1 Offset 4 48 MemberDecorate 29(T3) 2 Offset 8 49 Decorate 29(T3) Block 71 29(T3): TypeStruct 7(int) 7(int) 7(int) 72 28: TypePointer PhysicalStorageBufferEXT 29(T3)
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 137 template <typename T1, typename T2, typename T3> 140 typedef Types2<T2, T3> Tail; 143 template <typename T1, typename T2, typename T3, typename T4> 146 typedef Types3<T2, T3, T4> Tail; 149 template <typename T1, typename T2, typename T3, typename T4, typename T5> 152 typedef Types4<T2, T3, T4, T5> Tail; 155 template <typename T1, typename T2, typename T3, typename T4, typename T5, 159 typedef Types5<T2, T3, T4, T5, T6> Tail; 162 template <typename T1, typename T2, typename T3, typename T4, typename T5, 166 typedef Types6<T2, T3, T4, T5, T6, T7> Tail; [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 208 private class ExtensionReflectionHelper<T1, T3> : IExtensionReflectionHelper 227 if (extension is Extension<T1, T3>) in GetExtension() 229 return extensionMessage.GetExtension(extension as Extension<T1, T3>); in GetExtension() 231 else if (extension is RepeatedExtension<T1, T3>) in GetExtension() 233 … return extensionMessage.GetOrInitializeExtension(extension as RepeatedExtension<T1, T3>); in GetExtension() 250 if (extension is Extension<T1, T3>) in HasExtension() 252 return extensionMessage.HasExtension(extension as Extension<T1, T3>); in HasExtension() 254 else if (extension is RepeatedExtension<T1, T3>) in HasExtension() 273 if (extension is Extension<T1, T3>) in SetExtension() 275 extensionMessage.SetExtension(extension as Extension<T1, T3>, (T3)value); in SetExtension() [all …]
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 839 ($T1,$T2,$T3)=("xmm3","xmm4","xmm5"); 880 &pshufd ($T3,$Hkey,0b01001110); 882 &pxor ($T3,$Hkey); 883 &pclmulqdq ($T2,$T3,0x00); ####### 887 &movdqa ($T3,$T2); # 889 &pslldq ($T3,8); # 891 &pxor ($Xi,$T3); # 947 &pxor ($T3,$T3); # 949 &pcmpgtd ($T3,$T2); # broadcast carry bit 954 &pand ($T3,&QWP(16,$const)); # 0x1c2_polynomial [all …]
|
D | ghash-x86_64.pl | 463 ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5"); 553 pxor $T3,$T3 # 555 pcmpgtd $T2,$T3 # broadcast carry bit 560 pand .L0x1c2_polynomial(%rip),$T3 561 pxor $T3,$Hkey # if(carry) H^=0x1c2_polynomial 584 movdqa $Xi,$T3 589 pshufd \$0b01001110,$T3,$T1 591 pxor $T3,$T1 # Karatsuba pre-processing 592 movdqu $T3,0x30($Htbl) # save H^3 622 movdqa .Lbswap_mask(%rip),$T3 [all …]
|