| /third_party/rust/rust/library/panic_unwind/src/ |
| D | gcc.rs | 62 let exception = Box::new(Exception { in panic() localVariable 86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable 92 let exception = exception.cast::<Exception>(); in cleanup() localVariable 104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
|
| D | seh.rs | 274 let mut exception = ManuallyDrop::new(Exception { canary: &TYPE_DESCRIPTOR, data: Some(data) }); in panic() localVariable 331 let exception = payload as *mut Exception; in cleanup() localVariable
|
| /third_party/python/Lib/xml/sax/ |
| D | _exceptions.py | 19 def __init__(self, msg, exception=None): argument 59 def __init__(self, msg, exception, locator): argument
|
| D | handler.py | 32 def error(self, exception): argument 36 def fatalError(self, exception): argument 40 def warning(self, exception): argument
|
| /third_party/python/Python/ |
| D | errors.c | 108 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) in _PyErr_SetObject() 186 PyErr_SetObject(PyObject *exception, PyObject *value) in PyErr_SetObject() 209 _PyErr_SetNone(PyThreadState *tstate, PyObject *exception) in _PyErr_SetNone() 216 PyErr_SetNone(PyObject *exception) in PyErr_SetNone() 224 _PyErr_SetString(PyThreadState *tstate, PyObject *exception, in _PyErr_SetString() 233 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString() 659 _PyErr_FormatVFromCause(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatVFromCause() 687 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatFromCauseTstate() 702 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...) in _PyErr_FormatFromCause() 987 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, in PyErr_SetImportErrorSubclass() [all …]
|
| /third_party/rust/crates/cxx/src/symbols/ |
| D | mod.rs | 1 mod exception; module
|
| D | exception.rs | 10 unsafe extern "C" fn exception(ptr: *const u8, len: usize) -> PtrLen { in exception() function
|
| /third_party/vixl/src/ |
| D | utils-vixl.cc | 268 float FPToFloat(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToFloat() 338 bool* exception) { in FPToFloat() 399 double FPToDouble(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToDouble() 405 double FPToDouble(float value, UseDefaultNaN DN, bool* exception) { in FPToDouble() 450 bool* exception) { in FPToFloat16() 505 bool* exception) { in FPToFloat16()
|
| /third_party/python/Lib/unittest/ |
| D | loader.py | 26 def __init__(self, method_name, exception): argument 43 def _make_failed_load_tests(name, exception, suiteClass): argument 48 def _make_failed_test(methodname, exception, suiteClass, message): argument 52 def _make_skipped_test(methodname, exception, suiteClass): argument
|
| /third_party/mesa3d/docs/_exts/ |
| D | redirects.py | 29 def create_redirects(app, exception): argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | CollationRoot.java | 30 private static final RuntimeException exception; field in CollationRoot
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| D | CollationRoot.java | 28 private static final RuntimeException exception; field in CollationRoot
|
| /third_party/python/Doc/tools/extensions/ |
| D | escape4chm.py | 37 def fixup_keywords(app, exception): argument
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/ |
| D | BlockingMetadataBootstrappingGuardTest.java | 79 IllegalStateException exception = assertThrows(IllegalStateException.class, throwingRunnable); in test_getOrBootstrap_shouldIncludeFileNameInExceptionOnFailure() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/recovery/ |
| D | file_configuration.cc | 39 std::string exception = e.what(); in Initialize() local
|
| /third_party/rust/rust/tests/run-make/foreign-exceptions/ |
| D | foo.cpp | 10 struct exception {}; struct
|
| /third_party/mesa3d/.gitlab-ci/lava/utils/ |
| D | lava_job.py | 80 def exception(self) -> Optional[Exception]: member in LAVAJob 84 def exception(self, exception: Exception) -> None: member in LAVAJob
|
| /third_party/python/Lib/test/ |
| D | test_format.py | 74 def test_exc(formatstr, args, exception, excmsg): argument 91 def test_exc_common(formatstr, args, exception, excmsg): argument
|
| /third_party/ffmpeg/libavcodec/ |
| D | ffjni.c | 142 int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error, void *log_ctx) in ff_jni_exception_get_summary() 257 jthrowable exception; in ff_jni_exception_check() local
|
| /third_party/python/Lib/xml/dom/ |
| D | pulldom.py | 197 def warning(self, exception): argument 199 def error(self, exception): argument 201 def fatalError(self, exception): argument
|
| /third_party/grpc/src/python/grpcio/grpc/framework/foundation/ |
| D | future.py | 161 def exception(self, timeout=None): member in Future
|
| /third_party/rust/crates/cxx/src/ |
| D | result.rs | 56 pub unsafe fn exception(self) -> StdResult<(), Exception> { in exception() method
|
| /third_party/json/include/nlohmann/detail/ |
| D | exceptions.hpp | 38 class exception : public std::exception class 52 …exception(int id_, const char* what_arg) : id(id_), m(what_arg) {} // NOLINT(bugprone-throw-keywor… in exception() function in detail::exception
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcExposedExtensionsTests.cpp | 115 string_vector::const_iterator exception = m_allowedExceptions.begin(); in iterate() local
|
| /third_party/rust/rust/src/bootstrap/ |
| D | bootstrap.py | 90 def _download(path, url, probably_big, verbose, exception): argument 168 def run(args, verbose=False, exception=False, is_bootstrap=False, **kwargs): argument 199 def require(cmd, exit=True, exception=False): argument
|