/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 | 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 | 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 | 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 | 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 | letInLetConstDeclOfForOfAndForIn_ES5.js | 37 for (var _f = 0, _g = [1, 2, 3]; _f < _g.length; _f++) { 38 var let = _g[_f];
|
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 | declarationsAndAssignments.js | 276 … b = _d === void 0 ? "hello" : _d, _e = _c[1], x = _e.x, _f = _e.y, c = _f === void 0 ? false : _f; 306 var _a, _b, _c, _d, _e, _f, _g; 314 …_e = [2, "def"], _f = _e[0], a = _f === void 0 ? 1 : _f, _g = _e[1], b = _g === void 0 ? "abc" : _… 317 var _a, _b, _c, _d, _e, _f; 323 var x = (_f = [1, 2], a = _f[0], b = _f[1], _f);
|
D | declarationMerging1.js | 5 protected _f: number; 6 getF() { return this._f; } 18 A.prototype.getF = function () { return this._f; };
|
D | propertyAccessChain.js | 30 var _a, _b, _c, _d, _e, _f; variable 36 (_f = o6()) === null || _f === void 0 ? void 0 : _f.x;
|
/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/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | _elffile.py | 45 self._f = f 91 return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) 99 self._f.seek(self._e_phoff + self._e_phentsize * index) 106 self._f.seek(data[self._p_idx[1]]) 107 return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0")
|
/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/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
|
/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/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
|