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

1 2 3 4 5 6 7

  /external/parameter-framework/upstream/test/functional-tests/include/
Exception.hpp 39 struct Exception : std::runtime_error
41 using std::runtime_error::runtime_error;
  /external/clang/test/SemaCXX/
PR9460.cpp 11 struct runtime_error{ struct
12 runtime_error(
15 runtime_error(0);
PR9461.cpp 29 struct runtime_error{runtime_error(string);}; struct
31 struct system_error:runtime_error{ // expected-note {{to match}}
  /external/deqp/framework/randomshaders/
rsgDefs.hpp 36 class Exception : public std::runtime_error
39 Exception (const std::string& message) : std::runtime_error(message) {}
  /external/clang/test/CodeGenCXX/
weak-external.cpp 45 class _LIBCPP_EXCEPTION_ABI runtime_error class in namespace:std
51 explicit runtime_error(const string&);
52 explicit runtime_error(const char*);
54 runtime_error(const runtime_error&) _NOEXCEPT;
55 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
57 virtual ~runtime_error() _NOEXCEPT;
65 throw(std::runtime_error("string"));
  /external/libcxx/src/
stdexcept.cpp 61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) function in class:std::runtime_error
65 runtime_error::runtime_error(const char* msg) : __imp_(msg) function in class:std::runtime_error
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
74 runtime_error&
75 runtime_error::operator=(const runtime_error& le) _NOEXCEP
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) function in class:std::runtime_error
65 runtime_error::runtime_error(const char* msg) : __imp_(msg) function in class:std::runtime_error
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
74 runtime_error&
75 runtime_error::operator=(const runtime_error& le) _NOEXCEP
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 47 struct runtime_error : exception
49 runtime_error(const string& msg);
52 struct range_error : runtime_error
57 struct overflow_error : runtime_error
62 struct underflow_error : runtime_error
  /external/libcxx/test/std/diagnostics/std.exceptions/runtime.error/
runtime_error.pass.cpp 10 // test runtime_error
20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value),
21 "std::is_base_of<std::exception, std::runtime_error>::value");
22 static_assert(std::is_polymorphic<std::runtime_error>::value,
23 "std::is_polymorphic<std::runtime_error>::value");
25 const char* msg = "runtime_error message";
26 std::runtime_error e(msg);
28 std::runtime_error e2(e);
34 std::string msg("another runtime_error message");
35 std::runtime_error e(msg)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/std.exceptions/runtime.error/
runtime_error.pass.cpp 10 // test runtime_error
20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value),
21 "std::is_base_of<std::exception, std::runtime_error>::value");
22 static_assert(std::is_polymorphic<std::runtime_error>::value,
23 "std::is_polymorphic<std::runtime_error>::value");
25 const char* msg = "runtime_error message";
26 std::runtime_error e(msg);
28 std::runtime_error e2(e);
34 std::string msg("another runtime_error message");
35 std::runtime_error e(msg)
    [all...]
  /external/libcxxabi/src/
stdlib_stdexcept.cpp 31 runtime_error::~runtime_error() _NOEXCEPT {}
34 runtime_error::what() const _NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
stdlib_stdexcept.cpp 31 runtime_error::~runtime_error() _NOEXCEPT {}
34 runtime_error::what() const _NOEXCEPT
  /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 + "'");
  /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");
glwInitES31Direct.cpp 45 throw std::runtime_error("Binaries were compiled without ES31 direct loading support");
glwInitES32Direct.cpp 45 throw std::runtime_error("Binaries were compiled without ES32 direct loading support");
  /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/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");
  /external/v8/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/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");
  /prebuilts/ndk/r16/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");

Completed in 552 milliseconds

1 2 3 4 5 6 7