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

12 3 4 5 6 7 8 9

  /external/libcxxabi/src/
stdexcept.cpp 31 runtime_error::~runtime_error() _NOEXCEPT {}
34 runtime_error::what() const _NOEXCEPT
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 31 runtime_error::~runtime_error() _NOEXCEPT {}
34 runtime_error::what() const _NOEXCEPT
  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 24 throw std::runtime_error("OK: Hello, world (with full C++ support) !");
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test0_foo.cpp 23 throw std::runtime_error("OK: Throw in lib, catch in lib!");
  /ndk/tests/device/test-gnustl_static-exception/jni/
test0_foo.cpp 23 throw std::runtime_error("OK: Throw in lib, catch in lib!");
  /external/deqp/execserver/
xsTestProcess.hpp 33 class TestProcessException : public std::runtime_error
36 TestProcessException (const std::string& message) : std::runtime_error(message) {}
  /external/deqp/framework/delibs/decpp/
deProcess.hpp 35 class ProcessError : public std::runtime_error
38 ProcessError (const std::string& message) : std::runtime_error(message) {}
deDefs.cpp 39 throw std::runtime_error(msg.str());
deDynamicLibrary.cpp 37 throw std::runtime_error(std::string("Failed to open dynamic library: '") + fileName + "'");
deSocket.cpp 49 throw std::runtime_error("SocketAddress::setHost()");
55 throw std::runtime_error("SocketAddress::setPort()");
61 throw std::runtime_error("SocketAddress::setFamily()");
67 throw std::runtime_error("SocketAddress::setType()");
73 throw std::runtime_error("SocketAddress::setProtocol()");
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
ak8975.cxx 47 throw std::runtime_error(std::string(__FUNCTION__) +
66 throw std::runtime_error(std::string(__FUNCTION__) +
73 throw std::runtime_error(std::string(__FUNCTION__) +
86 throw std::runtime_error(std::string(__FUNCTION__) +
99 throw std::runtime_error(std::string(__FUNCTION__) +
135 throw std::runtime_error(std::string(__FUNCTION__) +
152 throw std::runtime_error(std::string(__FUNCTION__) +
184 throw std::runtime_error(std::string(__FUNCTION__) +
192 throw std::runtime_error(std::string(__FUNCTION__) +
200 throw std::runtime_error(std::string(__FUNCTION__)
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.cpp 45 throw std::runtime_error("Binaries were compiled without ES2 direct loading support");
glwInitES30Direct.cpp 45 throw std::runtime_error("Binaries were compiled without ES3 direct loading support");
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcd_private.h 28 throw std::runtime_error(std::string(__PRETTY_FUNCTION__) + ": " + msg); \
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
153 throw std::runtime_error("Standard C++ exception"));
169 throw std::runtime_error("Standard C++ exception");
207 throw std::runtime_error("Standard C++ exception");
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
258 throw std::runtime_error("Standard C++ exception");
287 throw std::runtime_error("Standard C++ exception");
  /external/gtest/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
153 throw std::runtime_error("Standard C++ exception"));
169 throw std::runtime_error("Standard C++ exception");
207 throw std::runtime_error("Standard C++ exception");
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
258 throw std::runtime_error("Standard C++ exception");
287 throw std::runtime_error("Standard C++ exception");
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
153 throw std::runtime_error("Standard C++ exception"));
169 throw std::runtime_error("Standard C++ exception");
207 throw std::runtime_error("Standard C++ exception");
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
258 throw std::runtime_error("Standard C++ exception");
287 throw std::runtime_error("Standard C++ exception");
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx 45 throw std::runtime_error(std::string(__FUNCTION__) +
88 throw std::runtime_error(std::string(__FUNCTION__) +
105 throw std::runtime_error(std::string(__FUNCTION__) +
122 throw std::runtime_error(std::string(__FUNCTION__) +
139 throw std::runtime_error(std::string(__FUNCTION__) +
156 throw std::runtime_error(std::string(__FUNCTION__) +
173 throw std::runtime_error(std::string(__FUNCTION__) +
189 throw std::runtime_error(std::string(__FUNCTION__) +
214 throw std::runtime_error(std::string(__FUNCTION__) +
233 throw std::runtime_error(std::string(__FUNCTION__)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
153 throw std::runtime_error("Standard C++ exception"));
169 throw std::runtime_error("Standard C++ exception");
207 throw std::runtime_error("Standard C++ exception");
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
258 throw std::runtime_error("Standard C++ exception");
287 throw std::runtime_error("Standard C++ exception");
  /hardware/bsp/intel/peripheral/libupm/src/hm11/
hm11.cxx 52 throw std::runtime_error(std::string(__FUNCTION__) +
60 throw std::runtime_error(std::string(__FUNCTION__) +
107 throw std::runtime_error(std::string(__FUNCTION__) +
129 throw std::runtime_error(std::string(__FUNCTION__) +
161 throw std::runtime_error(std::string(__FUNCTION__) +
  /hardware/bsp/intel/peripheral/libupm/src/ublox6/
ublox6.cxx 50 throw std::runtime_error(std::string(__FUNCTION__) +
62 throw std::runtime_error(err);
109 throw std::runtime_error(err);
128 throw std::runtime_error(err);
162 throw std::runtime_error(err);
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 41 catch (runtime_error const&) {
56 * a runtime_error exception.
62 catch (runtime_error const&) {
72 catch (runtime_error const& /* e */) {
84 catch (runtime_error const& /* e */) {
98 catch (runtime_error const& /* e */) {
111 catch (runtime_error const& /* e */) {
122 catch (runtime_error const& /* e */) {
134 catch (runtime_error const& /* e */) {
200 catch ( runtime_error& )
    [all...]
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 41 catch (runtime_error const&) {
56 * a runtime_error exception.
62 catch (runtime_error const&) {
72 catch (runtime_error const& /* e */) {
84 catch (runtime_error const& /* e */) {
98 catch (runtime_error const& /* e */) {
111 catch (runtime_error const& /* e */) {
122 catch (runtime_error const& /* e */) {
134 catch (runtime_error const& /* e */) {
200 catch ( runtime_error& )
    [all...]
  /external/deqp/executor/
xeDefs.hpp 34 class Error : public std::runtime_error
37 Error (const std::string& message) : std::runtime_error(message) {}
  /external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp 47 throw std::runtime_error((dlError != NULL) ? dlError : "unknown dlopen error");
63 throw std::runtime_error((dlError != NULL) ? dlError : "unknown dlsym error");

Completed in 667 milliseconds

12 3 4 5 6 7 8 9