Home
last modified time | relevance | path

Searched refs:_handler (Results 1 – 12 of 12) sorted by relevance

/external/iw/
Diw.h66 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help… argument
68 __cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## _idby ## _ ## _hidden\
76 .handler = (_handler), \
81 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _… argument
82 …__COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel)…
83 …static const struct cmd *_alias = &__cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## …
91 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \ argument
100 .handler = (_handler), \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_8-1.in23 void %%MYSIG2%%_handler(int signo)
29 void %%MYSIG%%_handler(int signo)
43 act.sa_handler = %%MYSIG%%_handler;
53 act.sa_handler = %%MYSIG2%%_handler;
/external/libvncserver/webclients/novnc/include/
Dinput.js30 this._handler = new KeyEventDecoder(kbdUtil.ModifierSync(),
61 if (this._handler.keydown(e)) {
75 if (this._handler.keypress(e)) {
89 if (this._handler.keyup(e)) {
102 this._handler.releaseAll();
138 this._handler.syncModifiers(e);
/external/autotest/server/cros/ap_configurators/
Dweb_driver_core_helpers.py53 self._handler(alert_handler)
58 def _handler(self, alert_handler): member in WebDriverCoreHelpers
Ddlink_dir505l_ap_configurator.py98 self._handler(self._alert_handler)
Ddynamic_ap_configurator.py166 self._handler(None))
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c116 static bool append##type##_handler(void *closure, const void *hd, \
317 static bool oneof##type##_handler(void *closure, const void *hd, \
408 upb_handlers_set##ltype(h, f, append##ltype##_handler, NULL); \ in add_handlers_for_repeated_field()
528 upb_handlers_set##ltype(h, f, oneof##ltype##_handler, &attr); \ in add_handlers_for_oneof_field()
/external/iputils/
Dping6.c251 #define NIQUERY_OPTION(_name, _has_arg, _data, _handler) \ argument
257 .handler = _handler \
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m153 data_callback _handler; field
1508 @synthesize handler = _handler;
1515 _handler = [handler copy];
/external/skia/src/pipe/
DSkPipeReader.cpp764 #define HANDLER(name) { name##_handler, #name }
/external/python/cpython2/Doc/library/
Dlogging.rst318 .. _handler:
/external/python/cpython2/Doc/howto/
Dlogging.rst470 .. _handler-basic: