/third_party/libwebsockets/include/libwebsockets/ |
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 …]
|
D | lws-logs.h | 173 #define lwsl_wsi(_w, _fil, ...) \ argument 188 #define lwsl_hexdump_wsi(_w, _fil, _buf, _len) \ argument 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 515 #define lwsl_wsi_notice(_w, ...) do {} while(0) argument 519 #define lwsl_wsi_info(_w, ...) lwsl_wsi(_w, LLL_INFO, __VA_ARGS__) argument 521 #define lwsl_wsi_info(_w, ...) do {} while(0) argument [all …]
|
/third_party/python/Lib/json/ |
D | decoder.py | 137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument 217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument 332 def decode(self, s, _w=WHITESPACE.match): argument
|
/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/typescript/tests/baselines/reference/ |
D | nullPropertyName.js | 195 var _w: number; 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
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 121 var _w = __read([1, 2, 3, 4], 4), c8 = _w[3]; 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
|
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
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 23 var _u = { x2: 1, y2: 2, z2: 3 }, _v = _u.x2, x2 = _v === void 0 ? undefined : _v, _w = _u.y2, y2 =… variable
|
D | sourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js | 137 …var _u = _t[_s], _v = _u[1], _w = _v === void 0 ? ["skill1", "skill2"] : _v, _x = _w[0], primarySk… 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
|
D | destructuringSameNames.js | 57 var _w = [111, 222], blah1 = _w[0], blah1 = _w[1]; variable
|
D | computedPropertiesInDestructuring1.js | 66 var _w = [{ bar: "bar" }], _x = foo(), bar6 = _w[0][_x]; variable
|
D | destructuringVariableDeclaration1ES5iterable.js | 97 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 | decoratorsOnComputedProperties.js | 200 var _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, … variable
|
D | sourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues.js | 124 …var _w = _v[_u].skills, _x = _w === void 0 ? { primary: "nosKill", secondary: "noSkill" } : _w, _y… variable
|
D | sourceMapValidationDestructuringForOfObjectBindingPattern2.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
|
D | sourceMapValidationDestructuringForObjectBindingPatternDefaultValues2.js | 178 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
|
/third_party/libwebsockets/lib/event-libs/uloop/ |
D | uloop.c | 29 #define wsi_to_priv_uloop(_w) ((struct lws_wsi_eventlibs_uloop *)(_w)->evlib_wsi) argument
|
/third_party/libwebsockets/lib/event-libs/sdevent/ |
D | sdevent.c | 7 #define wsi_to_priv_sd(_w) ((struct lws_wsi_watcher_sdevent *)(_w)->evlib_wsi) argument
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | libevent.c | 29 #define wsi_to_priv_event(_w) ((struct lws_wsi_eventlibs_libevent *)(_w)->evlib_wsi) argument
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
|
/third_party/libwebsockets/lib/event-libs/libev/ |
D | libev.c | 30 #define wsi_to_priv_ev(_w) ((struct lws_wsi_eventlibs_libev *)(_w)->evlib_wsi) argument
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 29 #define wsi_to_priv_uv(_w) ((struct lws_wsi_eventlibs_libuv *)(_w)->evlib_wsi) argument
|