/third_party/typescript/tests/baselines/reference/ |
D | shorthandPropertyAssignmentsInDestructuring_ES6.types | 316 >(function() { let y4: number, y5: { x: number }; ({ y4 = 5, y5 = { x: 1 } } = {})}) : () => void 317 >function() { let y4: number, y5: { x: number }; ({ y4 = 5, y5 = { x: 1 } } = {})} : () => void 319 let y4: number, y5: { x: number }; 320 >y4 : number 324 ({ y4 = 5, y5 = { x: 1 } } = {}) 325 >({ y4 = 5, y5 = { x: 1 } } = {}) : { y4?: number; y5?: { x: number; }; } 326 >{ y4 = 5, y5 = { x: 1 } } = {} : { y4?: number; y5?: { x: number; }; } 327 >{ y4 = 5, y5 = { x: 1 } } : { y4?: number; y5?: { x: number; }; } 328 >y4 : number 334 >{} : { y4?: number; y5?: { x: number; }; } [all …]
|
D | shorthandPropertyAssignmentsInDestructuring.types | 316 >(function() { let y4: number, y5: { x: number }; ({ y4 = 5, y5 = { x: 1 } } = {})}) : () => void 317 >function() { let y4: number, y5: { x: number }; ({ y4 = 5, y5 = { x: 1 } } = {})} : () => void 319 let y4: number, y5: { x: number }; 320 >y4 : number 324 ({ y4 = 5, y5 = { x: 1 } } = {}) 325 >({ y4 = 5, y5 = { x: 1 } } = {}) : { y4?: number; y5?: { x: number; }; } 326 >{ y4 = 5, y5 = { x: 1 } } = {} : { y4?: number; y5?: { x: number; }; } 327 >{ y4 = 5, y5 = { x: 1 } } : { y4?: number; y5?: { x: number; }; } 328 >y4 : number 334 >{} : { y4?: number; y5?: { x: number; }; } [all …]
|
D | augmentedTypesFunction.js | 21 function y4() { } // error function 22 enum y4 { One } // error 65 function y4() { } // error 66 (function (y4) { argument 67 y4[y4["One"] = 0] = "One"; 68 })(y4 || (y4 = {})); // error
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 90 let y4: number, y5: { x: number }; 91 ({ y4 = 5, y5 = { x: 1 } } = {}) 95 let y4: number, y5: { x: number }; 96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 192 let y4, y5; 193 ({ y4 = 5, y5 = { x: 1 } } = {}); 196 let y4, y5; 197 ({ y4: y4 = 5, y5: y5 = { x: 1 } } = {});
|
D | shorthandPropertyAssignmentsInDestructuring.js | 90 let y4: number, y5: { x: number }; 91 ({ y4 = 5, y5 = { x: 1 } } = {}) 95 let y4: number, y5: { x: number }; 96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 217 var y4, y5; 218 …(_a = {}, _b = _a.y4, y4 = _b === void 0 ? 5 : _b, _c = _a.y5, y5 = _c === void 0 ? { x: 1 } : _c); 222 var y4, y5; 223 …(_a = {}, _b = _a.y4, y4 = _b === void 0 ? 5 : _b, _c = _a.y5, y5 = _c === void 0 ? { x: 1 } : _c);
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.symbols | 173 let y4: number, y5: { x: number }; 174 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 88, 4)) 178 ({ y4 = 5, y5 = { x: 1 } } = {}) 179 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 89, 3)) 186 let y4: number, y5: { x: number }; 187 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 93, 4)) 191 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 192 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 94, 3)) 193 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 93, 4))
|
D | shorthandPropertyAssignmentsInDestructuring.symbols | 173 let y4: number, y5: { x: number }; 174 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 88, 4)) 178 ({ y4 = 5, y5 = { x: 1 } } = {}) 179 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 89, 3)) 186 let y4: number, y5: { x: number }; 187 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 93, 4)) 191 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 192 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 94, 3)) 193 >y4 : Symbol(y4, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 93, 4))
|
D | augmentedTypesFunction.types | 39 function y4() { } // error 40 >y4 : () => void 42 enum y4 { One } // error 43 >y4 : y4 44 >One : y4.One
|
D | augmentedTypesFunction.symbols | 37 function y4() { } // error 38 >y4 : Symbol(y4, Decl(augmentedTypesFunction.ts, 16, 30)) 40 enum y4 { One } // error 41 >y4 : Symbol(y4, Decl(augmentedTypesFunction.ts, 19, 17)) 42 >One : Symbol(y4.One, Decl(augmentedTypesFunction.ts, 20, 9))
|
D | noImplicitAnyDestructuringVarDeclaration2.types | 126 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error 132 >y4 : any 133 >{ y4: <any>null } : { y4: any; } 134 >y4 : any
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error property 25 var x4 = { x4: undefined }.x4, y4 = { y4: null }.y4; // no error variable
|
D | declarationEmitDestructuringObjectLiteralPattern1.types | 9 var { x4 } = { x4: 5, y4: "hello" }; 11 >{ x4: 5, y4: "hello" } : { x4: number; y4: string; } 14 >y4 : string
|
D | noImplicitAnyDestructuringVarDeclaration2.symbols | 72 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error 76 >y4 : Symbol(y4, Decl(noImplicitAnyDestructuringVarDeclaration2.ts, 10, 36)) 77 >y4 : Symbol(y4, Decl(noImplicitAnyDestructuringVarDeclaration2.ts, 10, 43))
|
D | declarationEmitDestructuringObjectLiteralPattern.types | 9 var { x4 } = { x4: 5, y4: "hello" }; 11 >{ x4: 5, y4: "hello" } : { x4: number; y4: string; } 14 >y4 : string
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 234 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, bankYStart + 1); in ComputeBankEquation() local 243 y4.value = (threshY > bankYStart + 1) ? y4.value : 0; in ComputeBankEquation() 257 pEquation->addr[2] = y4; in ComputeBankEquation() 269 pEquation->addr[2] = y4; in ComputeBankEquation() 281 pEquation->addr[2] = y4; in ComputeBankEquation() 294 pEquation->xor1[2] = y4; in ComputeBankEquation() 309 pEquation->addr[1] = y4; in ComputeBankEquation() 319 pEquation->addr[1] = y4; in ComputeBankEquation() 330 pEquation->xor1[1] = y4; in ComputeBankEquation() 344 pEquation->addr[0] = y4; in ComputeBankEquation() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | shorthandPropertyAssignmentsInDestructuring.ts | 92 let y4: number, y5: { x: number }; variable 93 ({ y4 = 5, y5 = { x: 1 } } = {}) 97 let y4: number, y5: { x: number }; variable 98 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {})
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 92 let y4: number, y5: { x: number }; variable 93 ({ y4 = 5, y5 = { x: 1 } } = {}) 97 let y4: number, y5: { x: number }; variable 98 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {})
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | simple_idct_neon.S | 76 .macro idct_col4_top y1, y2, y3, y4, i, l 88 smlal\i v17.4S, \y4\l, z3 89 smlsl\i v18.4S, \y4\l, z7 90 smlsl\i v5.4S, \y4\l, z1 91 smlsl\i v6.4S, \y4\l, z5 94 .macro idct_row4_neon y1, y2, y3, y4, pass 98 ld1 {\y3\().2D,\y4\().2D}, [x2], #32 99 orr v6.16B, \y3\().16B, \y4\().16B 104 idct_col4_top \y1, \y2, \y3, \y4, 1, .4H 120 smlal2 v17.4S, \y4\().8H, z7 [all …]
|
/third_party/flutter/skia/experimental/docs/ |
D | interpolatorFunctions.js | 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7]; 31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1); 33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3); 35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3); 37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
|
/third_party/skia/experimental/docs/ |
D | interpolatorFunctions.js | 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7]; 31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1); 33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3); 35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3); 37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | v210.asm | 63 …movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0 70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0 74 vpblendd m2, m1, m0, 0x55 ; yB yA 00 y9 y8 y7 00 y6 y5 y4 00 y3 y2 y1 00 y0 75 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0 76 vpermd m2, m6, m2 ; 00 00 00 00 yB yA y9 y8 y7 y6 y5 y4 y3 y2 y1 y0 87 shufps m2, m1, m0, 0x8d ; 00 y9 00 y6 yB yA y8 y7 00 y3 00 y0 y5 y4 y2 y1 88 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/the_any_type/ |
D | any_type_4.ts | 38 let y4: number[]; variable 40 y4 = x; 41 Assert.equal(y4[0], 1);
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftpsprop.c | 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local 94 y4 = darken_params[7]; in ps_property_set() 97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in ps_property_set() 99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in ps_property_set() 109 driver->darken_params[7] = y4; in ps_property_set()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftpsprop.c | 55 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local 95 y4 = darken_params[7]; in ps_property_set() 98 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in ps_property_set() 100 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in ps_property_set() 110 driver->darken_params[7] = y4; in ps_property_set()
|
/third_party/freetype/src/base/ |
D | ftpsprop.c | 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local 94 y4 = darken_params[7]; in ps_property_set() 97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in ps_property_set() 99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in ps_property_set() 109 driver->darken_params[7] = y4; in ps_property_set()
|