Home
last modified time | relevance | path

Searched refs:on_error (Results 1 – 25 of 73) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/uevent/
Duevent_filtering.c104 goto on_error; in uevent_listener()
114 goto on_error; in uevent_listener()
120 goto on_error; in uevent_listener()
125 goto on_error; in uevent_listener()
134 goto on_error; in uevent_listener()
144 goto on_error; in uevent_listener()
152 goto on_error; in uevent_listener()
188 on_error: in uevent_listener()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/
Dobserver.cpp48 scrbResult.on_error(rxu::current_exception());
146 dob.on_error(rxu::current_exception());
150 so.on_error(rxu::current_exception());
154 dob.on_error(rxu::current_exception());
158 so.on_error(rxu::current_exception());
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dlift.cpp37 dest.on_error(rxu::current_exception()); in on_next()
44 void on_error(rxu::error_ptr e) const { in on_error() function
45 dest.on_error(e); in on_error()
251 … RXCPP_TRY {pass = predicate(n);} RXCPP_CATCH(...){dest.on_error(rxu::current_exception());}; in __anon3f4dc8d90602()
254 [=](rxu::error_ptr e){dest.on_error(e);}, in __anon3f4dc8d90602()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp78 destination.on_error(rxu::current_exception()); in ensure_processing()
113 void on_error(rxu::error_ptr e) const { in on_error() function
116 fill_queue.push_back(notification_type::on_error(e)); in on_error()
153 void on_error(rxu::error_ptr e) const { in on_error() function in rxcpp::subjects::detail::synchronize_observer
154 state->on_error(e); in on_error()
Drx-subject.hpp162 o.on_error(e); in add()
194 void on_error(rxu::error_ptr e) const { in on_error() function in rxcpp::subjects::detail::multicast_observer
206 o.on_error(e); in on_error()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-element_at.hpp80 void on_error(rxu::error_ptr e) const { in on_error() function
81 dest.on_error(e); in on_error()
85 dest.on_error(rxu::make_error_ptr(std::range_error("index is out of bounds"))); in on_completed()
Drx-tap.hpp95 void on_error(rxu::error_ptr e) const { in on_error() function
96 out.on_error(e); in on_error()
97 dest.on_error(e); in on_error()
Drx-window.hpp106 void on_error(rxu::error_ptr e) const { in on_error() function
108 s.get_subscriber().on_error(e); in on_error()
110 dest.on_error(e); in on_error()
Drx-window_toggle.hpp180 localState->dest.on_error(e); in window_toggle_observer()
190 localState->dest.on_error(e); in window_toggle_observer()
221 void on_error(rxu::error_ptr e) const { in on_error() function
225 s.get_subscriber().on_error(e); in on_error()
227 localState->dest.on_error(e); in on_error()
Drx-merge_delay_error.hpp172 state->out.on_error( in on_subscribe()
182 state->out.on_error( in on_subscribe()
197 state->out.on_error( in on_subscribe()
207 state->out.on_error( in on_subscribe()
Drx-ignore_elements.hpp59 void on_error(rxu::error_ptr e) const { in on_error() function
60 dest.on_error(e); in on_error()
Drx-distinct.hpp64 void on_error(rxu::error_ptr e) const { in on_error() function
65 dest.on_error(e); in on_error()
Drx-take_while.hpp76 void on_error(rxu::error_ptr e) const { in on_error() function
77 dest.on_error(e); in on_error()
Drx-retry.hpp46 static inline void on_error(State& state, rxu::error_ptr& e) { in on_error() function
50 state->out.on_error(e); in on_error()
Drx-pairwise.hpp70 void on_error(rxu::error_ptr e) const { in on_error() function
71 dest.on_error(e); in on_error()
Drx-repeat.hpp50 static inline void on_error(State& state, rxu::error_ptr& e) { in on_error() function
51 state->out.on_error(e); in on_error()
Drx-skip_while.hpp78 void on_error(rxu::error_ptr e) const { in on_error() function
79 dest.on_error(e); in on_error()
Drx-finally.hpp73 void on_error(rxu::error_ptr e) const { in on_error() function
74 dest.on_error(e); in on_error()
Drx-filter.hpp82 void on_error(rxu::error_ptr e) const { in on_error() function
83 dest.on_error(e); in on_error()
Drx-group_by.hpp203 [this](rxu::error_ptr e){on_error(e);}); in on_next()
218 [this](rxu::error_ptr e){on_error(e);}); in on_next()
247 [this](rxu::error_ptr e){on_error(e);}); in on_next()
253 void on_error(rxu::error_ptr e) const { in on_error() function
255 g.second.on_error(e); in on_error()
257 dest.on_error(e); in on_error()
Drx-distinct_until_changed.hpp77 void on_error(rxu::error_ptr e) const { in on_error() function
78 dest.on_error(e); in on_error()
/external/autotest/server/cros/update_engine/
Dupdate_engine_event.py54 previous_version=None, on_error=None): argument
69 self._on_error = on_error
Dupdate_engine_test.py106 on_error=self._error_initial_check)
111 on_error=self._error_incorrect_event)
116 on_error=self._error_incorrect_event)
121 on_error=self._error_incorrect_event)
157 on_error=self._error_reboot_after_update)
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp89 s.on_error(ep); in operator ()()
247 void on_error(rxu::error_ptr e) const { in on_error() function in rxcpp::observer
335 void on_error(rxu::error_ptr e) const { in on_error() function in rxcpp::observer
355 virtual void on_error(rxu::error_ptr) const {}; in on_error() function
374 virtual void on_error(rxu::error_ptr e) const { in on_error() function
375 destination.on_error(e); in on_error()
442 void on_error(rxu::error_ptr e) const { in on_error() function in rxcpp::observer
444 destination->on_error(e); in on_error()
658 s.on_error(rxu::current_exception()); in on_exception()
/external/grpc-grpc/tools/codegen/core/
Dgen_settings_ids.py181 decorated_setting.setting.on_error.behavior,
182 decorated_setting.setting.on_error.code,

123