| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | coredump.c | 309 bool exception; in mt7915_coredump_build() local 144 mt7915_coredump_fw_state(struct mt7915_dev *dev, struct mt7915_coredump *dump, bool *exception) mt7915_coredump_fw_state() argument 167 mt7915_coredump_fw_trace(struct mt7915_dev *dev, struct mt7915_coredump *dump, bool exception) mt7915_coredump_fw_trace() argument 224 mt7915_coredump_fw_stack(struct mt7915_dev *dev, struct mt7915_coredump *dump, bool exception) mt7915_coredump_fw_stack() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A 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() argument 257 jthrowable exception; in ff_jni_exception_check() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate-inl.h | 91 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
|
| /third_party/rust/crates/cxx/src/ |
| H A D | lib.rs | 445 mod exception; modules
|
| /third_party/python/Lib/ |
| H A D | cgitb.py | 184 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), variable 256 exception = ['%s: %s' % (str(etype), str(evalue))] variable
|
| /base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
| H A D | signal_handler_test.cpp | 601 struct CrashDumpException exception; in HWTEST_F() local
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| H A D | freeze_json_util.h | 92 std::string exception = "{}";
member
|
| /base/telephony/core_service/services/sim/include/ |
| H A D | sim_data_type.h | 50 std::shared_ptr<void> exception = nullptr; member 99 std::shared_ptr<void> exception = nullptr; member 113 std::shared_ptr<void> exception = nullptr; member 138 std::shared_ptr<void> exception = nullptr; member 153 std::shared_ptr<void> exception = nullptr; member 180 std::shared_ptr<void> exception = nullptr; member
|
| /commonlibrary/ets_utils/js_concurrent_module/test/ |
| H A D | test_concurrent.cpp | 765 napi_value exception = nullptr; in HWTEST_F() local
|
| /commonlibrary/ets_utils/js_sys_module/timer/test/ |
| H A D | test_timer.cpp | 88 napi_value exception = nullptr; in HWTEST_F() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_remote_device.cpp | 264 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_MODEL_ID); in GetDeviceProductId() local 372 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_CUSTOM_TYPE); in GetDeviceCustomType() local 387 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_VENDOR_ID); in GetDeviceVendorId() local 402 int32_t exception in GetDeviceProductId() local 416 int32_t exception = hostProxy->IsSupportVirtualAutoConnect(address_, outSupport); IsSupportVirtualAutoConnect() local 427 int32_t exception = hostProxy->SetVirtualAutoConnectType(address_, connType, businessType); SetVirtualAutoConnectType() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | event_report.cpp | 118 SendCleanCacheSysEvent( const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception) SendCleanCacheSysEvent() argument 135 SendCleanCacheSysEventWithIndex( const std::string &bundleName, int32_t userId, int32_t appIndex, bool isCleanCache, bool exception) SendCleanCacheSysEventWithIndex() argument
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/log/ |
| H A D | logger.cpp | 165 jobject exception = env->NewObject(cls, constructor); in VLogAssert() local
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| H A D | wifi_scan_proxy.cpp | 121 int exception = reply.ReadInt32(); in SetScanControlInfo() local 156 int exception = reply.ReadInt32(); in Scan() local 199 int exception = reply.ReadInt32(); in AdvanceScan() local 233 int exception = reply.ReadInt32(); in IsWifiClosedScan() local 336 int exception = reply.ReadInt32(); global() local 429 int exception = reply.ReadInt32(); GetSupportedFeatures() local 483 int exception = reply.ReadInt32(); SetScanOnlyAvailable() local 511 int exception = reply.ReadInt32(); GetScanOnlyAvailable() local 549 int exception = reply.ReadInt32(); StartWifiPnoScan() local [all...] |
| H A D | wifi_hotspot_proxy.cpp | 96 int exception = reply.ReadInt32(); in IsHotspotActive() local 129 int exception = reply.ReadInt32(); in IsHotspotDualBandSupported() local 164 int exception = reply.ReadInt32(); in GetHotspotState() local 199 int exception = reply.ReadInt32(); in GetHotspotConfig() local 252 int exception = reply.ReadInt32(); in SetHotspotConfig() local 282 int exception = reply.ReadInt32(); SetHotspotIdleTimeout() local 316 int exception = reply.ReadInt32(); GetStationList() local 371 int exception = reply.ReadInt32(); DisassociateSta() local 397 int exception = reply.ReadInt32(); EnableHotspot() local 428 int exception = reply.ReadInt32(); DisableHotspot() local 459 int exception = reply.ReadInt32(); GetBlockLists() local 515 int exception = reply.ReadInt32(); AddBlockList() local 548 int exception = reply.ReadInt32(); DelBlockList() local 577 int exception = reply.ReadInt32(); GetValidBands() local 622 int exception = reply.ReadInt32(); GetValidChannels() local 675 int exception = reply.ReadInt32(); RegisterCallBack() local 704 int exception = reply.ReadInt32(); GetSupportedFeatures() local 739 int exception = reply.ReadInt32(); GetSupportedPowerModel() local 783 int exception = reply.ReadInt32(); GetPowerModel() local 818 int exception = reply.ReadInt32(); SetPowerModel() local 865 int exception = reply.ReadInt32(); GetApIfaceName() local [all...] |
| /foundation/communication/nfc/services/src/ipc/tags/ |
| H A D | tag_session_stub.cpp | 424 int exception = data.ReadInt32();
in HandleUnregForegroundDispatch() local 516 int exception = data.ReadInt32();
in HandleUnregReaderMode() local
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
| H A D | wifi_scan_stub_lite.cpp | 60 int exception = ERR_FAILED; in OnRemoteRequest() local
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
| H A D | ext_backup_js_test.cpp | 198 napi_value exception; in HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | traps.c | 286 long exception, bundle[2]; in handle_fpu_swa() local [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | kgdb.c | 116 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception() argument
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | kgdb.c | 289 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc() argument
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | traps.c | 286 long exception, bundle[2]; in handle_fpu_swa() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 47 int exception; member 341 int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */ tm_unavailable_test() local [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | kgdb.c | 113 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception() argument
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| H A D | kgdb.c | 289 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc() argument
|