/third_party/typescript/tests/baselines/reference/ |
D | intersectionTypeEquivalence.js | 16 var z1: typeof ab & C; variable 17 var z1: A & typeof bc; variable 30 var z1; variable 31 var z1; variable
|
D | unionTypeEquivalence.js | 18 var z1: typeof AB | boolean; variable 19 var z1: string | typeof BC; variable 63 var z1; variable 64 var z1; variable
|
D | mappedTypes4.js | 70 var z1: Z; variable 71 var z1: Clone<Z>; variable 90 var z1; variable 91 var z1; variable
|
D | intersectionAsWeakTypeSource.js | 9 const z1: Z = xy; // error, {xy} doesn't overlap with {z} constant 24 var z1 = xy; // error, {xy} doesn't overlap with {z} variable
|
D | inferTypes1.js | 139 const z1: "correct" = ex.customClass; constant 209 var z1 = ex.customClass; variable
|
D | topLevelModuleDeclarationAndFile.js | 15 var z1 = foo.x + 10; // Should error, as declaration should win variable
|
D | importTsBeforeDTs.js | 12 var z1 = foo.x + 10; // Should error, as .ts preferred over .d.ts variable
|
D | es6ImportNamedImportMergeErrors.js | 7 export var z1 = a; variable
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypeEquivalence.ts | 17 var z1: typeof AB | boolean; variable 18 var z1: string | typeof BC; variable
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionTypeEquivalence.ts | 15 var z1: typeof ab & C; variable 16 var z1: A & typeof bc; variable
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardOfFormTypeOfBoolean.ts | 45 let z1: {} = strOrNum; // {} variable 81 let z1: string | number = strOrNum; // string | number variable
|
/third_party/ffmpeg/libavcodec/ |
D | rv34dsp.c | 42 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
|
D | h264idct_template.c | 44 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/compiler/ |
D | moduleAugmentationDisallowedExtensions.ts | 16 …let {x1, y1, z0: {n}, z1: {arr: [el1, el2, el3]}}: {x1: number, y1: string, z0: {n: number}, z1: {… variable
|
D | undefinedArgumentInference.ts | 7 var z1 = foo1({ x: undefined, y: undefined }); variable
|
D | widenToAny1.ts | 5 var z1: number = foo1({ x: undefined, y: "def" }); // Best common type is any variable
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes4.ts | 72 var z1: Z; variable 73 var z1: Clone<Z>; variable
|
/third_party/typescript/tests/baselines/reference/textChanges/ |
D | replaceRangeNoLineBreakBefore.js | 4 const x = 1, z1 = { variable
|
D | replaceNode1NoLineBreakBefore.js | 10 const x = 1, z1 = { variable
|
/third_party/typescript/tests/cases/conformance/externalModules/ |
D | topLevelModuleDeclarationAndFile.ts | 14 var z1 = foo.x + 10; // Should error, as declaration should win variable
|
D | importTsBeforeDTs.ts | 11 var z1 = foo.x + 10; // Should error, as .ts preferred over .d.ts variable
|
/third_party/boost/libs/hana/test/concept/struct/ |
D | members.cpp | 47 auto z1 = hana::members(obj(MoveOnly{})); in main() local
|
/third_party/boost/libs/multiprecision/example/ |
D | mpc_examples.cpp | 18 Complex z1{0, 1}; in complex_number_examples() local
|
D | cpp_complex_examples.cpp | 18 Complex z1{0, 1}; in complex_number_examples() local
|
D | complex128_examples.cpp | 18 Complex z1{0, 1}; in complex_number_examples() local
|