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

12 3 4 5 6

  /external/clang/test/SemaCXX/
PR9461.cpp 29 struct runtime_error{runtime_error(string);}; struct
31 struct system_error:runtime_error{ // expected-note {{to match}}
  /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/oprofile/libutil++/
op_exception.cpp 43 runtime_error(msg)
49 runtime_error(msg + "\ncause: " + strerror(cerrno))
op_exception.h 52 struct op_runtime_error : std::runtime_error
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 143 runtime_error::runtime_error(const string& msg) function in class:std::runtime_error
149 runtime_error::runtime_error(const char* msg) function in class:std::runtime_error
155 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
161 runtime_error&
162 runtime_error::operator=(const runtime_error& le) _NOEXCEP
    [all...]
system_error.cpp 154 : runtime_error(__init(ec, what_arg)),
160 : runtime_error(__init(ec, what_arg)),
166 : runtime_error(__init(ec, "")),
172 : runtime_error(__init(error_code(ev, ecat), what_arg)),
178 : runtime_error(__init(error_code(ev, ecat), what_arg)),
184 : runtime_error(__init(error_code(ev, ecat), "")),
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
151 throw std::runtime_error("Standard C++ exception"));
166 throw std::runtime_error("Standard C++ exception");
204 throw std::runtime_error("Standard C++ exception");
225 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
255 throw std::runtime_error("Standard C++ exception");
284 throw std::runtime_error("Standard C++ exception");
gtest_throw_on_failure_ex_test.cc 52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {
  /external/chromium_org/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");
gtest_throw_on_failure_ex_test.cc 52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {
  /external/gtest/test/
gtest_catch_exceptions_test_.cc 109 throw std::runtime_error("Standard C++ exception"));
151 throw std::runtime_error("Standard C++ exception"));
166 throw std::runtime_error("Standard C++ exception");
204 throw std::runtime_error("Standard C++ exception");
225 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
255 throw std::runtime_error("Standard C++ exception");
284 throw std::runtime_error("Standard C++ exception");
gtest_throw_on_failure_ex_test.cc 52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {
  /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");
gtest_throw_on_failure_ex_test.cc 52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {
  /external/stlport/test/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...]
num_facets_test.cpp 144 catch (runtime_error const&) {
174 * a runtime_error exception.
182 catch (runtime_error const& /* e */) {
194 catch (runtime_error const& /* e */) {
207 catch (runtime_error const& /* e */) {
217 catch (runtime_error const& e) {
229 catch (runtime_error const& e) {
251 catch (runtime_error const& /* e */) {
263 catch (runtime_error const& e) {
277 catch (runtime_error const&)
    [all...]
time_facets_test.cpp 207 catch (runtime_error const&) {
241 * a runtime_error exception.
248 catch (runtime_error const&) {
259 catch (runtime_error const&) {
271 catch (runtime_error const& /* e */) {
282 catch (runtime_error const&) {
292 catch (runtime_error const&) {
304 catch (runtime_error const& /* e */) {
314 catch (runtime_error const& /* e */) {
326 catch (runtime_error const& /* e */)
    [all...]
  /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...]
num_facets_test.cpp 144 catch (runtime_error const&) {
174 * a runtime_error exception.
182 catch (runtime_error const& /* e */) {
194 catch (runtime_error const& /* e */) {
207 catch (runtime_error const& /* e */) {
217 catch (runtime_error const& e) {
229 catch (runtime_error const& e) {
251 catch (runtime_error const& /* e */) {
263 catch (runtime_error const& e) {
277 catch (runtime_error const&)
    [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...]
num_facets_test.cpp 144 catch (runtime_error const&) {
174 * a runtime_error exception.
182 catch (runtime_error const& /* e */) {
194 catch (runtime_error const& /* e */) {
207 catch (runtime_error const& /* e */) {
217 catch (runtime_error const& e) {
229 catch (runtime_error const& e) {
251 catch (runtime_error const& /* e */) {
263 catch (runtime_error const& e) {
277 catch (runtime_error const&)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
framework.hpp 89 struct internal_error : std::runtime_error {
90 internal_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {}
93 struct setup_error : std::runtime_error {
94 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {}
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 52 // std::runtime_error.
63 // A failed assertion should throw a subclass of std::runtime_error.
66 } catch(const std::runtime_error& e) {

Completed in 7508 milliseconds

12 3 4 5 6