Home
last modified time | relevance | path

Searched defs:T13 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples2.ts9 type T13 = ReadonlyArray<string>; alias
DreadonlyArraysAndTuples.ts7 type T13 = ReadonlyArray<string>; alias
DvariadicTuples1.ts238 type T13 = DropFirst<[number, symbol, ...string[]]>; alias
/third_party/FreeBSD/lib/msun/src/
Ds_tanhl.c54 T13 = 3.5921169709993771e-3, /* 0x1d6d371d3e400f.0p-61 */ variable
69 T13 = 3.59212803657248101358314398220822722e-3L, /* 0x1d6d3d0e157ddfb403ad3637442c6.0p-121L */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c36 T13 = 0.0035921281113786528, /* 0x1d6d3d185d7ff8.0p-61 */ variable
67 T13 = 0x1.d6d3d0e157ddfb5fed8e84e27b37p-9L, variable
/third_party/musl/src/math/
D__tanl.c36 T13 = 0.0035921281113786528, /* 0x1d6d3d185d7ff8.0p-61 */ variable
67 T13 = 0x1.d6d3d0e157ddfb5fed8e84e27b37p-9L, variable
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts39 type T13 = typeof zz alias
DtypeAliases.ts50 type T13 = I13; alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts20 type T13<T> = { -readonly [P in keyof T]?: T[P] }; alias
DmappedTypes1.ts14 type T13 = { readonly [P in keyof Item]?: Item[P] }; alias
DmappedTypesArraysTuples.ts14 type T13 = Boxified<ReadonlyArray<string>>; alias
DmappedTypeErrors.ts30 type T13 = Pick<Shape, keyof Named>; alias
/third_party/typescript/tests/cases/compiler/
DexcessivelyLargeTupleSpread.ts21 type T13 = [...T12, ...T12]; alias
DawaitedTypeStrictNull.ts16 type T13 = _Expect<Awaited<Promise<Promise<number>> | string | null>, /*expected*/ string | number … alias
DawaitedType.ts16 type T13 = _Expect<Awaited<Promise<Promise<number>> | string | null>, /*expected*/ string | number … alias
DdynamicNames.ts82 declare class T13 implements T2 { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts65 type T13<T> = T extends never ? true : false; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts18 type T13 = unknown | string; // unknown alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiationExpressions.ts18 type T13 = typeof fx<string, number, boolean>; // Error alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts39 type T13<in out T> = T[keyof T]; alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts38 type T13 = typeof NX; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts22 type T13 = Shape[any]; // Error alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts35 type T13 = ReturnType<(<T extends U, U extends number[]>() => T)>; // number[] alias
DconditionalTypes1.ts43 type T13 = Extract<Options, { k: "a" } | { k: "b" }>; // { k: "a", a: number } | { k: "b", b: stri… alias
/third_party/openssl/test/
Dmodes_internal_test.c576 static const u8 T13[] = { variable

12