| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | restTupleElements1.ts | 17 type T15 = [boolean, number, ...string[]]; alias
|
| D | variadicTuples1.ts | 240 type T15 = DropFirst<[string?]>; alias
|
| /third_party/musl/src/math/ |
| D | __tanl.c | 37 T15 = 0.0014558334756312418, /* 0x17da354aa3f96b.0p-62 */ variable 68 T15 = 0x1.7da36452b75e2b5fce9ee7c2c92ep-10L, variable
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | __tanl.c | 37 T15 = 0.0014558334756312418, /* 0x17da354aa3f96b.0p-62 */ variable 68 T15 = 0x1.7da36452b75e2b5fce9ee7c2c92ep-10L, variable
|
| /third_party/typescript/tests/cases/conformance/types/mapped/ |
| D | mappedTypes6.ts | 22 type T15<T> = { -readonly [P in keyof T]-?: T[P] }; alias
|
| D | mappedTypesArraysTuples.ts | 16 type T15 = Required<ReadonlyArray<string>>; alias
|
| D | mappedTypeErrors.ts | 32 type T15 = Pick<Shape, never>; alias
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
| D | recursiveTypeReferences1.ts | 82 type T15<X> = X extends string ? T15<X>[] : never; alias
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/ |
| D | new_unknown_top_type.ts | 86 type T15 = T14<any>; alias
|
| /third_party/typescript/tests/cases/conformance/types/unknown/ |
| D | unknownType1.ts | 20 type T15 = unknown | unknown; // unknown alias
|
| /third_party/typescript/tests/cases/compiler/ |
| D | dynamicNames.ts | 89 declare type T15 = { alias
|
| /third_party/typescript/tests/cases/conformance/types/keyof/ |
| D | keyofAndIndexedAccessErrors.ts | 24 type T15 = Shape[number]; // Error alias
|
| /third_party/typescript/tests/cases/conformance/types/conditional/ |
| D | inferTypes1.ts | 37 type T15 = ReturnType<any>; // any alias
|
| D | conditionalTypes1.ts | 46 type T15 = Extract<Options, { q: "a" }>; // never alias
|
| /third_party/openssl/test/ |
| D | modes_internal_test.c | 631 static const u8 T15[] = { variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringMIPS32.cpp | 4931 auto *T15 = I32Reg(); in lowerIntrinsic() local
|