Home
last modified time | relevance | path

Searched defs:exception (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/rust/crates/cxx/src/symbols/
H A Dmod.rs1 mod exception; modules
/third_party/rust/crates/cxx/src/
H A Dresult.rs56 pub unsafe fn exception(self) -> StdResult<(), Exception> { in exception() functions
H A Dlib.rs445 mod exception; modules
/third_party/node/test/addons/hello-world/
H A Dbinding.cc23 auto exception = v8::Exception::Error(v8::String::NewFromUtf8(isolate, in FakeInit() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRoot.java28 private static final RuntimeException exception; field in CollationRoot
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRoot.java30 private static final RuntimeException exception; field in CollationRoot
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-win.cc62 bool TryHandleWasmTrap(EXCEPTION_POINTERS* exception) { in TryHandleWasmTrap() argument
125 HandleWasmTrap(EXCEPTION_POINTERS* exception) HandleWasmTrap() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcExposedExtensionsTests.cpp115 string_vector::const_iterator exception = m_allowedExceptions.begin(); in iterate() local
/third_party/json/include/nlohmann/detail/
H A Dexceptions.hpp36 class exception : public std::exception class
50 exception(int id_, const char* what_arg) : id(id_), m(what_arg) {} // NOLINT(bugprone-throw-keyword-missing) in exception() function in detail::exception
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.h46 std::unique_ptr<ValueMirror> exception; member
/third_party/ffmpeg/libavcodec/
H A Dffjni.c142 int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error, void *log_ctx) in ff_jni_exception_get_summary() argument
257 jthrowable exception; in ff_jni_exception_check() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h91 void Isolate::set_scheduled_exception(Object exception) { in set_scheduled_exception() argument
95 bool Isolate::is_catchable_by_javascript(Object exception) { in is_catchable_by_javascript() argument
99 bool Isolate::is_catchable_by_wasm(Object exception) { in is_catchable_by_wasm() argument
H A Dlocal-isolate.h96 Handle<T> Throw(Handle<Object> exception) { in Throw() argument
/third_party/python/Lib/
H A Dcgitb.py184 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), variable
256 exception = ['%s: %s' % (str(etype), str(evalue))] variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java377 private RuntimeException exception; field in Norm2AllModes.Norm2AllModesSingleton
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java396 private RuntimeException exception; field in Norm2AllModes.Norm2AllModesSingleton
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-iterator-gen.cc189 const TNode<Object> exception = var_exception.value(); in Generate_AsyncFromSyncIteratorMethod() local
H A Dbuiltins-generator-gen.cc197 TNode<Object> exception = args.GetOptionalArgumentValue(kExceptionArg); in TF_BUILTIN() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc686 Handle<Object> exception = args.at(0); in RUNTIME_FUNCTION() local
/third_party/python/Python/
H A Dsuggestions.c268 _Py_Offer_Suggestions(PyObject *exception) in _Py_Offer_Suggestions() argument
H A Dmodsupport.c104 PyObject *exception, *value, *tb, *w; in do_ignore() local
/third_party/python/Lib/asyncio/
H A Dfutures.py206 def exception(self): global() member in Future
[all...]
H A Dstreams.py439 def exception(self): member in StreamReader
/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.cpp222 jthrowable exception = jni->ExceptionOccurred(); in GetExternalStorageDirectory() local
/third_party/python/Lib/concurrent/futures/
H A D_base.py463 def exception(self, timeout=None): global() member in Future
[all...]

Completed in 14 milliseconds

1234