/third_party/typescript/tests/baselines/reference/ |
D | correctOrderOfPromiseMethod.types | 33 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 35 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 79 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 81 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3…
|
D | inferenceLimit.types | 79 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 81 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3…
|
D | enumConstantMemberWithTemplateLiteralsEmitDeclaration.types | 110 declare enum T7 { 111 >T7 : T7 114 >a : T7.a 118 >b : T7.b 124 >c : T7.c
|
D | enumConstantMemberWithTemplateLiterals.types | 133 declare enum T7 { 134 >T7 : T7 137 >a : T7.a 141 >b : T7.b 147 >c : T7.c
|
D | inferFromGenericFunctionReturnTypes3.types | 416 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 418 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3…
|
D | enumConstantMemberWithTemplateLiteralsEmitDeclaration.symbols | 76 declare enum T7 { 77 >T7 : Symbol(T7, Decl(enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts, 32, 1)) 80 >a : Symbol(T7.a, Decl(enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts, 34, 17)) 83 >b : Symbol(T7.b, Decl(enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts, 35, 12)) 86 >c : Symbol(T7.c, Decl(enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts, 36, 18))
|
D | enumConstantMemberWithTemplateLiterals.symbols | 90 declare enum T7 { 91 >T7 : Symbol(T7, Decl(enumConstantMemberWithTemplateLiterals.ts, 36, 1)) 94 >a : Symbol(T7.a, Decl(enumConstantMemberWithTemplateLiterals.ts, 38, 17)) 97 >b : Symbol(T7.b, Decl(enumConstantMemberWithTemplateLiterals.ts, 39, 12)) 100 >c : Symbol(T7.c, Decl(enumConstantMemberWithTemplateLiterals.ts, 40, 18))
|
D | dynamicNames.types | 137 export declare type T7 = { 138 >T7 : T7 320 let t7: N.T7; 321 >t7 : N.T7 402 >t4 = t5, t4 = t6, t4 = t7, t5 = t4, t5 = t6, t5 = t7, t6 = t4, t6 = t5, t6 = t7 : N.T7 405 >t4 = t5, t4 = t6, t4 = t7, t5 = t4, t5 = t6, t5 = t7 : N.T7 408 >t4 = t5, t4 = t6, t4 = t7 : N.T7 416 >t4 = t7 : N.T7 418 >t7 : N.T7 425 >t5 = t7 : N.T7 [all …]
|
D | excessivelyLargeTupleSpread.symbols | 55 type T7 = [...T6, ...T6]; 56 >T7 : Symbol(T7, Decl(excessivelyLargeTupleSpread.ts, 13, 25)) 60 type T8 = [...T7, ...T7]; 62 >T7 : Symbol(T7, Decl(excessivelyLargeTupleSpread.ts, 13, 25)) 63 >T7 : Symbol(T7, Decl(excessivelyLargeTupleSpread.ts, 13, 25))
|
D | directDependenceBetweenTypeAliases.symbols | 67 type T6 = T7 | number 69 >T7 : Symbol(T7, Decl(directDependenceBetweenTypeAliases.ts, 28, 21)) 71 type T7 = typeof yy 72 >T7 : Symbol(T7, Decl(directDependenceBetweenTypeAliases.ts, 28, 21))
|
D | mappedTypeErrors2.types | 40 type T7<S extends 'a'|'b', L extends 'a'> = {[key in AB[S]]: true}[L]; 41 >T7 : T7<S, L>
|
D | excessivelyLargeTupleSpread.js | 16 type T7 = [...T6, ...T6]; 17 type T8 = [...T7, ...T7];
|
D | directDependenceBetweenTypeAliases.types | 52 type T6 = T7 | number 55 type T7 = typeof yy 56 >T7 : [string, T8[]]
|
/third_party/typescript/src/lib/ |
D | es2015.promise.d.ts | 21 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 29 …T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4… 37 …T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4 | P… 45 …T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4 | Promi…
|
/third_party/typescript/lib/ |
D | lib.es2015.promise.d.ts | 41 …T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3… 49 …T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4… 57 …T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4 | P… 65 …T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>, T4 | Promi…
|
/third_party/node/deps/npm/node_modules/es6-promise/ |
D | es6-promise.d.ts | 64 …T7, T8, T9, T10>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable <… 65 …T7, T8, T9>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable <T4>, … 66 …T7, T8>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable <T4>, T5 |… 67 …T7>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 | Thenable <T4>, T5 | The…
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 163 typename T6, typename T7> 166 typedef Types6<T2, T3, T4, T5, T6, T7> Tail; 170 typename T6, typename T7, typename T8> 173 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail; 177 typename T6, typename T7, typename T8, typename T9> 180 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail; 184 typename T6, typename T7, typename T8, typename T9, typename T10> 187 typedef Types9<T2, T3, T4, T5, T6, T7, T8, T9, T10> Tail; 191 typename T6, typename T7, typename T8, typename T9, typename T10, 195 typedef Types10<T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tail; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | AlignOf.h | 108 typename T5 = char, typename T6 = char, typename T7 = char, 111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; 118 typename T5 = char, typename T6 = char, typename T7 = char, 122 arr5[sizeof(T5)], arr6[sizeof(T6)], arr7[sizeof(T7)], arr8[sizeof(T8)], 136 typename T5 = char, typename T6 = char, typename T7 = char, 140 T6, T7, T8, T9, T10>), 142 T6, T7, T8, T9, T10>)> {
|
/third_party/openssl/crypto/sha/asm/ |
D | sha512-armv8.pl | 452 my ($T0,$T1,$T2,$T3,$T4,$T5,$T6,$T7) = map("q$_",(4..7,16..19)); 479 &mov (&Dscalar($T7),&Dhi(@X[3])); # X[14..15] 500 &ushr_32 ($T4,$T7,$sigma1[0]); 506 &sli_32 ($T4,$T7,32-$sigma1[0]); 509 &ushr_32 ($T5,$T7,$sigma1[2]); 512 &ushr_32 ($T3,$T7,$sigma1[1]); 518 &sli_u32 ($T3,$T7,32-$sigma1[1]); 535 &ushr_32 ($T7,@X[0],$sigma1[2]); 543 &eor_8 ($T7,$T7,$T6); 551 &eor_8 ($T7,$T7,$T5); # sigma1(X[16..17]) [all …]
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.hpp | 7409 typename T4, typename T5, typename T6, typename T7, 7445 T7 t7 = NullType(), in operator ()() 7481 SetArg<7, T7>::set(kernel_, t7); in operator ()() 7532 typename T7, 7567 T7, 7619 T7, 7654 T7 arg7, in operator ()() 7727 typename T7, 7759 T7, 7793 T7, [all …]
|
/third_party/mesa3d/include/CL/ |
D | cl.hpp | 7419 typename T4, typename T5, typename T6, typename T7, 7454 T7 t7 = NullType(), in operator ()() 7489 SetArg<7, T7>::set(kernel_, t7); in operator ()() 7539 typename T7, 7574 T7, 7626 T7, 7661 T7 arg7, in operator ()() 7734 typename T7, 7766 T7, 7800 T7, [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __tanl.c | 30 T7 = 0.0539682539682504975744L, /* 0xdd0dd0dd0dc13ba2.0p-68 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 64 T7 = 0x1.ba1ba1ba1ba1ba1ba1ba1b694cd6p-5L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/musl/src/math/ |
D | __tanl.c | 30 T7 = 0.0539682539682504975744L, /* 0xdd0dd0dd0dc13ba2.0p-68 */ variable 49 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \ 64 T7 = 0x1.ba1ba1ba1ba1ba1ba1ba1b694cd6p-5L, variable 96 #define VPOLY(w) (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + \
|
/third_party/typescript/tests/cases/compiler/ |
D | excessivelyLargeTupleSpread.ts | 15 type T7 = [...T6, ...T6]; alias 16 type T8 = [...T7, ...T7];
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | directDependenceBetweenTypeAliases.ts | 29 type T6 = T7 | number 30 type T7 = typeof yy alias
|