/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 173 #define lwsl_wsi(_w, _fil, ...) \ argument 174 _lws_log_cx(lwsl_wsi_get_cx(_w), lws_log_prepend_wsi, _w, \ 188 #define lwsl_hexdump_wsi(_w, _fil, _buf, _len) \ argument 189 lwsl_hexdump_level_cx(lwsl_wsi_get_cx(_w), \ 191 _w, _fil, _buf, _len) 501 #define lwsl_wsi_err(_w, ...) lwsl_wsi(_w, LLL_ERR, __VA_ARGS__) argument 503 #define lwsl_wsi_err(_w, ...) do {} while(0) argument 507 #define lwsl_wsi_warn(_w, ...) lwsl_wsi(_w, LLL_WARN, __VA_ARGS__) argument 509 #define lwsl_wsi_warn(_w, ...) do {} while(0) argument 513 #define lwsl_wsi_notice(_w, ...) lwsl_wsi(_w, LLL_NOTICE, __VA_ARGS__) argument [all …]
|
D | lws-secure-streams-client.h | 96 #define lwsl_sspc_err(_w, ...) lwsl_sspc(_w, LLL_ERR, __VA_ARGS__) argument 98 #define lwsl_sspc_err(_w, ...) do {} while(0) argument 102 #define lwsl_sspc_warn(_w, ...) lwsl_sspc(_w, LLL_WARN, __VA_ARGS__) argument 104 #define lwsl_sspc_warn(_w, ...) do {} while(0) argument 108 #define lwsl_sspc_notice(_w, ...) lwsl_sspc(_w, LLL_NOTICE, __VA_ARGS__) argument 110 #define lwsl_sspc_notice(_w, ...) do {} while(0) argument 114 #define lwsl_sspc_info(_w, ...) lwsl_sspc(_w, LLL_INFO, __VA_ARGS__) argument 116 #define lwsl_sspc_info(_w, ...) do {} while(0) argument 120 #define lwsl_sspc_debug(_w, ...) lwsl_sspc(_w, LLL_DEBUG, __VA_ARGS__) argument 122 #define lwsl_sspc_debug(_w, ...) do {} while(0) argument [all …]
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 236 self.tk.call('tixForm', self._w, *self._options(cnf, kw)) 244 return self.tk.call('tixForm', 'check', self._w) 247 self.tk.call('tixForm', 'forget', self._w) 251 x = self.tk.call('tixForm', 'grid', self._w) 257 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) 261 return self.tk.call('tixForm', 'info', self._w) 264 return self.tk.call('tixForm', 'info', self._w, option) 270 'tixForm', 'slaves', self._w))] 318 self.tk.call(widgetName, self._w, *extra) 341 self.tk.call('tixSetSilent', self._w, value) [all …]
|
D | __init__.py | 721 self.tk.call('tkwait', 'window', window._w) 730 self.tk.call('tkwait', 'visibility', window._w) 765 self.tk.call('focus', self._w) 772 self.tk.call('focus', '-force', self._w) 790 name = self.tk.call('focus', '-displayof', self._w) 797 name = self.tk.call('focus', '-lastfor', self._w) 815 name = self.tk.call('tk_focusNext', self._w) 821 name = self.tk.call('tk_focusPrev', self._w) 911 if 'displayof' not in kw: kw['displayof'] = self._w 920 if 'displayof' not in kw: kw['displayof'] = self._w [all …]
|
D | ttk.py | 560 return self.tk.call(self._w, "identify", x, y) 571 self.tk.call(self._w, "instate", ' '.join(statespec))) 588 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec))) 612 return self.tk.call(self._w, "invoke") 641 return self.tk.call(self._w, "invoke") 670 return self._getints(self.tk.call(self._w, "bbox", index)) 676 return self.tk.call(self._w, "identify", x, y) 683 return self.tk.getboolean(self.tk.call(self._w, "validate")) 711 return self.tk.getint(self.tk.call(self._w, "current")) 712 return self.tk.call(self._w, "current", newindex) [all …]
|
/third_party/python/Lib/json/ |
D | decoder.py | 137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument 151 end = _w(s, end).end() 172 end = _w(s, end).end() 181 end = _w(s, end + 1).end() 193 end = _w(s, end + 1).end() 203 end = _w(s, end).end() 217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument 222 end = _w(s, end + 1).end() 236 end = _w(s, end + 1).end() 247 end = _w(s, end + 1).end() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | destructuringVariableDeclaration1ES5iterable.js | 93 var _w = __read({ f: [1, 2, { f3: 4, f5: 0 }] }.f, 4), f1 = _w[0], f2 = _w[1], _x = _w[2], f4 = _x.… variable
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js | 58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable 80 _v = getRobotB(), _w = _v[0], numberB = _w === void 0 ? -1 : _w, _x = _v[1], nameB = _x === void 0 …
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 23 … }, _v = _u.x2, x2 = _v === void 0 ? undefined : _v, _w = _u.y2, y2 = _w === void 0 ? undefined : … variable
|
D | staticFieldWithInterfaceContext.js | 128 var _w = [(_q = /** @class */ (function () { 134 _q)][0], c11 = _w === void 0 ? (_p = /** @class */ (function () { 140 _p) : _w;
|
D | sourceMapValidationDestructuringForOfObjectBindingPattern.js | 117 for (var _w = 0, multiRobots_2 = multiRobots; _w < multiRobots_2.length; _w++) { 118 …var _x = multiRobots_2[_w], nameA = _x.name, _y = _x.skills, primaryA = _y.primary, secondaryA = _…
|
D | destructuringSameNames.js | 57 var _w = [111, 222], blah1 = _w[0], blah1 = _w[1]; variable
|
D | sourceMapValidationDestructuringForOfArrayBindingPattern2.js | 104 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w; variable 202 _w = _30[_29], numberA3 = _w[0], robotAInfo = _w.slice(1);
|
D | sourceMapValidationDestructuringForArrayBindingPatternDefaultValues2.js | 118 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable 154 for (_w = getRobot()[0], numberB = _w === void 0 ? -1 : _w, i = 0; i < 1; i++) {
|
D | computedPropertiesInDestructuring1.js | 66 var _w = [{ bar: "bar" }], _x = foo(), bar6 = _w[0][_x]; variable
|
D | sourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js | 113 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable 151 …marySkillA = _v === void 0 ? "primary" : _v, _w = _u[1], secondarySkillA = _w === void 0 ? "second…
|
D | sourceMapValidationDestructuringForObjectBindingPatternDefaultValues.js | 133 for (var _w = { name: "trimmer", skill: "trimming" }, _x = _w.name, nameA = _x === void 0 ? "noName…
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 117 var _w = __read([1, 2, 3, 4], 4), c8 = _w[3]; variable
|
D | sourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues.js | 124 …var _w = _v[_u].skills, _x = _w === void 0 ? { primary: "nosKill", secondary: "noSkill" } : _w, _y… variable
|
D | sourceMapValidationDestructuringForArrayBindingPatternDefaultValues.js | 142 for (var _w = getRobot()[0], numberB = _w === void 0 ? -1 : _w, i = 0; i < 1; i++) {
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 36 #define wsi_to_priv_glib(_w) ((struct lws_wsi_eventlibs_glib *)(_w)->evlib_wsi) argument 38 #define wsi_to_subclass(_w) (wsi_to_priv_glib(_w)->w_read.source) argument 39 #define wsi_to_gsource(_w) ((GSource *)wsi_to_subclass(_w)) argument
|
/third_party/musl/libc-test/src/musl/ |
D | pleval.c | 16 unsigned long n, _w; \ 18 _w = e \ 19 t(#e, n, _w); \
|
/third_party/flutter/flutter/packages/flutter/lib/src/physics/ |
D | spring_simulation.dart | 260 : _w = w, 265 final double _w, _r, _c1, _c2; 270 (_c1 * math.cos(_w * time) + _c2 * math.sin(_w * time)); 276 final double cosine = math.cos(_w * time); 277 final double sine = math.sin(_w * time); 278 return power * (_c2 * _w * cosine - _c1 * _w * sine) +
|
/third_party/python/Lib/idlelib/ |
D | redirector.py | 41 w = widget._w # widget's (full) Tk pathname 52 self.widget._w) 60 w = widget._w
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderVertexSpacing.hpp | 135 _tess_coordinate(float _u, float _v, float _w) in _tess_coordinate() 139 this->w = _w; in _tess_coordinate()
|