| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | readonlyArraysAndTuples2.ts | 8 type T12 = readonly string[]; alias
|
| D | readonlyArraysAndTuples.ts | 6 type T12 = readonly string[]; alias
|
| D | unionsOfTupleTypes1.ts | 10 type T12 = T1[2]; // undefined alias
|
| D | variadicTuples1.ts | 237 type T12 = DropFirst<[string]>; alias
|
| /third_party/typescript/tests/cases/conformance/types/never/ |
| D | neverUnionIntersection.ts | 14 type T12 = { a: string } & never; alias
|
| /third_party/typescript/tests/cases/conformance/types/typeAliases/ |
| D | directDependenceBetweenTypeAliases.ts | 38 type T12 = [T13, string] alias
|
| /third_party/typescript/tests/cases/conformance/types/mapped/ |
| D | mappedTypes4.ts | 43 type T12 = BoxifiedWithSentinel<string, undefined>; alias
|
| D | mappedTypes6.ts | 19 type T12<T> = { -readonly [P in keyof T]: T[P] }; alias
|
| D | mappedTypes1.ts | 13 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
|
| D | mappedTypesArraysTuples.ts | 13 type T12 = Required<string[]>; alias
|
| D | mappedTypeErrors.ts | 29 type T12 = Pick<Shape, "name" | "foo">; // Error alias
|
| /third_party/typescript/tests/cases/conformance/types/rest/ |
| D | genericRestParameters2.ts | 81 type T12 = P1<(x: number, y: number) => void>; alias
|
| /third_party/typescript/tests/cases/compiler/ |
| D | excessivelyLargeTupleSpread.ts | 20 type T12 = [...T11, ...T11]; alias
|
| D | dynamicNames.ts | 77 interface T12 { interface
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/ |
| D | new_unknown_top_type.ts | 62 type T12<T> = never extends T ? true : false; alias
|
| /third_party/typescript/tests/cases/conformance/types/unknown/ |
| D | unknownType1.ts | 17 type T12 = unknown | null | undefined; // unknown alias
|
| /third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
| D | interfaceExtendsObjectIntersection.ts | 37 type T12 = typeof EX; alias
|
| /third_party/typescript/tests/cases/conformance/types/keyof/ |
| D | keyofAndIndexedAccessErrors.ts | 21 type T12 = Shape["name" | "foo"]; // Error alias
|
| /third_party/typescript/tests/cases/conformance/types/conditional/ |
| D | inferTypes1.ts | 34 type T12 = ReturnType<(<T>() => T)>; // {} alias
|
| D | conditionalTypes1.ts | 42 type T12 = Exclude<Options, { k: "a" } | { k: "b" }>; // { k: "c", c: boolean } alias
|
| /third_party/jerryscript/jerry-libm/ |
| D | trig.c | 792 #define T12 2.59073051863633712884e-05 /* 3EFB2A70, 74BF7AD4 */ macro
|
| /third_party/openssl/test/ |
| D | modes_internal_test.c | 569 static const u8 T12[] = { variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringMIPS32.cpp | 4928 auto *T12 = I32Reg(); in lowerIntrinsic() local
|