/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | associated_binding.cc | 33 base::OnceClosure error_handler) { in set_connection_error_handler() argument 35 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 39 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 42 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | binding_state.h | 56 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 58 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 62 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 65 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | associated_interface_ptr_state.h | 51 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 53 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 57 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 60 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | interface_ptr_state.h | 159 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 163 endpoint_client()->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 167 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 172 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | strong_binding.h | 62 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 64 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler() 69 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 71 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
|
D | strong_associated_binding.h | 64 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 66 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler() 71 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 73 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
|
D | binding.h | 177 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 179 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 183 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 186 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | interface_ptr.h | 161 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 162 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 166 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 168 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | interface_endpoint_client.h | 55 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 57 error_handler_ = std::move(error_handler); in set_connection_error_handler() 62 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 64 error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
|
D | associated_interface_ptr.h | 140 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 141 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler() 145 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument 147 std::move(error_handler)); in set_connection_error_with_reason_handler()
|
D | binding_set.h | 76 void set_connection_error_handler(base::RepeatingClosure error_handler) { 77 error_handler_ = std::move(error_handler); 82 RepeatingConnectionErrorWithReasonCallback error_handler) { 83 error_with_reason_handler_ = std::move(error_handler);
|
D | associated_binding.h | 55 void set_connection_error_handler(base::OnceClosure error_handler); 58 ConnectionErrorWithReasonCallback error_handler);
|
D | connector.h | 108 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument 110 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
|
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/ |
D | cellular_DisableWhileConnecting.py | 133 error_handler=self._expect_einprogress_handler) 137 error_handler=self._expect_einprogress_handler) 153 error_handler=self.build_error_handler('Connect')) 237 error_handler=self._connect_error_handler) 246 error_handler=self.build_error_handler('GetStatus')) 255 error_handler=self.build_error_handler('Enable'))
|
/external/android-clat/ |
D | netlink_callbacks.c | 42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function 65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval); in alloc_ack_callbacks()
|
D | getaddr.c | 87 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function 120 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip()
|
/external/python/cpython3/Lib/distutils/command/ |
D | check.py | 19 debug=0, encoding='ascii', error_handler='replace'): argument 22 debug, encoding, error_handler) 135 error_handler=settings.error_encoding_error_handler)
|
/external/python/cpython2/Lib/distutils/command/ |
D | check.py | 22 debug=0, encoding='ascii', error_handler='replace'): argument 25 debug, encoding, error_handler) 139 error_handler=settings.error_encoding_error_handler)
|
/external/libvpx/libvpx/vpx_dsp/ |
D | bitreader_buffer.c | 26 if (rb->error_handler != NULL) rb->error_handler(rb->error_handler_data); in vpx_rb_read_bit()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | event.c | 101 msg_handler = p_event_mgr->error_handler; in opj_event_msg() 147 p_manager->error_handler = opj_default_callback; in opj_set_default_event_handler()
|
/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 | 82 error_handler = DefaultErrorHandler; variable 717 if (error_handler != (ErrorHandler) NULL) in MagickError() 718 (*error_handler)(error,reason,description); in MagickError() 819 previous_handler=error_handler; in SetErrorHandler() 820 error_handler=handler; in SetErrorHandler()
|
/external/libaom/libaom/aom_dsp/ |
D | bitreader_buffer.c | 33 if (rb->error_handler) rb->error_handler(rb->error_handler_data); in aom_rb_read_bit()
|
/external/v8/src/ast/ |
D | modules.cc | 315 PendingCompilationErrorHandler* error_handler, in Validate() argument 318 DCHECK_NOT_NULL(error_handler); in Validate() 324 error_handler->ReportMessageAt( in Validate() 336 error_handler->ReportMessageAt( in Validate()
|
/external/libchrome/mojo/public/cpp/system/ |
D | invitation.cc | 72 MojoProcessErrorHandler error_handler = nullptr; in SendInvitation() local 75 error_handler = &RunErrorCallback; in SendInvitation() 94 error_handler, error_handler_context, &options); in SendInvitation()
|