HomeSort by relevance Sort by last modified time
    Searched refs:throw_exception (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 4 void throw_exception() { function
9 std::set_unexpected(throw_exception);
unexpected_02.cpp 9 void throw_exception() { function
15 std::set_unexpected(throw_exception);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 4 void throw_exception() { function
9 std::set_unexpected(throw_exception);
unexpected_02.cpp 9 void throw_exception() { function
15 std::set_unexpected(throw_exception);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
throw_exception.hpp 2 // 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
socket_option.hpp 19 #include "asio/detail/throw_exception.hpp"
121 asio::detail::throw_exception(ex);
202 asio::detail::throw_exception(ex);
295 asio::detail::throw_exception(ex);
  /external/clang/test/CodeGenCXX/
static-init.cpp 51 __attribute__((noreturn)) int throw_exception();
54 throw_exception();
  /external/fmtlib/test/
gtest-extra-test.cc 76 void throw_exception() { function in namespace:__anon19448
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() throws an exception of
    [all...]
  /art/runtime/mirror/
object_array.h 99 bool throw_exception)
object_array-inl.h 263 bool throw_exception) {
340 if (throw_exception) {
  /external/v8/src/builtins/
builtins-promise.cc 233 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);
    [all...]
builtins-regexp.cc 386 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);
    [all...]
builtins-string.cc 1181 Branch(IsNullOrUndefined(value), &throw_exception, &out); local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 2809 GotoIf(TaggedIsSmi(value), &throw_exception); local
2816 &throw_exception); local
    [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 342 milliseconds

1 2