HomeSort by relevance Sort by last modified time
    Searched full:throw_error (Results 1 - 25 of 28) sorted by null

1 2

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
throw_error.hpp 2 // detail/throw_error.hpp
28 inline void throw_error(const asio::error_code& err) function in namespace:asio::detail
34 inline void throw_error(const asio::error_code& err, function in namespace:asio::detail
46 # include "asio/detail/impl/throw_error.ipp"
  /external/chromium-trace/catapult/third_party/vinn/vinn/test_data/
error_stack_test.js 7 * Set global throw_error to true. This will be used to check whether to throw
10 this.throw_error = true;
error.js 6 if (global.throw_error) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
posix_event.ipp 20 #include "asio/detail/throw_error.hpp"
34 asio::detail::throw_error(ec, "event");
posix_mutex.ipp 20 #include "asio/detail/throw_error.hpp"
33 asio::detail::throw_error(ec, "mutex");
posix_tss_ptr.ipp 20 #include "asio/detail/throw_error.hpp"
33 asio::detail::throw_error(ec, "tss");
posix_thread.ipp 20 #include "asio/detail/throw_error.hpp"
52 asio::detail::throw_error(ec, "thread");
throw_error.ipp 2 // detail/impl/throw_error.ipp
16 #include "asio/detail/throw_error.hpp"
pipe_select_interrupter.ipp 24 #include "asio/detail/throw_error.hpp"
56 asio::detail::throw_error(ec, "pipe_select_interrupter");
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.ipp 20 #include "asio/detail/throw_error.hpp"
52 asio::detail::throw_error(ec);
65 asio::detail::throw_error(ec);
78 asio::detail::throw_error(ec);
91 asio::detail::throw_error(ec);
connect.hpp 21 #include "asio/detail/throw_error.hpp"
45 asio::detail::throw_error(ec, "connect");
62 asio::detail::throw_error(ec, "connect");
80 asio::detail::throw_error(ec, "connect");
100 asio::detail::throw_error(ec, "connect");
read.hpp 27 #include "asio/detail/throw_error.hpp"
61 asio::detail::throw_error(ec, "read");
79 asio::detail::throw_error(ec, "read");
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octstdcommon.swg 105 static Type as(const octave_value& obj, bool throw_error) {
112 if (throw_error) throw std::invalid_argument("bad type");
120 static Type as(const octave_value& obj, bool throw_error) {
137 if (throw_error) throw std::invalid_argument("bad type");
146 static Type* as(const octave_value& obj, bool throw_error) {
155 if (throw_error) throw std::invalid_argument("bad type");
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystdcommon.swg 109 static Type as(PyObject *obj, bool throw_error) {
116 if (throw_error) throw std::invalid_argument("bad type");
124 static Type as(PyObject *obj, bool throw_error) {
141 if (throw_error) throw std::invalid_argument("bad type");
150 static Type* as(PyObject *obj, bool throw_error) {
159 if (throw_error) throw std::invalid_argument("bad type");
  /prebuilts/misc/common/swig/include/2.0.11/r/
rstdcommon.swg 103 static Type as(SWIG_Object obj, bool throw_error) {
107 if (throw_error)
116 static Type as(SWIG_Object obj, bool throw_error) {
130 if (throw_error)
140 static Type* as(SWIG_Object obj, bool throw_error) {
146 if (throw_error)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdcommon.swg 116 static Type as(VALUE obj, bool throw_error) {
120 if (throw_error) throw std::invalid_argument("bad type");
132 static Type as(VALUE obj, bool throw_error) {
145 if (throw_error) throw std::invalid_argument("bad type");
159 static Type* as(VALUE obj, bool throw_error) {
165 if (throw_error) throw std::invalid_argument("bad type");
  /external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
address_v4.ipp 20 #include "asio/detail/throw_error.hpp"
75 asio::detail::throw_error(ec);
95 asio::detail::throw_error(ec);
address.ipp 17 #include "asio/detail/throw_error.hpp"
133 asio::detail::throw_error(ec);
address_v6.ipp 20 #include "asio/detail/throw_error.hpp"
93 asio::detail::throw_error(ec);
113 asio::detail::throw_error(ec);
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 58 public static Runnable THROW_ERROR = new Runnable() {
117 * @see #THROW_ERROR
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 19 #include "asio/detail/throw_error.hpp"
102 asio::detail::throw_error(ec, "open");
139 asio::detail::throw_error(ec, "open");
144 asio::detail::throw_error(ec, "set_option");
147 asio::detail::throw_error(ec, "bind");
150 asio::detail::throw_error(ec, "listen");
175 asio::detail::throw_error(ec, "assign");
278 asio::detail::throw_error(ec, "open");
323 asio::detail::throw_error(ec, "assign");
371 asio::detail::throw_error(ec, "bind")
    [all...]
basic_socket.hpp 19 #include "asio/detail/throw_error.hpp"
88 asio::detail::throw_error(ec, "open");
113 asio::detail::throw_error(ec, "open");
115 asio::detail::throw_error(ec, "bind");
138 asio::detail::throw_error(ec, "assign");
265 asio::detail::throw_error(ec, "open");
309 asio::detail::throw_error(ec, "assign");
351 asio::detail::throw_error(ec, "close");
443 asio::detail::throw_error(ec, "cancel");
499 asio::detail::throw_error(ec, "at_mark")
    [all...]
basic_stream_socket.hpp 20 #include "asio/detail/throw_error.hpp"
239 asio::detail::throw_error(ec, "send");
277 asio::detail::throw_error(ec, "send");
444 asio::detail::throw_error(ec, "receive");
485 asio::detail::throw_error(ec, "receive");
653 asio::detail::throw_error(ec, "write_some");
763 asio::detail::throw_error(ec, "read_some");
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/
endpoint.ipp 18 #include "asio/detail/throw_error.hpp"
100 asio::detail::throw_error(ec);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 18 #include "asio/detail/throw_error.hpp"
99 asio::detail::throw_error(ec, "resolve");
188 asio::detail::throw_error(ec, "resolve");

Completed in 775 milliseconds

1 2