Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp8 struct Exception : std::runtime_error { struct
9 Exception(const char *msg) : std::runtime_error(msg) {} in Exception() function
10 Exception(const std::string &msg) : std::runtime_error(msg) {} in Exception() function
13 struct SpriteImageException : Exception {
14 SpriteImageException(const char *msg) : Exception(msg) {} in SpriteImageException()
15 SpriteImageException(const std::string &msg) : Exception(msg) {} in SpriteImageException()
18 struct MisuseException : Exception {
19 MisuseException(const char *msg) : Exception(msg) {} in MisuseException()
20 MisuseException(const std::string &msg) : Exception(msg) {} in MisuseException()
23 struct StyleParseException : Exception {
[all …]
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dentry-arcv2.S28 # Initial 16 slots are Exception Vectors
39 VECTOR EV_Extension ; Extn Instruction Exception
97 ;################### Non TLB Exception Handling #############################
118 ; Memory Error Exception Handler
120 ; Instruction fetch or Data access, under a single Exception Vector
158 ; Protection Violation Exception Handler
204 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
215 ; Handle special case #1: (Entry via Exception, Return via IRQ)
217 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
230 ;####### Return from Exception / pure kernel mode #######
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.hpp46 class Exception : public std::runtime_error { class
48 Exception(int err, const char* msg) in Exception() function in mapbox::sqlite::Exception
51 Exception(ResultCode err, const char* msg) in Exception() function in mapbox::sqlite::Exception
54 Exception(int err, const std::string& msg) in Exception() function in mapbox::sqlite::Exception
57 Exception(ResultCode err, const std::string& msg) in Exception() function in mapbox::sqlite::Exception
76 …static mapbox::util::variant<Database, Exception> tryOpen(const std::string &filename, int flags =…
H A Dsqlite3.cpp43 throw Exception { error, sqlite3_errmsg(db) }; in StatementImpl()
56 throw Exception { err, sqlite3_errmsg(sqlite3_db_handle(stmt)) }; in check()
87 mapbox::util::variant<Database, Exception> Database::tryOpen(const std::string &filename, int flags… in tryOpen()
92 return Exception { error, message }; in tryOpen()
99 if (result.is<Exception>()) { in open()
100 throw result.get<Exception>(); in open()
129 throw Exception { err, sqlite3_errmsg(db) }; in setBusyTimeout()
144 throw Exception { err, message }; in exec()
146 throw Exception { err, sqlite3_errmsg(db) }; in exec()
309 throw Exception { err, sqlite3_errmsg(sqlite3_db_handle(stmt.impl->stmt)) }; in run()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DGPL-3.0-with-autoconf-exception12Exception is an additional permission under section 7 of the GNU General Public License, version 3…
14 The purpose of this Exception is to allow distribution of Autoconf`s typical output under terms of …
24 …then you void this Exception for the resulting covered work. If you convey that resulting covered …
27 The availability of this Exception does not imply any general presumption that third-party software…
H A DGPL-3.0-with-GCC-exception11Exception ("Exception") is an additional permission under section 7 of the GNU General Public Lice…
12Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way,…
26 The availability of this Exception does not imply any general presumption that third-party software…
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py128 raise Exception('File could not be opened')
154 raise Exception('File can still be opened')
194 except Exception as e:
198 raise Exception("Expected an exception with retcode %d message '%s',"
237 raise Exception('Failed to find RAM bank start in `bdinfo`')
H A Du_boot_console_base.py200 raise Exception('Bad pattern found on console: ' +
207 raise Exception('Bad pattern found on console: ' +
214 except Exception as ex:
273 raise Exception('Bad pattern found on console: ' +
351 raise Exception('Bad pattern found on SPL console: ' +
355 raise Exception('Bad pattern found on console: ' +
366 raise Exception('Bad pattern found on console: ' +
370 except Exception as ex:
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dgeneral.h39 class FLANNException : public cv::Exception
42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException()
44 … FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py31 raise Exception(error)
72 raise Exception("FIXME: Implement BEC for type %s" % str(be.betype))
120 class ShellCmdException(Exception):
124 class BuildSetupException(Exception):
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/
H A Dex.S13 ! convert Exception Vector to Exception Number
36 ! Exception Vector Base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java106 } catch(Exception e) { in setContext()
144 } catch(Exception e) { in lastKnownPosition()
287 } catch(Exception e) { in startUpdates()
302 } catch(Exception e) { in stopUpdates()
350 } catch(Exception e) { in requestUpdate()
396 } catch(Exception e) { in startSatelliteUpdates()
436 } catch(Exception e) { in setActiveLooper()
460 } catch(Exception e) { in run()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py23 raise Exception('Failed to copy archive to target, '
31 raise Exception('Failed to extract archive, '
43 raise Exception(msg)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp38 throw Exception { lastError.nativeErrorCode().toInt(), lastError.text().toStdString() }; in checkQueryError()
40 throw Exception { lastError.number(), lastError.text().toStdString() }; in checkQueryError()
49 throw Exception { lastError.nativeErrorCode().toInt(), lastError.text().toStdString() }; in checkDatabaseError()
51 throw Exception { lastError.number(), lastError.text().toStdString() }; in checkDatabaseError()
102 mapbox::util::variant<Database, Exception> Database::tryOpen(const std::string &filename, int flags… in tryOpen()
104 return Exception { ResultCode::CantOpen, "SQLite driver not found." }; in tryOpen()
124 return Exception { ResultCode::CantOpen, "Error opening the database." }; in tryOpen()
132 if (result.is<Exception>()) { in open()
133 throw result.get<Exception>(); in open()
180 throw Exception { ResultCode::CantOpen, "Error opening the database." }; in setBusyTimeout()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddaemonize.py39 raise Exception("%s [%d]" % (e.strerror, e.errno))
57 raise Exception("%s [%d]" % (e.strerror, e.errno))
92 except Exception as e:
H A Dutils.py58 class VersionStringException(Exception):
319 except Exception as e:
410 except Exception as e:
416 except Exception as e2:
509 except Exception:
705 …raise Exception('bb.utils.remove: called with dangerous path "%s" and recurse=True, refusing to de…
723 …raise Exception('bb.utils.prunedir: called with dangerous path "%s", refusing to delete!' % topdir)
762 except Exception as e:
778 except Exception as e:
790 except Exception as e:
[all …]
/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 Dexpect_function.hpp22 , typename Skipper, typename Exception>
57 boost::throw_exception(Exception(first, last, component.what(context))); in operator ()()
84 boost::throw_exception(Exception(first, last, component.what(context))); in operator ()()
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H A Datomctl.rst17 0x28: (WB: Internal, WT: Internal, BY:Exception)
47 0 Exception Exception Exception
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/
H A Dex.S13 ! convert Exception Vector to Exception Number
57 ! Exception Vector Base
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py53 except Exception as e:
119 except Exception as e:
130 except Exception as e:
136 except Exception as e:
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcommand.py88 except Exception as err:
91 raise Exception("Error running '%s': %s" % (user_pipestr, str))
104 raise Exception("Error running '%s'" % user_pipestr)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py71 except Exception as e:
170 except Exception as e:
175 except Exception as e:
180 except Exception as e:
251 except Exception as e:
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst274 - SPDX-Exception-Identifier:
291 - Exception-Text:
297 SPDX-Exception-Identifier: Linux-syscall-note
307 Exception-Text:
312 SPDX-Exception-Identifier: GCC-exception-2.0
322 Exception-Text:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Dplugin.py14 class LayerIndexPluginException(Exception):
18 Exception.__init__(self, message)

12345678910>>...47