Searched defs:throw_exception (Results 1 - 12 of 12) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dthrow_exception.hpp2 // detail/throw_exception.hpp
22 // Declare the throw_exception function for all targets.
24 void throw_exception(const Exception& e);
26 // Only define the throw_exception function when exceptions are enabled.
31 void throw_exception(const Exception& e) function in namespace:asio::detail
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dthrow_exception.hpp2 // detail/throw_exception.hpp
22 // Declare the throw_exception function for all targets.
24 void throw_exception(const Exception& e);
26 // Only define the throw_exception function when exceptions are enabled.
31 void throw_exception(const Exception& e) function in namespace:asio::detail
/external/fmtlib/test/
H A Dgtest-extra-test.cc76 void throw_exception() { function in namespace:__anon6747
88 EXPECT_THROW_MSG(throw_exception(), std::exception, p_++), "01234");
113 throw_exception();
121 throw_exception();
129 throw_exception();
154 throw_exception();
222 EXPECT_THROW_MSG(throw_exception(), std::exception, "test");
249 EXPECT_THROW_MSG(throw_exception(), std::exception, "test");
251 EXPECT_THROW_MSG(throw_exception(), std::logic_error, "test"),
252 "Expected: throw_exception() throw
[all...]
/external/v8/src/builtins/
H A Dbuiltins-promise.cc233 Label out(this), throw_exception(this, Label::kDeferred);
236 GotoIf(TaggedIsSmi(value), &throw_exception); local
242 Branch(IsJSReceiverInstanceType(value_instance_type), &out, &throw_exception); local
245 Bind(&throw_exception);
H A Dbuiltins-string.cc1180 Label out(this), throw_exception(this, Label::kDeferred);
1181 Branch(IsNullOrUndefined(value), &throw_exception, &out); local
1183 Bind(&throw_exception);
H A Dbuiltins-regexp.cc386 Label out(this), throw_exception(this, Label::kDeferred);
389 GotoIf(TaggedIsSmi(maybe_receiver), &throw_exception); local
395 Branch(IsJSReceiverInstanceType(value_instance_type), &out, &throw_exception); local
398 Bind(&throw_exception);
/external/v8/src/
H A Dcode-stub-assembler.cc2806 Label out(this), throw_exception(this, Label::kDeferred);
2809 GotoIf(TaggedIsSmi(value), &throw_exception); local
2816 &throw_exception); local
2819 Bind(&throw_exception);
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1240 milliseconds