| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | stdexcept | 25 class runtime_error; 94 class _LIBCPP_EXCEPTION_ABI runtime_error 100 explicit runtime_error(const string&); 101 explicit runtime_error(const char*); 103 runtime_error(const runtime_error&) _NOEXCEPT; 104 runtime_error& operator=(const runtime_error&) _NOEXCEPT; 106 virtual ~runtime_error() _NOEXCEPT; 152 : public runtime_error 155 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {} 156 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {} [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | stdexcept | 25 class runtime_error; 94 class _LIBCPP_EXCEPTION_ABI runtime_error 100 explicit runtime_error(const string&); 101 explicit runtime_error(const char*); 103 runtime_error(const runtime_error&) _NOEXCEPT; 104 runtime_error& operator=(const runtime_error&) _NOEXCEPT; 106 virtual ~runtime_error() _NOEXCEPT; 152 : public runtime_error 155 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {} 156 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {} [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 106 …throw std::runtime_error("npy input file: 'fortran_order' must be false, use: arr2 = np.ascontiguo… in parse_npy_header() 151 throw std::runtime_error("parse_npy_header: failed fread"); in parse_npy_header() 160 throw std::runtime_error("parse_npy_header: failed to find header keyword: 'fortran_order'"); in parse_npy_header() 164 …throw std::runtime_error("npy input file: 'fortran_order' must be false, use: arr2 = np.ascontiguo… in parse_npy_header() 170 throw std::runtime_error("parse_npy_header: failed to find header keyword: '(' or ')'"); in parse_npy_header() 187 throw std::runtime_error("parse_npy_header: failed to find header keyword: 'descr'"); in parse_npy_header() 214 throw std::runtime_error("parse_zip_footer: failed fread"); in parse_zip_footer() 242 throw std::runtime_error("load_the_npy_file: failed fread"); in load_the_npy_file() 252 throw std::runtime_error("load_the_npy_file: failed fread"); in load_the_npz_array() 293 throw std::runtime_error("npz_load: Error! Unable to open file " + fname + "!"); in npz_load() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.cpp | 106 …throw std::runtime_error("npy input file: 'fortran_order' must be false, use: arr2 = np.ascontiguo… in parse_npy_header() 151 throw std::runtime_error("parse_npy_header: failed fread"); in parse_npy_header() 160 throw std::runtime_error("parse_npy_header: failed to find header keyword: 'fortran_order'"); in parse_npy_header() 164 …throw std::runtime_error("npy input file: 'fortran_order' must be false, use: arr2 = np.ascontiguo… in parse_npy_header() 170 throw std::runtime_error("parse_npy_header: failed to find header keyword: '(' or ')'"); in parse_npy_header() 187 throw std::runtime_error("parse_npy_header: failed to find header keyword: 'descr'"); in parse_npy_header() 214 throw std::runtime_error("parse_zip_footer: failed fread"); in parse_zip_footer() 242 throw std::runtime_error("load_the_npy_file: failed fread"); in load_the_npy_file() 252 throw std::runtime_error("load_the_npy_file: failed fread"); in load_the_npz_array() 293 throw std::runtime_error("npz_load: Error! Unable to open file " + fname + "!"); in npz_load() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | stdexcept | 219 class runtime_error : public exception 226 runtime_error(const string& __arg) _GLIBCXX_TXN_SAFE; 230 runtime_error(const char*) _GLIBCXX_TXN_SAFE; 232 runtime_error(runtime_error&&) noexcept; 233 runtime_error& operator=(runtime_error&&) noexcept; 237 runtime_error(const runtime_error&) _GLIBCXX_NOTHROW; 238 runtime_error& operator=(const runtime_error&) _GLIBCXX_NOTHROW; 240 runtime_error(const runtime_error&) = default; 241 runtime_error& operator=(const runtime_error&) = default; 244 virtual ~runtime_error() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | stdexcept | 219 class runtime_error : public exception 226 runtime_error(const string& __arg) _GLIBCXX_TXN_SAFE; 230 runtime_error(const char*) _GLIBCXX_TXN_SAFE; 232 runtime_error(runtime_error&&) noexcept; 233 runtime_error& operator=(runtime_error&&) noexcept; 237 runtime_error(const runtime_error&) _GLIBCXX_NOTHROW; 238 runtime_error& operator=(const runtime_error&) _GLIBCXX_NOTHROW; 240 runtime_error(const runtime_error&) = default; 241 runtime_error& operator=(const runtime_error&) = default; 244 virtual ~runtime_error() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | encoding_errors.hpp | 31 class BOOST_SYMBOL_VISIBLE conversion_error : public std::runtime_error { 33 conversion_error() : std::runtime_error("Conversion failed") {} in conversion_error() 40 class BOOST_SYMBOL_VISIBLE invalid_charset_error : public std::runtime_error { 45 std::runtime_error("Invalid or unsupported charset:" + charset) in invalid_charset_error()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 20 throw std::runtime_error(message); in __anonae6a6b5d0102() 40 throw std::runtime_error("failed to initialize deflate"); in compress() 63 throw std::runtime_error(deflate_stream.msg); in compress() 75 throw std::runtime_error("failed to initialize inflate"); in decompress() 98 throw std::runtime_error(inflate_stream.msg ? inflate_stream.msg : "decompression error"); in decompress()
|
| H A D | io.cpp | 14 : std::runtime_error(msg + ": " + std::strerror(errno)), code(err) { in IOException() 23 throw std::runtime_error(std::string("Failed to open file ") + filename); in write_file() 34 throw std::runtime_error(std::string("Cannot read file ") + filename); in read_file()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | png_reader.cpp | 24 throw std::runtime_error(sprintf<96>( in __anon9c775e750102() 35 throw std::runtime_error(std::string("failed to read invalid png: '") + error_msg + "'"); in user_error_fn() 72 throw std::runtime_error("PNG reader: Could not read image"); in decodePNG() 76 throw std::runtime_error("File or stream is not a png"); in decodePNG() 80 throw std::runtime_error("failed to allocate png_ptr"); in decodePNG() 89 throw std::runtime_error("failed to create info_ptr"); in decodePNG()
|
| H A D | run_loop.cpp | 84 throw std::runtime_error("Failed to initialize loop."); in RunLoop() 95 throw std::runtime_error("Failed to initialize async."); in RunLoop() 166 throw std::runtime_error("Failed to init poll on file descriptor."); in addWatch() 188 throw std::runtime_error("Unhandled event."); in addWatch() 192 throw std::runtime_error("Failed to start poll on file descriptor."); in addWatch() 212 throw std::runtime_error("Failed to stop poll on file descriptor."); in removeWatch()
|
| H A D | sqlite3.hpp | 46 class Exception : public std::runtime_error { 49 : std::runtime_error(msg), code(static_cast<ResultCode>(err)) { in Exception() 52 : std::runtime_error(msg), code(err) { in Exception() 55 : std::runtime_error(msg), code(static_cast<ResultCode>(err)) { in Exception() 58 : std::runtime_error(msg), code(err) { in Exception()
|
| H A D | timer.cpp | 15 throw std::runtime_error("Failed to initialize timer."); in Impl() 31 throw std::runtime_error("Failed to start timer."); in start() 38 throw std::runtime_error("Failed to stop timer."); in stop()
|
| H A D | bidi.cpp | 64 throw std::runtime_error(std::string("ProcessedBiDiText::mergeParagraphLineBreaks: ") + in mergeParagraphLineBreaks() 99 throw std::runtime_error(std::string("BiDi::processText: ") + u_errorName(errorCode)); in processText() 110 throw std::runtime_error(std::string("BiDi::getLine (setLine): ") + u_errorName(errorCode)); in getLine() 126 throw std::runtime_error(std::string("BiDi::getLine (writeReordered): ") + in getLine()
|
| H A D | jpeg_reader.cpp | 78 throw std::runtime_error(std::string("JPEG Reader: libjpeg could not read image: ") + buffer); in on_error_message() 107 throw std::runtime_error("JPEG Reader: failed to read header"); in decodeJPEG() 112 throw std::runtime_error("JPEG Reader: failed to read unknown color space"); in decodeJPEG() 115 throw std::runtime_error("JPEG Reader: failed to read image size"); in decodeJPEG()
|
| H A D | webp_reader.cpp | 15 throw std::runtime_error("failed to retrieve WebP basic header information"); in decodeWebP() 23 throw std::runtime_error("failed to decode WebP data"); in decodeWebP()
|
| H A D | headless_backend_osmesa.cpp | 19 throw std::runtime_error("Error creating GL context object."); in OSMesaBackendImpl() 33 throw std::runtime_error("Switching OpenGL context failed.\n"); in activateContext()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | gl.hpp | 11 struct Error : std::runtime_error { 12 using std::runtime_error::runtime_error;
|
| H A D | context.cpp | 192 throw std::runtime_error("shader failed to compile"); in createShader() 217 throw std::runtime_error("binary programs are not supported"); in createProgram() 241 throw std::runtime_error("program failed to link"); in verifyProgramLinkage() 428 throw std::runtime_error("Couldn't create framebuffer: incomplete attachment"); in checkFramebuffer() 430 throw std::runtime_error("Couldn't create framebuffer: incomplete missing attachment"); in checkFramebuffer() 433 throw std::runtime_error("Couldn't create framebuffer: incomplete draw buffer"); in checkFramebuffer() 437 throw std::runtime_error("Couldn't create framebuffer: incomplete read buffer"); in checkFramebuffer() 441 throw std::runtime_error("Couldn't create framebuffer: incomplete dimensions"); in checkFramebuffer() 445 throw std::runtime_error("Couldn't create framebuffer: unsupported"); in checkFramebuffer() 447 throw std::runtime_error("Couldn't create framebuffer: other"); in checkFramebuffer() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/ |
| H A D | vector_tile.hpp | 174 throw std::runtime_error("feature referenced out of range key"); in getValue() 178 throw std::runtime_error("uneven number of feature tag ids"); in getValue() 183 throw std::runtime_error("feature referenced out of range value"); in getValue() 204 throw std::runtime_error("uneven number of feature tag ids"); in getProperties() 308 std::runtime_error("paths outside valid range of coordinate_type"); in getGeometries() 320 throw std::runtime_error("unknown command"); in getGeometries() 351 throw std::runtime_error("Layer missing name"); in buffer() 369 throw std::runtime_error(std::string("no layer by the name of '")+name+"'"); in getLayer() 443 throw std::runtime_error(msg.c_str()); in layer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | exception.hpp | 8 struct Exception : std::runtime_error { 9 Exception(const char *msg) : std::runtime_error(msg) {} in Exception() 10 Exception(const std::string &msg) : std::runtime_error(msg) {} in Exception()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | vector_source.cpp | 50 … observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error(res.error->message))); in loadDescription() 54 …observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error("unexpectedly empty Tile… in loadDescription() 59 … observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error(error.message))); in loadDescription()
|
| H A D | raster_source.cpp | 53 … observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error(res.error->message))); in loadDescription() 57 …observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error("unexpectedly empty Tile… in loadDescription() 62 … observer->onSourceError(*this, std::make_exception_ptr(std::runtime_error(error.message))); in loadDescription()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | expectation_failure.hpp | 20 struct expectation_failure : std::runtime_error 23 : std::runtime_error("boost::spirit::qi::expectation_failure") in expectation_failure()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/ |
| H A D | sprite_loader_worker.cpp | 16 throw std::runtime_error("missing sprite image"); in parse() 20 throw std::runtime_error("missing sprite metadata"); in parse()
|