/external/libmojo/mojo/public/cpp/bindings/ |
D | binding_set.h | 28 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 29 error_handler_ = error_handler; in set_connection_error_handler() 70 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 71 error_handler_ = error_handler; in set_connection_error_handler() 81 base::Closure error_handler = error_handler_; in OnConnectionError() local 83 if (!error_handler.is_null()) in OnConnectionError() 84 error_handler.Run(); in OnConnectionError()
|
D | strong_binding.h | 102 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 104 connection_error_handler_ = error_handler; in set_connection_error_handler()
|
D | connector.h | 69 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 71 connection_error_handler_ = error_handler; in set_connection_error_handler()
|
D | interface_endpoint_client.h | 46 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 48 error_handler_ = error_handler; in set_connection_error_handler()
|
D | associated_binding.h | 141 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 143 connection_error_handler_ = error_handler; in set_connection_error_handler()
|
D | interface_ptr.h | 139 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 140 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
|
D | associated_interface_ptr.h | 125 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 126 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
|
D | binding.h | 215 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 217 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
|
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/ |
D | network_3GDisableWhileConnecting.py | 132 error_handler=self._expect_einprogress_handler) 136 error_handler=self._expect_einprogress_handler) 152 error_handler=self.build_error_handler('Connect')) 234 error_handler=self._connect_error_handler) 243 error_handler=self.build_error_handler('GetStatus')) 252 error_handler=self.build_error_handler('Enable'))
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | binding_state.h | 98 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 100 connection_error_handler_ = error_handler; in set_connection_error_handler() 207 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 209 connection_error_handler_ = error_handler; in set_connection_error_handler()
|
D | interface_ptr_state.h | 124 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 128 router_->set_connection_error_handler(error_handler); in set_connection_error_handler() 276 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 280 endpoint_client_->set_connection_error_handler(error_handler); in set_connection_error_handler()
|
D | router.h | 44 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 45 error_handler_ = error_handler; in set_connection_error_handler()
|
D | associated_interface_ptr_state.h | 112 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument 114 endpoint_client_->set_connection_error_handler(error_handler); in set_connection_error_handler()
|
/external/android-clat/ |
D | netlink_callbacks.c | 42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function 65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval); in alloc_ack_callbacks()
|
D | getaddr.c | 89 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function 121 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | event.c | 94 msg_handler = p_event_mgr->error_handler; in opj_event_msg() 142 p_manager->error_handler = opj_default_callback; in opj_set_default_event_handler()
|
D | event.h | 59 opj_msg_callback error_handler; member
|
/external/iw/ |
D | genl.c | 15 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function 102 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &ret); in nl_get_multicast_id()
|
/external/ImageMagick/MagickCore/ |
D | exception.c | 81 error_handler = DefaultErrorHandler; variable 725 if (error_handler != (ErrorHandler) NULL) in MagickError() 726 (*error_handler)(error,reason,description); in MagickError() 827 previous_handler=error_handler; in SetErrorHandler() 828 error_handler=handler; in SetErrorHandler()
|
/external/v8/src/ast/ |
D | modules.cc | 289 PendingCompilationErrorHandler* error_handler, in Validate() argument 292 DCHECK_NOT_NULL(error_handler); in Validate() 298 error_handler->ReportMessageAt( in Validate() 310 error_handler->ReportMessageAt( in Validate()
|
/external/libnl/python/examples/ |
D | iface.py | 56 def error_handler(err, a): function 72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
|
D | wiphy.py | 105 def error_handler(err, a): function 121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | bitreader_buffer.h | 30 vpx_rb_error_handler error_handler; member
|
D | bitreader_buffer.c | 26 rb->error_handler(rb->error_handler_data); in vpx_rb_read_bit()
|
/external/autotest/site_utils/ |
D | run_suite_unittest.py | 624 def error_handler(msg): # pylint: disable=missing-docstring function 627 parser.error = error_handler 652 def error_handler(msg): # pylint: disable=missing-docstring function 655 parser.error = error_handler
|