/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | readonlyArraysAndTuples2.ts | 7 type T11 = Array<string>; alias
|
D | restTupleElements1.ts | 15 type T11 = [string, ...[...[...string[]]]]; alias
|
D | readonlyArraysAndTuples.ts | 5 type T11 = Array<string>; alias
|
D | unionsOfTupleTypes1.ts | 9 type T11 = T1[1]; // number alias
|
/third_party/FreeBSD/lib/msun/src/ |
D | s_tanhl.c | 53 T11 = -8.8632352345964591e-3, /* -0x1226e34bc138d5.0p-59 */ variable 68 T11 = -8.86323552990219656883762347736381851e-3L, /* -0x1226e355e6c23c8f5a5a0f386cb4d.0p-119L */ variable
|
/third_party/typescript/tests/cases/conformance/types/never/ |
D | neverUnionIntersection.ts | 13 type T11 = { a: string } | never; alias
|
/third_party/typescript/tests/cases/compiler/ |
D | tailRecursiveConditionalTypes.ts | 10 type T11 = Trim<' hello … alias
|
D | excessivelyLargeTupleSpread.ts | 19 type T11 = [...T10, ...T10]; alias
|
D | awaitedTypeStrictNull.ts | 14 type T11 = Awaited<unknown>; alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | numericStringLiteralTypes.ts | 19 type T11 = boolean[][number | `${number}`]; // boolean alias
|
D | templateLiteralTypes3.ts | 18 type T11 = Foo1<`**${boolean}**${boolean}**`>; alias
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __tanl.c | 35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable 66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable
|
/third_party/musl/src/math/ |
D | __tanl.c | 35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable 66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | directDependenceBetweenTypeAliases.ts | 37 type T11 = T12[] alias
|
D | typeAliases.ts | 45 type T11 = { new(): boolean }; alias
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/ |
D | Improved_keyof_with_intersection_types_2.ts | 57 type T11 = keyof (I & myType2); alias
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes4.ts | 42 type T11 = BoxifiedWithSentinel<A | B | C, undefined>; alias
|
D | mappedTypes6.ts | 17 type T11<T> = { +readonly [P in keyof T]-?: T[P] }; alias
|
D | mappedTypes1.ts | 12 type T11 = { [P in keyof Item]?: Item[P] }; alias
|
D | mappedTypesArraysTuples.ts | 12 type T11 = Partial<string[]>; alias
|
D | mappedTypeErrors.ts | 28 type T11 = Pick<Shape, "foo">; // Error alias
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters2.ts | 80 type T11 = P1<(...z: number[]) => void>; alias
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/ |
D | new_unknown_top_type.ts | 59 type T11<T> = T extends unknown ? true : false; alias
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType1.ts | 16 type T11 = unknown | undefined; // unknown alias
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/ |
D | instantiationExpressions.ts | 16 type T11 = typeof fx<string>; // { (x: string): string; (x: string, n: number): string; } alias
|