Searched refs:error_handler (Results 1 - 25 of 50) sorted by relevance

12

/external/pdfium/third_party/libopenjpeg20/
H A Devent.h58 opj_msg_callback error_handler; member in struct:opj_event_mgr
H A Devent.c101 msg_handler = p_event_mgr->error_handler;
147 p_manager->error_handler = opj_default_callback;
/external/android-clat/
H A Dnetlink_callbacks.c36 /* function: error_handler
42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, function
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
H A Dgetaddr.c83 /* function: error_handler
89 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, function
121 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
/external/libvpx/libvpx/vpx_dsp/
H A Dbitreader_buffer.h30 vpx_rb_error_handler error_handler; member in struct:vpx_read_bit_buffer
H A Dbitreader_buffer.c26 rb->error_handler(rb->error_handler_data);
/external/libmojo/mojo/public/cpp/bindings/
H A Dinterface_endpoint_client.h54 void set_connection_error_handler(const base::Closure& error_handler) { argument
56 error_handler_ = error_handler;
61 const ConnectionErrorWithReasonCallback& error_handler) {
63 error_with_reason_handler_ = error_handler;
60 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dstrong_binding.h62 void set_connection_error_handler(const base::Closure& error_handler) { argument
64 connection_error_handler_ = error_handler;
69 const ConnectionErrorWithReasonCallback& error_handler) {
71 connection_error_with_reason_handler_ = error_handler;
68 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dbinding.h234 void set_connection_error_handler(const base::Closure& error_handler) { argument
236 internal_state_.set_connection_error_handler(error_handler);
240 const ConnectionErrorWithReasonCallback& error_handler) {
242 internal_state_.set_connection_error_with_reason_handler(error_handler);
239 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dinterface_ptr.h156 void set_connection_error_handler(const base::Closure& error_handler) { argument
157 internal_state_.set_connection_error_handler(error_handler);
161 const ConnectionErrorWithReasonCallback& error_handler) {
162 internal_state_.set_connection_error_with_reason_handler(error_handler);
160 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dassociated_binding.h56 void set_connection_error_handler(const base::Closure& error_handler);
59 const ConnectionErrorWithReasonCallback& error_handler);
H A Dconnector.h73 void set_connection_error_handler(const base::Closure& error_handler) { argument
75 connection_error_handler_ = error_handler;
H A Dassociated_interface_ptr.h138 void set_connection_error_handler(const base::Closure& error_handler) { argument
139 internal_state_.set_connection_error_handler(error_handler);
143 const ConnectionErrorWithReasonCallback& error_handler) {
144 internal_state_.set_connection_error_with_reason_handler(error_handler);
142 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dbinding_set.h76 void set_connection_error_handler(const base::Closure& error_handler) { argument
77 error_handler_ = error_handler;
82 const ConnectionErrorWithReasonCallback& error_handler) {
83 error_with_reason_handler_ = error_handler;
81 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbinding_state.h53 void set_connection_error_handler(const base::Closure& error_handler) { argument
55 endpoint_client_->set_connection_error_handler(error_handler);
59 const ConnectionErrorWithReasonCallback& error_handler) {
61 endpoint_client_->set_connection_error_with_reason_handler(error_handler);
58 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dassociated_interface_ptr_state.h110 void set_connection_error_handler(const base::Closure& error_handler) { argument
112 endpoint_client_->set_connection_error_handler(error_handler);
116 const ConnectionErrorWithReasonCallback& error_handler) {
118 endpoint_client_->set_connection_error_with_reason_handler(error_handler);
115 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
H A Dinterface_ptr_state.h128 void set_connection_error_handler(const base::Closure& error_handler) { argument
132 endpoint_client_->set_connection_error_handler(error_handler);
136 const ConnectionErrorWithReasonCallback& error_handler) {
140 endpoint_client_->set_connection_error_with_reason_handler(error_handler);
135 set_connection_error_with_reason_handler( const ConnectionErrorWithReasonCallback& error_handler) argument
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
H A Dcellular_DisableWhileConnecting.py133 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/python/cpython2/Lib/distutils/command/
H A Dcheck.py22 debug=0, encoding='ascii', error_handler='replace'):
25 debug, encoding, error_handler)
139 error_handler=settings.error_encoding_error_handler)
/external/python/cpython3/Lib/distutils/command/
H A Dcheck.py19 debug=0, encoding='ascii', error_handler='replace'):
22 debug, encoding, error_handler)
135 error_handler=settings.error_encoding_error_handler)
/external/iw/
H A Dgenl.c15 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
102 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &ret);
/external/libnl/python/examples/
H A Diface.py56 def error_handler(err, a): function
72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dtemplate.py103 :param error_handler: Python callable which is called whenever
222 error_handler=None,
330 self.error_handler = error_handler
511 error_handler=None,
549 self.error_handler = error_handler
567 self.error_handler = parent.error_handler
/external/ImageMagick/MagickCore/
H A Dexception.c85 error_handler = DefaultErrorHandler;
742 if (error_handler != (ErrorHandler) NULL)
743 (*error_handler)(error,reason,description);
847 previous_handler=error_handler;
848 error_handler=handler;
81 error_handler = DefaultErrorHandler; variable
/external/v8/src/ast/
H A Dmodules.cc292 PendingCompilationErrorHandler* error_handler,
295 DCHECK_NOT_NULL(error_handler);
301 error_handler->ReportMessageAt(
313 error_handler->ReportMessageAt(
291 Validate(ModuleScope* module_scope, PendingCompilationErrorHandler* error_handler, Zone* zone) argument

Completed in 1947 milliseconds

12