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

  /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);
lexical_cast.hpp 38 #include <boost/throw_exception.hpp>
66 #define BOOST_LCAST_THROW_BAD_CAST(S, T) throw_exception(bad_lexical_cast())
69 throw_exception(bad_lexical_cast(typeid(Source), typeid(Target)))
    [all...]
  /external/clang/test/CodeGenCXX/
static-init.cpp 48 __attribute__((noreturn)) int throw_exception();
51 throw_exception();
  /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() );
  /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/
shared_ptr.hpp 31 #include <boost/throw_exception.hpp>
278 boost::throw_exception(std::bad_cast());
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 235 throw_exception(PhysicalReg_ECX, PhysicalReg_EAX, PhysicalReg_Null, true);
Lower.h 870 int throw_exception(int exceptionPtr, int imm,
    [all...]
LowerJump.cpp 1072 int throw_exception(int exceptionPtrReg, int immReg, function
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 910 milliseconds