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

1 2 3 4 56 7 8 9

  /external/deqp/executor/tools/
xeExtractSampleLists.cpp 49 throw std::runtime_error("Failed to open " + filename);
142 throw std::runtime_error(string("Failed to open '") + filename + "'");
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 90 catch (std::runtime_error&)
98 catch (std::runtime_error&)
  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.cxx 52 throw std::runtime_error(std::string(__FUNCTION__) +
78 throw std::runtime_error(std::string(__FUNCTION__) +
  /hardware/bsp/intel/peripheral/libupm/src/
upm_exception.i 46 } catch (std::runtime_error& e) {
47 /* catch other std::runtime_error exceptions here */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 86 catch (std::runtime_error&)
94 catch (std::runtime_error&)
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 205 catch (runtime_error const&)
214 catch (runtime_error const&)
partial_test.cpp 185 catch (runtime_error const&)
195 catch (runtime_error const&)
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 205 catch (runtime_error const&)
214 catch (runtime_error const&)
partial_test.cpp 185 catch (runtime_error const&)
195 catch (runtime_error const&)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 70 } catch (std::runtime_error& e) {
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 90 throw std::runtime_error("uname() failed");
  /external/opencv3/modules/cudacodec/src/
cuvid_video_source.cpp 65 throw std::runtime_error("");
  /external/opencv3/samples/gpu/
stereo_match.cpp 129 else throw runtime_error("unknown stereo match method: " + string(argv[i + 1]));
134 else throw runtime_error("unknown key: " + string(argv[i]));
165 if (left_src.empty()) throw runtime_error("can't open file \"" + p.left + "\"");
166 if (right_src.empty()) throw runtime_error("can't open file \"" + p.right + "\"");
hog.cpp 198 else throw runtime_error((string("unknown key: ") + argv[i]));
273 throw runtime_error(string("can't open video file: " + args.src));
283 throw runtime_error(msg.str());
291 throw runtime_error(string("can't open image file: " + args.src));
360 throw std::runtime_error("can't create video writer");
  /hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.cxx 62 throw std::runtime_error(std::string(__FUNCTION__) +
86 throw std::runtime_error(std::string(__FUNCTION__) +
100 throw std::runtime_error(std::string(__FUNCTION__) +
  /hardware/bsp/intel/peripheral/libupm/src/tsl2561/
tsl2561.cxx 58 throw std::runtime_error(std::string(__FUNCTION__) +
68 throw std::runtime_error(std::string(__FUNCTION__) +
76 throw std::runtime_error(std::string(__FUNCTION__) +
  /external/opencv3/samples/cpp/
videostab.cpp 361 throw runtime_error("specify video file path");
425 throw runtime_error("OpenCV is built without CUDA support");
497 throw runtime_error("unknown border extrapolation mode: "
522 throw runtime_error("unknown color inpainting method: " + arg("color-inpaint"));
561 throw runtime_error("unknown motion model: " + str);
  /hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.cxx 53 throw std::runtime_error(std::string(__FUNCTION__) +
61 throw std::runtime_error(std::string(__FUNCTION__) +
113 throw std::runtime_error(std::string(__FUNCTION__) +
134 throw std::runtime_error(std::string(__FUNCTION__) +
166 throw std::runtime_error(std::string(__FUNCTION__) +
  /external/deqp/execserver/
xsWin32TestProcess.hpp 49 class Error : public std::runtime_error
  /external/deqp/framework/common/
tcuDefs.hpp 48 class Exception : public std::runtime_error
  /hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
tcs3414cs.cxx 89 throw std::runtime_error(std::string(__FUNCTION__) +
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 43 class error : public std::runtime_error {
46 std::runtime_error(what), code(code) {
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.cpp 113 throw std::runtime_error("failed to connect to the display server");
183 throw std::runtime_error(ss.str());
  /hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp 33 throw std::runtime_error("Failed to create poll file descriptor");
95 } catch (const std::runtime_error& e) {

Completed in 837 milliseconds

1 2 3 4 56 7 8 9