/ndk/tests/device/test-gnustl_static-exception/jni/ |
test2_main.cpp | 24 throw std::runtime_error("OK: Throw in main, catch in lib!");
|
test3_bar.cpp | 22 throw std::runtime_error("OK: Throw in lib2, catch in exec!");
|
test4_bar.cpp | 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
|
/external/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 98 throw runtime_error("Error: Cannot find class for compiled" 106 throw runtime_error("Error: Cannot find method name for " 112 throw runtime_error("Error: Cannot find method signature " 196 throw runtime_error("Exiting"); 214 throw runtime_error("Exiting"); 228 throw runtime_error("Exiting");
|
/external/stlport/test/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-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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
system_error | 314 class system_error : public std::runtime_error 321 : runtime_error(""), _M_code(__ec) { } 324 : runtime_error(__what), _M_code(__ec) { } 330 * : runtime_error(__what), _M_code(__ec) { } 333 * : runtime_error(__what), _M_code(error_code(__v, __ecat)) { } 337 : runtime_error(""), _M_code(error_code(__v, __ecat)) { } 340 : runtime_error(__what), _M_code(error_code(__v, __ecat)) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
system_error | 307 class system_error : public std::runtime_error 314 : runtime_error(__ec.message()), _M_code(__ec) { } 317 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { } 323 * : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { } 326 * : runtime_error(__what + (": " + __ec.message())), 331 : runtime_error(error_code(__v, __ecat).message()), 335 : runtime_error(__what + ": " + error_code(__v, __ecat).message()),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
system_error | 307 class system_error : public std::runtime_error 314 : runtime_error(__ec.message()), _M_code(__ec) { } 317 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { } 323 * : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { } 326 * : runtime_error(__what + (": " + __ec.message())), 331 : runtime_error(error_code(__v, __ecat).message()), 335 : runtime_error(__what + ": " + error_code(__v, __ecat).message()),
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
system_error | 314 class system_error : public std::runtime_error 321 : runtime_error(""), _M_code(__ec) { } 324 : runtime_error(__what), _M_code(__ec) { } 330 * : runtime_error(__what), _M_code(__ec) { } 333 * : runtime_error(__what), _M_code(error_code(__v, __ecat)) { } 337 : runtime_error(""), _M_code(error_code(__v, __ecat)) { } 340 : runtime_error(__what), _M_code(error_code(__v, __ecat)) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
system_error | 314 class system_error : public std::runtime_error 321 : runtime_error(""), _M_code(__ec) { } 324 : runtime_error(__what), _M_code(__ec) { } 330 * : runtime_error(__what), _M_code(__ec) { } 333 * : runtime_error(__what), _M_code(error_code(__v, __ecat)) { } 337 : runtime_error(""), _M_code(error_code(__v, __ecat)) { } 340 : runtime_error(__what), _M_code(error_code(__v, __ecat)) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
system_error | 314 class system_error : public std::runtime_error 321 : runtime_error(""), _M_code(__ec) { } 324 : runtime_error(__what), _M_code(__ec) { } 330 * : runtime_error(__what), _M_code(__ec) { } 333 * : runtime_error(__what), _M_code(error_code(__v, __ecat)) { } 337 : runtime_error(""), _M_code(error_code(__v, __ecat)) { } 340 : runtime_error(__what), _M_code(error_code(__v, __ecat)) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
system_error | 314 class system_error : public std::runtime_error 321 : runtime_error(""), _M_code(__ec) { } 324 : runtime_error(__what), _M_code(__ec) { } 330 * : runtime_error(__what), _M_code(__ec) { } 333 * : runtime_error(__what), _M_code(error_code(__v, __ecat)) { } 337 : runtime_error(""), _M_code(error_code(__v, __ecat)) { } 340 : runtime_error(__what), _M_code(error_code(__v, __ecat)) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
system_error | 307 class system_error : public std::runtime_error 314 : runtime_error(__ec.message()), _M_code(__ec) { } 317 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { } 323 * : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { } 326 * : runtime_error(__what + (": " + __ec.message())), 331 : runtime_error(error_code(__v, __ecat).message()), 335 : runtime_error(__what + ": " + error_code(__v, __ecat).message()),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
system_error | 309 class system_error : public std::runtime_error 316 : runtime_error(__ec.message()), _M_code(__ec) { } 319 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { } 325 * : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { } 328 * : runtime_error(__what + (": " + __ec.message())), 333 : runtime_error(error_code(__v, __ecat).message()), 337 : runtime_error(__what + ": " + error_code(__v, __ecat).message()),
|
/external/chromium/testing/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) {
|
/external/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) {
|
/external/libvpx/libvpx/third_party/googletest/src/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) {
|