/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstdrawhelpers.h | 32 #define draw_dot_aa(_vd, _x, _y, _st, _c, _f) G_STMT_START { \ argument 36 _c3 = (_oc & 0xff) + ((_c & 0xff) * _f); \ 38 _c2 = ((_oc & 0xff00) >> 8) + (((_c & 0xff00) >> 8) * _f); \ 40 _c1 = ((_oc & 0xff0000) >> 16) + (((_c & 0xff0000) >> 16) * _f); \ 48 gfloat _f; \ 52 _f = (gfloat) _i / (gfloat) _j; \ 53 _x = _x1 + _dx * _f; \ 54 _y = _y1 + _dy * _f; \ 62 gfloat _f, _rx, _ry, _fx, _fy; \ 66 _f = (gfloat) _i / (gfloat) _j; \ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationMerging1.symbols | 5 protected _f: number; 6 >_f : Symbol(A._f, Decl(file1.ts, 0, 9)) 8 getF() { return this._f; } 10 >this._f : Symbol(A._f, Decl(file1.ts, 0, 9)) 12 >_f : Symbol(A._f, Decl(file1.ts, 0, 9))
|
D | declarationMerging2.symbols | 5 protected _f: number; 6 >_f : Symbol(A._f, Decl(a.ts, 0, 16)) 8 getF() { return this._f; } 10 >this._f : Symbol(A._f, Decl(a.ts, 0, 16)) 12 >_f : Symbol(A._f, Decl(a.ts, 0, 16))
|
D | unusedVariablesWithUnderscoreInForOfLoop.js | 38 for (var _e = 0, _f = [['key', 1]]; _e < _f.length; _e++) { 39 var _g = _f[_e], a = _g[0], _b = _g[1]; 50 for (var _e = 0, _f = [['key', 1]]; _e < _f.length; _e++) { 51 var _g = _f[_e], a = _g[0], _b = _g[1]; 61 for (var _e = 0, _f = [[[['key', 1]]]]; _e < _f.length; _e++) { 62 var _g = _f[_e][0][0], a = _g[0], _b = _g[1];
|
D | emptyVariableDeclarationBindingPatterns01_ES5.js | 59 var _f = 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; 91 for (var _f = 0, ns_4 = ns; _f < ns_4.length; _f++) { 92 var _g = ns_4[_f];
|
D | declarationMerging1.types | 5 protected _f: number; 6 >_f : number 8 getF() { return this._f; } 10 >this._f : number 12 >_f : number
|
D | ES5For-of37.js | 38 … for (var _e = (e_2 = void 0, __values([1, 2, 3])), _f = _e.next(); !_f.done; _f = _e.next()) { 39 var j = _f.value; 48 if (_f && !_f.done && (_b = _e["return"])) _b.call(_e);
|
D | declarationMerging2.types | 5 protected _f: number; 6 >_f : number 8 getF() { return this._f; } 10 >this._f : number 12 >_f : number
|
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 | sourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.js | 50 … primaryA = _e === void 0 ? "primary" : _e, _f = _d.secondary, secondaryA = _f === void 0 ? "secon… 54 …y: "SomeSkill", secondary: "someSkill" } : _d, _f = _e.primary, primaryB = _f === void 0 ? "primar…
|
D | letInLetConstDeclOfForOfAndForIn_ES5.js | 37 for (var _f = 0, _g = [1, 2, 3]; _f < _g.length; _f++) { 38 var let = _g[_f];
|
D | destructuringArrayBindingPatternAndAssignment3.js | 17 var _f = [1], f = _f[0], _g = _f[1], g = _g === void 0 ? f : _g, _h = _f[2], h = _h === void 0 ? i … variable
|
D | declarationEmitDestructuringArrayPattern4.js | 20 var _f = [1, "hello", true], x19 = _f[0], y19 = _f[1], z19 = _f[2], a13 = _f.slice(3); variable
|
D | duplicateObjectLiteralProperty_computedName.js | 39 var _a, _b, _c, _d, _e, _f, _g; variable 70 var t6 = (_f = { 73 _f[-1] = 0 // duplicate 75 _f);
|
D | emptyVariableDeclarationBindingPatterns01_ES5iterable.js | 86 var _f = __read(a, 0); 98 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f; 102 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f; 108 var e_1, _a, e_2, _b, e_3, _c, e_4, _d, e_5, _e, e_6, _f; 178 if (ns_6_1 && !ns_6_1.done && (_f = ns_6.return)) _f.call(ns_6);
|
D | objectLiteralEnumPropertyNames.js | 57 var _a, _b, _c, _d, _e, _f, _g, _h, _j; variable 91 var n = (_f = {}, 92 _f[Nums.A] = 1, 93 _f[Nums.B] = 2, 94 _f);
|
D | declarationMerging1.js | 5 protected _f: number; 6 getF() { return this._f; } 18 A.prototype.getF = function () { return this._f; };
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 86 self._f = self.get_flavor(self.m.vars) 87 self.device_dirs = self._f.device_dirs 88 self.host_dirs = self._f.host_dirs 92 return self._f.step(name, cmd, **kwargs) 95 return self._f.device_path_join(*args) 98 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 101 return self._f.copy_directory_contents_to_host(device_dir, host_dir) 104 return self._f.copy_file_to_device(host_path, device_path) 107 return self._f.create_clean_host_dir(path) 110 return self._f.create_clean_device_dir(path) [all …]
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 76 self._f = self.get_flavor(self.m.vars, app_name) 77 self.device_dirs = self._f.device_dirs 78 self.host_dirs = self._f.host_dirs 82 return self._f.step(name, cmd, **kwargs) 85 return self._f.device_path_join(*args) 88 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 91 return self._f.copy_directory_contents_to_host(device_dir, host_dir) 94 return self._f.copy_file_to_device(host_path, device_path) 97 return self._f.create_clean_host_dir(path) 100 return self._f.create_clean_device_dir(path) [all …]
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | tinydir.h | 205 WIN32_FIND_DATA _f; member 298 dir->_h = FindFirstFileEx(path_buf, FindExInfoStandard, &dir->_f, FindExSearchNameMatch, NULL, 0); in tinydir_open() 300 dir->_h = FindFirstFile(path_buf, &dir->_f); in tinydir_open() 452 if (FindNextFile(dir->_h, &dir->_f) == 0) in tinydir_open() 504 dir->_f.cFileName in tinydir_open() 517 dir->_f.cFileName in tinydir_open() 531 dir->_f.cFileName in tinydir_open() 552 !!(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tinydir_open() 558 !!(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_NORMAL) || in tinydir_open() 560 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DEVICE) && in tinydir_open() [all …]
|
/third_party/curl/ |
D | install.py | 25 _f = None variable in CurlLog 31 CurlLog._f = open(os.path.join(log_path, "installOpenEurlCurl.log"), "w") 36 if CurlLog._f is None: 38 CurlLog._f.close() 47 CurlLog._f.write("%s\n" % (content)) 55 CurlLog._f.write("%s\n" % (content)) 62 CurlLog._f.write("%s\n" % (content)) 70 CurlLog._f.write("%s\n" % (content))
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i 192 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f 193 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i 194 #define asdouble(i) ((union{uint64_t _i; double _f;}){i})._f
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i 192 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f 193 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i 194 #define asdouble(i) ((union{uint64_t _i; double _f;}){i})._f
|
/third_party/musl/src/internal/ |
D | libm.h | 190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i 191 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f 192 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i 193 #define asdouble(i) ((union{uint64_t _i; double _f;}){i})._f
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i 191 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f 192 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i 193 #define asdouble(i) ((union{uint64_t _i; double _f;}){i})._f
|