/third_party/rust/crates/pkg-config-rs/tests/ |
D | test.rs | 39 let _g = LOCK.lock(); in cross_disabled() localVariable 51 let _g = LOCK.lock(); in cross_enabled() localVariable 61 let _g = LOCK.lock(); in cross_enabled_if_customized() localVariable 71 let _g = LOCK.lock(); in cross_disabled_if_customized() localVariable 85 let _g = LOCK.lock(); in package_disabled() localVariable 96 let _g = LOCK.lock(); in output_ok() localVariable 110 let _g = LOCK.lock(); in escapes() localVariable 132 let _g = LOCK.lock(); in framework() localVariable 145 let _g = LOCK.lock(); in get_variable() localVariable 153 let _g = LOCK.lock(); in version() localVariable [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | unusedVariablesWithUnderscoreInForOfLoop.js | 39 var _g = _f[_e], a = _g[0], _b = _g[1]; 51 var _g = _f[_e], a = _g[0], _b = _g[1]; 62 var _g = _f[_e][0][0], a = _g[0], _b = _g[1];
|
D | missingAndExcessProperties.js | 43 var _f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h; 47 var _a, _b, _c, _d, _e, _f, _g, _h; 52 (_f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h);
|
D | destructuringVariableDeclaration2.js | 34 var _g = [1, 2, { c3: 4, c5: 0 }], c1 = _g[0], c2 = _g[1], _h = _g[2], c4 = _h.c3, c5 = _h.c5, c6 =… variable
|
D | duplicateObjectLiteralProperty_computedName.js | 39 var _a, _b, _c, _d, _e, _f, _g; variable 76 var t7 = (_g = { 79 _g["-1"] = 0 // duplicate 81 _g);
|
D | objectLiteralEnumPropertyNames.js | 57 var _a, _b, _c, _d, _e, _f, _g, _h, _j; variable 95 var un = (_g = {}, 96 _g[Nums.A] = 3, 97 _g[Nums.B] = 4, 98 _g);
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js | 29 var _g = [3, "edging", "Trimming edges"], _h = _g[0], numberC = _h === void 0 ? -1 : _h, _j = _g[1]… variable
|
D | destructuringArrayBindingPatternAndAssignment2.js | 65 var _g = foo(1), c4 = _g[0], c5 = _g[1], c6 = _g[2]; // Error variable
|
D | objectRestSpread.js | 52 …_g = '' + 'other', _h = _e[_g], other = _h === void 0 ? Object.assign({}, obj) : _h, _j = _e.yetAn… variable
|
D | letInLetConstDeclOfForOfAndForIn_ES5.js | 37 for (var _f = 0, _g = [1, 2, 3]; _f < _g.length; _f++) { 38 var let = _g[_f];
|
D | destructuringObjectBindingPatternAndAssignment4.js | 18 _g = _a.f // error variable 20 f = _g === void 0 ? f : _g // error
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS3.js | 16 var _a, _b, _c, _d, _e, _f, _g, _h; variable 28 (_g = object)[_h = 0] = Math.pow(_g[_h], Math.pow(object[0], 2));
|
D | awaitAndYieldInProperty.js | 22 var _a, _b, _c, _d, _e, _f, _g, _h, _j; 35 this[_g] = yield 2; 40 _g = yield 1,
|
D | elementAccessChain.js | 35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable 43 (_h = (_g = o5.b) === null || _g === void 0 ? void 0 : _g.call(o5)["c"].d) === null || _h === void …
|
D | emptyVariableDeclarationBindingPatterns01_ES5.js | 60 var _g = a, _h = a; 71 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f; 75 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f; 92 var _g = ns_4[_f];
|
D | callChain.js | 51 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; variable 70 (_g = o3.b) === null || _g === void 0 ? void 0 : _g.call.apply(_g, __spreadArray([o3], [1, 2]))["c"…
|
D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 38 ((_h = (_g = o4.b) === null || _g === void 0 ? void 0 : _g.c.d) === null || _h === void 0 ? true : …
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 23 (_g = foo())[_h = 0] = Math.pow(_g[_h], (_e = foo())[_f = 0] = Math.pow(_e[_f], 2));
|
D | literalTypesAndDestructuring.js | 36 var _g = {}.bar, bar = _g === void 0 ? 'yo' : _g; variable
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js | 25 …imarySkillA = _f === void 0 ? "noSkill" : _f, _g = _e[1], secondarySkillA = _g === void 0 ? "noSki… variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS4.js | 18 var _a, _b, _c, _d, _e, _f, _g, _h; variable 28 (_g = array1)[_h = incrementIdx(array1.length)] = Math.pow(_g[_h], Math.pow(array1[incrementIdx(arr…
|
D | staticFieldWithInterfaceContext.js | 30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; 74 var _s = { c: (_g = /** @class */ (function () { 79 _g.x = { a: "a" }, 80 _g) }.c, c5 = _s === void 0 ? (_f = /** @class */ (function () {
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_blendline.c | 32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() argument 40 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB2() 45 g = _g; in SDL_BlendLine_RGB2() 124 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() argument 131 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB555() 136 g = _g; in SDL_BlendLine_RGB555() 215 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() argument 222 g = DRAW_MUL(_g, _a); in SDL_BlendLine_RGB565() 227 g = _g; in SDL_BlendLine_RGB565() 306 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() argument [all …]
|
/third_party/mesa3d/src/util/format/ |
D | u_format_yuv.h | 63 const float _g = SATURATE(g); in util_format_rgb_float_to_yuv() local 68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() 69 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() 70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() 115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local 119 *g = CLAMP(_g, 0, 255); in util_format_yuv_to_rgb_8unorm()
|
/third_party/ffmpeg/fftools/ |
D | Makefile | 10 ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF)) 21 $(1)$(PROGSSUF)_g$(EXESUF): $$(OBJS-$(1)) 24 $(1)$(PROGSSUF)_g$(EXESUF): LDFLAGS += $(LDFLAGS-$(1)) 25 $(1)$(PROGSSUF)_g$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1))
|