Home
last modified time | relevance | path

Searched defs:z1 (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DintersectionTypeEquivalence.js16 var z1: typeof ab & C; variable
17 var z1: A & typeof bc; variable
30 var z1; variable
31 var z1; variable
DunionTypeEquivalence.js18 var z1: typeof AB | boolean; variable
19 var z1: string | typeof BC; variable
63 var z1; variable
64 var z1; variable
DmappedTypes4.js70 var z1: Z; variable
71 var z1: Clone<Z>; variable
90 var z1; variable
91 var z1; variable
DintersectionAsWeakTypeSource.js9 const z1: Z = xy; // error, {xy} doesn't overlap with {z} constant
24 var z1 = xy; // error, {xy} doesn't overlap with {z} variable
DinferTypes1.js139 const z1: "correct" = ex.customClass; constant
209 var z1 = ex.customClass; variable
DintersectionOfUnionOfUnitTypes.js21 let z1: (E.A | E.B | E.C) & (E.B | E.C | E.D); // E.B | E.C variable
43 var z1; // E.B | E.C variable
Des6ImportNamedImportDts.js14 export class z1 { } class
112 var z1 = /** @class */ (function () { function
113 function z1() { function
DtopLevelModuleDeclarationAndFile.js15 var z1 = foo.x + 10; // Should error, as declaration should win variable
DdownlevelLetConst14.js6 var z0, z1, z2, z3; variable
60 var z0, z1, z2, z3; variable
Des6ImportNamedImportMergeErrors.js7 export var z1 = a; variable
DimportTsBeforeDTs.js12 var z1 = foo.x + 10; // Should error, as .ts preferred over .d.ts variable
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeEquivalence.ts17 var z1: typeof AB | boolean; variable
18 var z1: string | typeof BC; variable
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeEquivalence.ts15 var z1: typeof ab & C; variable
16 var z1: A & typeof bc; variable
/third_party/ffmpeg/libavcodec/
Drv34dsp.c42 const int z1 = 13*(block[i+4*0] - block[i+4*2]); in rv34_row_transform() local
66 const int z1 = 13*(temp[4*0+i] - temp[4*2+i]) + 0x200; in rv34_idct_add_c() local
93 const int z1 = 39*(temp[4*0+i] - temp[4*2+i]); in rv34_inv_transform_noround_c() local
Dh264idct_template.c44 const SUINT z1= block[i + 4*0] - (unsigned)block[i + 4*2]; in FUNCC() local
56 const SUINT z1= block[0 + 4*i] - (SUINT)block[2 + 4*i]; in FUNCC() local
252 const int z1= input[4*i+0] - input[4*i+1]; in FUNCC() local
265 const SUINT z1= temp[4*0+i] - temp[4*2+i]; in FUNCC() local
293 const SUINT z1= temp[2*0+i] - temp[2*2+i]; in FUNCC() local
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormTypeOfBoolean.ts45 let z1: {} = strOrNum; // {} variable
81 let z1: string | number = strOrNum; // string | number variable
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationDisallowedExtensions.ts16 …let {x1, y1, z0: {n}, z1: {arr: [el1, el2, el3]}}: {x1: number, y1: string, z0: {n: number}, z1: {… variable
DwidenToAny1.ts5 var z1: number = foo1({ x: undefined, y: "def" }); // Best common type is any variable
DundefinedArgumentInference.ts7 var z1 = foo1({ x: undefined, y: undefined }); variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts72 var z1: Z; variable
73 var z1: Clone<Z>; variable
/third_party/typescript/tests/baselines/reference/textChanges/
DreplaceRangeNoLineBreakBefore.js4 const x = 1, z1 = { variable
DreplaceNode1NoLineBreakBefore.js10 const x = 1, z1 = { variable
/third_party/skia/third_party/externals/libjpeg-turbo/
Djidctint.c179 JLONG z1, z2, z3, z4, z5; variable
432 JLONG z1, z2, z3; in jpeg_idct_7x7() local
581 JLONG z1, z2, z3; in jpeg_idct_6x6() local
702 JLONG z1, z2, z3; in jpeg_idct_5x5() local
907 JLONG z1, z2, z3, z4; in jpeg_idct_9x9() local
1079 JLONG z1, z2, z3, z4, z5; in jpeg_idct_10x10() local
1274 JLONG z1, z2, z3, z4; in jpeg_idct_11x11() local
1468 JLONG z1, z2, z3, z4; in jpeg_idct_12x12() local
1684 JLONG z1, z2, z3, z4; in jpeg_idct_13x13() local
1912 JLONG z1, z2, z3, z4; in jpeg_idct_14x14() local
[all …]
/third_party/typescript/tests/cases/conformance/externalModules/
DtopLevelModuleDeclarationAndFile.ts14 var z1 = foo.x + 10; // Should error, as declaration should win variable
DimportTsBeforeDTs.ts11 var z1 = foo.x + 10; // Should error, as .ts preferred over .d.ts variable

1234567