Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h173 #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 …]
Dlws-secure-streams-client.h96 #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/
Dtix.py236 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__.py721 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 …]
Dttk.py560 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/mindspore/tests/ut/python/parallel/
Dtest_layer_norm_further.py144 _w = Tensor(np.ones([16, 64, 32, 16]), dtype=ms.float32) variable
164 net = Net(1, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
174 net = Net2(1, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
184 net = Net3(1, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
194 net = Net4(1, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
204 net = Net5(1, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
214 net = Net(2, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
224 net = Net2(2, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
234 net = Net3(2, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
244 net = Net4(2, 1, _w, [64, 32, 16], strategy1, strategy2, strategy3)
[all …]
Dtest_layer_norm.py47 _w = Tensor(np.ones([16, 64, 32, 16]), dtype=ms.float32) variable
65 net = Net(_w, strategy1, strategy2, strategy3)
74 net = Net(_w, strategy1, strategy2, strategy3)
83 net = Net(_w, strategy1, strategy2, strategy3)
89 net = Net(_w)
98 net = Net(_w, strategy1, strategy2, strategy3)
107 net = Net(_w, strategy1, strategy2, strategy3)
Dtest_parameter_multi_users.py64 _w = Tensor(np.ones([16, 16]), dtype=ms.float32) variable
81 net = Net(_w, strategy1, strategy2)
89 net = Net(_w, strategy1, strategy2)
98 net = Net(_w, strategy1, strategy2)
106 net = Net2(_w, strategy1, strategy2)
115 net = Net3(_w, strategy1, strategy2)
/third_party/boost/libs/parameter/test/
Dearwicker.cpp96 BOOST_TEST_EQ(p[test::_w][0], p[test::_x | -1]);
97 BOOST_TEST_EQ(p[test::_w][1], p[test::_y | -2]);
98 BOOST_TEST_EQ(p[test::_w][2], p[test::_z | -3]);
111 test::f(test::_x = 1, test::_y = 2, test::_z = 3, test::_w = a); in main()
114 test::f(test::_x = 1, test::_w = a); in main()
117 test::f(test::_y = 2, test::_w = a); in main()
120 test::f(test::_z = 3, test::_w = a); in main()
122 test::f(test::_z = 3, test::_x = 1, test::_w = a); in main()
/third_party/python/Lib/json/
Ddecoder.py137 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/boost/libs/xpressive/test/
Dtest_typeof2.cpp43 TYPEOF_TEST((+_w)[ xp::ref(result) += _ ] >> *(' ' >> (+_w)[ xp::ref(result) += ',' + _ ])); in test_actions()
44 …TYPEOF_TEST((+_w)[ xp::ref(result) += _ ] >> *(' ' >> (+_w)[ xp::ref(result) += ',' + _ ]) >> repe… in test_actions()
49 TYPEOF_TEST(( (s1= +_w) >> "=>" >> (s2= +_d) )[ xp::ref(result3)[s1] = as<int>(s2) ]); in test_actions()
51 TYPEOF_TEST(( (s1= +_w) >> "=>" >> (s2= +_d) )[ _map5[s1] = as<int>(s2) ]); in test_actions()
155 TYPEOF_TEST((bow >> +_w >> eow)[ check(&three_or_six) ]); in test_assert()
156 TYPEOF_TEST((bow >> +_w >> eow)[ check(length(_)==3 || length(_)==6) ]); in test_assert()
Dtest_actions.cpp30 sregex rx = (+_w)[ xp::ref(result) += _ ] >> *(' ' >> (+_w)[ xp::ref(result) += ',' + _ ]); in test1()
51 …sregex rx = (+_w)[ xp::ref(result) += _ ] >> *(' ' >> (+_w)[ xp::ref(result) += ',' + _ ]) >> repe… in test2()
103 sregex pair = ( (s1= +_w) >> "=>" >> (s2= +_d) )[ xp::ref(result)[s1] = as<int>(s2) ]; in test4()
127 sregex pair = ( (s1= +_w) >> "=>" >> (s2= +_d) )[ _map[s1] = as<int>(s2) ]; in test4_aux()
264 sregex var = '%' >> (s1 = +_w) >> '%'; in test7()
Dtest6.hpp48 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
55 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
62 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
69 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
/third_party/typescript/tests/baselines/reference/
DdestructuringVariableDeclaration1ES5iterable.js93 var _w = __read({ f: [1, 2, { f3: 4, f5: 0 }] }.f, 4), f1 = _w[0], f2 = _w[1], _x = _w[2], f4 = _x.… variable
DnoImplicitAnyDestructuringVarDeclaration2.js23 … }, _v = _u.x2, x2 = _v === void 0 ? undefined : _v, _w = _u.y2, y2 = _w === void 0 ? undefined : variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 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 …
DstaticFieldWithInterfaceContext.js128 var _w = [(_q = /** @class */ (function () {
134 _q)][0], c11 = _w === void 0 ? (_p = /** @class */ (function () {
140 _p) : _w;
DdestructuringSameNames.js57 var _w = [111, 222], blah1 = _w[0], blah1 = _w[1]; variable
DsourceMapValidationDestructuringForOfObjectBindingPattern.js117 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 = _…
/third_party/musl/libc-test/src/musl/
Dpleval.c16 unsigned long n, _w; \
18 _w = e \
19 t(#e, n, _w); \
/third_party/boost/libs/xpressive/doc/
Dtraits.qbk49 sregex crx = imbue(ctraits)( +_w );
54 sregex cpprx1 = imbue(cpptraits)( +_w );
57 sregex cpprx2 = imbue(loc)( +_w );
63 sregex error = _w >> imbue(loc)( _w );
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c36 #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/python/Lib/idlelib/
Dredirector.py41 w = widget._w # widget's (full) Tk pathname
52 self.widget._w)
60 w = widget._w
/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dspring_simulation.dart260 : _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/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/
Dvec.h86 vec4(T _x, T _y, T _z, T _w) in vec4() argument
90 , w(_w) in vec4()

12345