HomeSort by relevance Sort by last modified time
    Searched refs:runtime_error (Results 76 - 100 of 215) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 113 throw std::runtime_error("debug_allocator::deallocate"
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 113 throw std::runtime_error("debug_allocator::deallocate"
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 113 throw std::runtime_error("debug_allocator::deallocate"
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_except.i 28 %typemap(throws, canthrow=1) std::runtime_error "SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_except.i 28 %typemap(throws, canthrow=1) std::runtime_error "SWIG_DSetPendingException(SWIG_DException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_except.i 28 %typemap(throws) std::runtime_error "SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_except.i 39 %typemap(throws) std::runtime_error "SWIG_exception(SWIG_RuntimeError, $1.what());"
  /prebuilts/misc/common/swig/include/2.0.11/
std_except.i 52 %std_exception_map(runtime_error, SWIG_RuntimeError);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio.hpp 140 throw std::runtime_error(oss.str());
162 throw std::runtime_error(oss.str());
182 throw std::runtime_error(oss.str());
202 throw std::runtime_error(oss.str());
219 throw std::runtime_error("registerEventHandler failed");
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.cxx 52 throw std::runtime_error(std::string(__FUNCTION__) +
60 throw std::runtime_error(std::string(__FUNCTION__) +
118 throw std::runtime_error(std::string(__FUNCTION__) +
139 throw std::runtime_error(std::string(__FUNCTION__) +
147 throw std::runtime_error(std::string(__FUNCTION__) +
178 throw std::runtime_error(std::string(__FUNCTION__) +
259 throw std::runtime_error(std::string(__FUNCTION__) +
267 throw std::runtime_error(std::string(__FUNCTION__) +
294 throw std::runtime_error(std::string(__FUNCTION__) +
304 throw std::runtime_error(std::string(__FUNCTION__)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 135 catch (runtime_error const&) {
146 * a runtime_error exception.
154 catch (runtime_error const& /* e */) {
166 catch (runtime_error const& /* e */) {
179 catch (runtime_error const& /* e */) {
189 catch (runtime_error const& e) {
201 catch (runtime_error const& e) {
245 catch (runtime_error const& /* e */) {
259 catch (runtime_error const&) {
270 catch (runtime_error const&)
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 135 catch (runtime_error const&) {
146 * a runtime_error exception.
154 catch (runtime_error const& /* e */) {
166 catch (runtime_error const& /* e */) {
179 catch (runtime_error const& /* e */) {
189 catch (runtime_error const& e) {
201 catch (runtime_error const& e) {
245 catch (runtime_error const& /* e */) {
259 catch (runtime_error const&) {
270 catch (runtime_error const&)
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 149 runtime_error::~runtime_error() _NOEXCEPT
156 runtime_error::what() const _NOEXCEPT
  /external/deqp/framework/opengl/wrapper/
glwWrapper.cpp 67 throw std::runtime_error("glw: TLS allocation failed");
  /external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::overflow_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/range.error/
range_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value),
21 "std::is_base_of<std::runtime_error, std::range_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/underflow.error/
underflow_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 82 throw std::runtime_error(message);
  /external/vulkan-validation-layers/demos/smoke/
Main.cpp 66 } catch (const std::runtime_error &e) {
  /hardware/bsp/intel/peripheral/libupm/src/hp20x/
hp20x.cxx 94 throw std::runtime_error(std::string(__FUNCTION__) +
105 throw std::runtime_error(std::string(__FUNCTION__) +
122 throw std::runtime_error(std::string(__FUNCTION__) +
143 throw std::runtime_error(std::string(__FUNCTION__) +
  /hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
lsm9ds0.cxx 64 throw std::runtime_error(string(__FUNCTION__) +
71 throw std::runtime_error(string(__FUNCTION__) +
92 throw std::runtime_error(string(__FUNCTION__) +
101 throw std::runtime_error(string(__FUNCTION__) +
109 throw std::runtime_error(string(__FUNCTION__) +
117 throw std::runtime_error(string(__FUNCTION__) +
127 throw std::runtime_error(string(__FUNCTION__) +
136 throw std::runtime_error(string(__FUNCTION__) +
144 throw std::runtime_error(string(__FUNCTION__) +
154 throw std::runtime_error(string(__FUNCTION__) +
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::overflow_error>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/
range_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value),
21 "std::is_base_of<std::runtime_error, std::range_error>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/
underflow_error.pass.cpp 20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
  /external/deqp/framework/delibs/decpp/
deSocket.hpp 35 class SocketError : public std::runtime_error
38 SocketError (const std::string& message) : std::runtime_error(message) {}

Completed in 1149 milliseconds

1 2 34 5 6 7 8 9