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

1 2 3 4 5 6 78 9

  /external/opencv3/samples/gpu/performance/
performance.cpp 47 catch (const runtime_error& e)
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 57 using Exception = std::runtime_error;
  /hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
bmpx8x.cxx 47 throw std::runtime_error(std::string(__FUNCTION__) +
  /hardware/bsp/intel/peripheral/libupm/src/tm1637/
tm1637.cxx 67 throw std::runtime_error(std::string(__FUNCTION__) +
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 64 : runtime_error(make_error_type_string(ecode)),
locale.cpp 525 : throw runtime_error("locale constructed with null"))
542 : throw runtime_error("locale constructed with null"))
666 throw runtime_error("collate_byname<char>::collate_byname"
683 throw runtime_error("collate_byname<char>::collate_byname"
730 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
747 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
1150 throw runtime_error("ctype_byname<char>::ctype_byname"
1167 throw runtime_error("ctype_byname<char>::ctype_byname"
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 100 class CalibrationFailedException : public std::runtime_error
103 CalibrationFailedException (const std::string& reason) : std::runtime_error(reason) {}
  /external/opencv3/modules/ts/src/
cuda_test.cpp 162 throw std::runtime_error(msg.str());
170 throw std::runtime_error(msg.str());
  /external/libcxx/src/
locale.cpp 522 : throw runtime_error("locale constructed with null"))
539 : throw runtime_error("locale constructed with null"))
663 throw runtime_error("collate_byname<char>::collate_byname"
674 throw runtime_error("collate_byname<char>::collate_byname"
715 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
726 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1306.cxx 50 throw std::runtime_error(std::string(__FUNCTION__) +
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 376 throw std::runtime_error(log.c_str());
398 throw std::runtime_error(log.c_str());
431 throw std::runtime_error(log.c_str());
800 catch (const std::runtime_error& error)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 144 // are enabled). We derive it from std::runtime_error, which is for
146 // std::runtime_error inherits from std::exception, many testing
148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 144 // are enabled). We derive it from std::runtime_error, which is for
146 // std::runtime_error inherits from std::exception, many testing
148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 143 // are enabled). We derive it from std::runtime_error, which is for
145 // std::runtime_error inherits from std::exception, many testing
147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h     [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 463 catch (const runtime_error&)
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 463 catch (const runtime_error&)
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 2346 milliseconds

1 2 3 4 5 6 78 9