OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw_exception
(Results
1 - 25
of
37
) sorted by null
1
2
/ndk/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);
config.hpp
264
// Boost
throw_exception
function.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
throw_exception.hpp
17
// boost/
throw_exception
.hpp
26
// http://www.boost.org/libs/utility/
throw_exception
.html
47
# define BOOST_THROW_EXCEPTION(x) ::boost::
throw_exception
(x)
54
void
throw_exception
( std::exception const & e ); // user defined
60
template<class E> BOOST_ATTRIBUTE_NORETURN inline void
throw_exception
( E const & e )
84
boost::
throw_exception
(
array.hpp
49
#include <boost/
throw_exception
.hpp>
195
boost::
throw_exception
(e);
326
boost::
throw_exception
(e);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
throw_error.ipp
17
#include "asio/detail/
throw_exception
.hpp"
28
asio::detail::
throw_exception
(e);
36
asio::detail::
throw_exception
(e);
service_registry.ipp
18
#include "asio/detail/
throw_exception
.hpp"
145
asio::detail::
throw_exception
(invalid_service_owner());
154
asio::detail::
throw_exception
(service_already_exists());
/external/llvm/test/CodeGen/ARM/
ehabi-handlerdata-nounwind.ll
12
;
throw_exception
();
20
declare void @
throw_exception
()
30
invoke void @
throw_exception
() to label %try.cont unwind label %lpad
ehabi-handlerdata.ll
18
declare void @
throw_exception
()
28
invoke void @
throw_exception
() to label %try.cont unwind label %lpad
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
address_v4.ipp
21
#include "asio/detail/
throw_exception
.hpp"
36
asio::detail::
throw_exception
(ex);
50
asio::detail::
throw_exception
(ex);
address.ipp
18
#include "asio/detail/
throw_exception
.hpp"
100
asio::detail::
throw_exception
(ex);
110
asio::detail::
throw_exception
(ex);
address_v6.ipp
21
#include "asio/detail/
throw_exception
.hpp"
46
asio::detail::
throw_exception
(ex);
143
asio::detail::
throw_exception
(ex);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp
16
#include <boost/
throw_exception
.hpp>
169
::boost::
throw_exception
(negative_overflow()) ;
171
::boost::
throw_exception
(positive_overflow()) ;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp
27
#include <boost/
throw_exception
.hpp>
106
boost::
throw_exception
( std::bad_alloc() );
143
boost::
throw_exception
(std::bad_alloc());
175
boost::
throw_exception
( std::bad_alloc() );
223
boost::
throw_exception
( std::bad_alloc() );
271
boost::
throw_exception
( std::bad_alloc() );
293
boost::
throw_exception
(std::bad_alloc());
509
boost::
throw_exception
( boost::bad_weak_ptr() );
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java
147
e.
throw_exception
(ILLEGAL_ARGUMENT_EXCEPTION, "Unknown field index");
165
e.
throw_exception
(ILLEGAL_ARGUMENT_EXCEPTION, "Unknown field index");
185
e.
throw_exception
(ILLEGAL_ARGUMENT_EXCEPTION, "Unknown field name");
204
e.
throw_exception
(ILLEGAL_ARGUMENT_EXCEPTION, "Unknown field name");
/external/clang/test/CodeGenCXX/
static-init.cpp
51
__attribute__((noreturn)) int
throw_exception
();
54
throw_exception
();
/art/runtime/mirror/
object_array.h
83
int32_t count, bool
throw_exception
)
object_array-inl.h
203
bool
throw_exception
) {
240
if (
throw_exception
) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
ImmutableBean.java
109
e.
throw_exception
(ILLEGAL_STATE_EXCEPTION, "Bean is immutable");
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp
31
#include <boost/
throw_exception
.hpp>
278
boost::
throw_exception
(std::bad_cast());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java
140
e.
throw_exception
(ABSTRACT_METHOD_ERROR, method.toString() + " is abstract" );
Enhancer.java
[
all
...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java
194
e.
throw_exception
(ILLEGAL_ARGUMENT_EXCEPTION, "Cannot find matching method/constructor");
Completed in 1883 milliseconds
1
2