Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/rust/crates/cxx/src/symbols/
H A Dmod.rs1 mod exception; modules
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dclear_user.S
H A Dev6-clear_user.S
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dclear_user.S
H A Dev6-clear_user.S
/third_party/rust/crates/cxx/src/
H A Dresult.rs56 pub unsafe fn exception(self) -> StdResult<(), Exception> { in exception() functions
/arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/
H A Disquickfixcausedexception_fuzzer.cpp31 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in IsQuickFixCausedExceptionFuzzerTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/
H A Dpromise_test.cpp49 ets_string exception = env_->NewStringUTF("rejected"); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp60 VReg exception = pg_->AllocReg(); in CleanUp() local
/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
H A Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutexcep.c32 const struct acpi_exception_info *exception; in acpi_format_exception() local
68 const struct acpi_exception_info *exception = NULL; ACPI_EXPORT_SYMBOL() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutexcep.c32 const struct acpi_exception_info *exception; in acpi_format_exception() local
68 const struct acpi_exception_info *exception = NULL; ACPI_EXPORT_SYMBOL() local
[all...]
/third_party/node/test/addons/hello-world/
H A Dbinding.cc23 auto exception = v8::Exception::Error(v8::String::NewFromUtf8(isolate, in FakeInit() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_generator.cpp73 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
H A Dbuiltins_generator.cpp90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp60 compiler::VReg exception = pg->AllocReg(); in Compile() local
H A DforInStatement.cpp65 compiler::VReg exception = pg->AllocReg(); in Compile() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_hooks.h72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); variable
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_callback_proxy.cpp47 int exception = reply.ReadInt32(); in OnNfcStateChanged() local
/foundation/communication/wifi/wifi/frameworks/native/include/
H A Dwifi_ipc_lite_adapter.h30 int exception; member
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_callback_proxy.cpp51 int exception = reply.ReadInt32(); in OnCeApduData() local
/foundation/communication/nfc/services/src/ipc/tags/
H A Dforeground_callback_proxy.cpp46 int exception = reply.ReadInt32(); in OnTagDiscovered() local
H A Dreader_mode_callback_proxy.cpp46 int exception = reply.ReadInt32(); in OnTagDiscovered() local
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp42 int exception = reply.ReadInt32(); in OnNotify() local
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_ipc_lite_adapter.h32 int exception; member

Completed in 6 milliseconds

12345678910>>...14