| /external/parameter-framework/upstream/utility/windows/ |
| DynamicLibrary.cpp | 50 throw std::runtime_error(_path + ": cannot open shared object file."); 69 throw std::runtime_error(_path + ": undefined symbol: " + symbol);
|
| /hardware/bsp/intel/peripheral/libupm/src/mhz16/ |
| mhz16.cxx | 52 throw std::runtime_error(std::string(__FUNCTION__) + 60 throw std::runtime_error(std::string(__FUNCTION__) + 112 throw std::runtime_error(std::string(__FUNCTION__) + 133 throw std::runtime_error(std::string(__FUNCTION__) + 165 throw std::runtime_error(std::string(__FUNCTION__) + 178 throw std::runtime_error(std::string(__FUNCTION__) + 197 throw std::runtime_error(std::string(__FUNCTION__) + 208 throw std::runtime_error(std::string(__FUNCTION__) +
|
| /hardware/bsp/intel/peripheral/libupm/src/mpr121/ |
| mpr121.cxx | 97 throw std::runtime_error(std::string(__FUNCTION__) + 108 throw std::runtime_error(std::string(__FUNCTION__) + 119 throw std::runtime_error(std::string(__FUNCTION__) + 142 throw std::runtime_error(std::string(__FUNCTION__) + 153 throw std::runtime_error(std::string(__FUNCTION__) + 164 throw std::runtime_error(std::string(__FUNCTION__) + 171 throw std::runtime_error(std::string(__FUNCTION__) + 183 throw std::runtime_error(std::string(__FUNCTION__) +
|
| /external/deqp/execserver/ |
| xsDefs.cpp | 42 : std::runtime_error(formatError(message, expr, file, line))
|
| xsDefs.hpp | 64 class Error : public std::runtime_error 67 Error (const std::string& message) : std::runtime_error(message) {}
|
| /external/deqp/executor/ |
| xeDefs.cpp | 42 : std::runtime_error(formatError(message, expr, file, line))
|
| /external/jsoncpp/include/json/ |
| assertions.h | 19 #define JSON_FAIL_MESSAGE(message) throw std::runtime_error(message);
|
| /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() ) ) {}
|
| /hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
| mpu9150.cxx | 53 throw std::runtime_error(std::string(__FUNCTION__) + 64 throw std::runtime_error(std::string(__FUNCTION__) + 76 throw std::runtime_error(std::string(__FUNCTION__) +
|
| /hardware/bsp/intel/peripheral/libupm/src/mma7455/ |
| mma7455.cxx | 49 throw std::runtime_error(std::string(__FUNCTION__) + 58 throw std::runtime_error(std::string(__FUNCTION__) + 64 throw std::runtime_error(std::string(__FUNCTION__) + 150 throw std::runtime_error(std::string(__FUNCTION__) + 156 throw std::runtime_error(std::string(__FUNCTION__) + 174 throw std::runtime_error(std::string(__FUNCTION__) + 180 throw std::runtime_error(std::string(__FUNCTION__) +
|
| /hardware/bsp/intel/peripheral/libupm/src/grovescam/ |
| grovescam.cxx | 60 throw std::runtime_error(std::string(__FUNCTION__) + 68 throw std::runtime_error(std::string(__FUNCTION__) + 123 throw std::runtime_error(std::string(__FUNCTION__) + 145 throw std::runtime_error(std::string(__FUNCTION__) + 177 throw std::runtime_error(std::string(__FUNCTION__) + 206 throw std::runtime_error(std::string(__FUNCTION__) + 259 throw std::runtime_error(std::string(__FUNCTION__) + 298 throw std::runtime_error(std::string(__FUNCTION__) + 332 throw std::runtime_error(std::string(__FUNCTION__) + 358 throw std::runtime_error(std::string(__FUNCTION__) [all...] |
| /ndk/tests/device/test-gnustl-full/unit/ |
| 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-stlport/unit/ |
| 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...] |
| /external/libcxx/src/ |
| system_error.cpp | 159 : runtime_error(__init(ec, what_arg)), 165 : runtime_error(__init(ec, what_arg)), 171 : runtime_error(__init(ec, "")), 177 : runtime_error(__init(error_code(ev, ecat), what_arg)), 183 : runtime_error(__init(error_code(ev, ecat), what_arg)), 189 : runtime_error(__init(error_code(ev, ecat), "")),
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
| system_error.cpp | 164 : runtime_error(__init(ec, what_arg)), 170 : runtime_error(__init(ec, what_arg)), 176 : runtime_error(__init(ec, "")), 182 : runtime_error(__init(error_code(ev, ecat), what_arg)), 188 : runtime_error(__init(error_code(ev, ecat), what_arg)), 194 : runtime_error(__init(error_code(ev, ecat), "")),
|
| /external/deqp/framework/delibs/decpp/ |
| deThread.cpp | 104 throw std::runtime_error("Thread::join() failed");
|
| /external/google-breakpad/src/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/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) {
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/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) {
|
| /ndk/sources/third_party/googletest/googletest/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) {
|
| /hardware/bsp/intel/peripheral/libupm/src/m24lr64e/ |
| m24lr64e.cxx | 47 throw std::runtime_error(std::string(__FUNCTION__) + 81 throw std::runtime_error(std::string(__FUNCTION__) + 112 throw std::runtime_error(std::string(__FUNCTION__) + 223 throw std::runtime_error(std::string(__FUNCTION__) + 244 throw std::runtime_error(std::string(__FUNCTION__) + 262 throw std::runtime_error(std::string(__FUNCTION__) + 274 throw std::runtime_error(std::string(__FUNCTION__) + 293 throw std::runtime_error(std::string(__FUNCTION__) + 301 throw std::runtime_error(std::string(__FUNCTION__) +
|
| /hardware/bsp/intel/peripheral/libupm/src/th02/ |
| th02.cxx | 58 throw std::runtime_error(std::string(__FUNCTION__) + 79 throw std::runtime_error(std::string(__FUNCTION__) +
|