Home
last modified time | relevance | path

Searched refs:error (Results 951 - 975 of 2256) sorted by relevance

1...<<31323334353637383940>>...91

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie_linux.c866 DHD_ERROR(("%s: pci_set_power_state error %d\n", in dhdpcie_suspend_dev()
916 printf("%s:pci_enable_device error %d \n", __FUNCTION__, err); in dhdpcie_resume_dev()
922 printf("%s:pci_set_power_state error %d \n", __FUNCTION__, err); in dhdpcie_resume_dev()
1132 * Returns 0xffffffff on error
1307 int error = 0; in dhdpcie_bus_register() local
1309 if (!(error = pci_register_driver(&dhdpcie_driver))) { in dhdpcie_bus_register()
1310 bus_for_each_dev(dhdpcie_driver.driver.bus, NULL, &error, dhdpcie_device_scan); in dhdpcie_bus_register()
1311 if (!error) { in dhdpcie_bus_register()
1320 error = BCME_ERROR; in dhdpcie_bus_register()
1323 return error; in dhdpcie_bus_register()
[all...]
/device/soc/rockchip/common/sdk_linux/
H A DMakefile15 $(error targets prefixed with '__' are only for internal use))
133 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
151 $(error source directory cannot contain spaces or colons)
222 $(error building multiple external modules is not supported))
1275 @echo "error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" >&2
1284 @echo "error: Cannot resolve BTF IDs for CONFIG_DEBUG_INFO_BTF, please install libelf-dev, libelf-devel or elfutils-libelf-devel" >&2
1351 $(error Headers not exportable for the $(SRCARCH) architecture))
1380 $(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c541 goto error; in kbasep_vinstr_attach_client()
553 goto error; in kbasep_vinstr_attach_client()
565 goto error; in kbasep_vinstr_attach_client()
572 goto error; in kbasep_vinstr_attach_client()
581 goto error; in kbasep_vinstr_attach_client()
600 error: in kbasep_vinstr_attach_client()
1038 pr_warn("error while copying buffer to user\n"); in kbasep_vinstr_fill_dump_buffer_legacy()
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js27 media.createAVRecorder((error, recorder) => {
34 console.info(`createAVRecorder idleCallback fail, error:${error}`);
49 }).catch((error) => {
50 console.info(`createAVRecorder catchCallback, error:${error}`);
62 ERROR : 'error',
73 console.error(`case prepare success, state is ${avRecorder.state}`);
77 console.error(`case prepare error, errMessag
[all...]
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp185 NAPI_ASSERT(env, status != napi_ok, "Failed to produce error condition"); in getLastErrorInfo()
190 "Last error info code should match last status"); in getLastErrorInfo()
192 "Last error info message should not be null"); in getLastErrorInfo()
215 napi_create_string_latin1(env, "test error", NAPI_AUTO_LENGTH, &message); in throwExistingError()
216 napi_value error = nullptr; in throwExistingError() local
217 napi_create_error(env, code, message, &error); in throwExistingError()
218 NAPI_ASSERT(env, error != nullptr, "error succes"); in throwExistingError()
220 napi_is_error(env, error, &isError); in throwExistingError()
221 NAPI_ASSERT(env, isError, "error succe in throwExistingError()
236 napi_value error = nullptr; throwError() local
254 napi_value error = nullptr; throwTypeError() local
273 napi_value error = nullptr; throwRangeError() local
309 napi_value error = nullptr; createError() local
324 napi_value error = nullptr; createTypeError() local
339 napi_value error = nullptr; createRangeError() local
356 napi_value error = nullptr; getAndClearLastException() local
5054 napi_value error = nullptr; createErrorMsgNull() local
5081 napi_value error = nullptr; createTypeErrorMsgNull() local
5121 napi_value error = nullptr; getAndClearLastExceptionNull() local
[all...]
/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp282 int error = ioctl(fd, FS_IOC_ENABLE_CODE_SIGN, arg); in EnableVerityOnOneFile() local
283 if (error < 0) { in EnableVerityOnOneFile()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.cpp129 static std::string TransformCallBackResult(enum SCErrCode error) in TransformCallBackResult() argument
132 switch (error) { in TransformCallBackResult()
152 errMsg = "unknown error"; in TransformCallBackResult()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_branch_test.cpp115 responseInfo->error = ErrType::NONE; in HWTEST_F()
120 responseInfo->error = ErrType::ERR_INVALID_PARAMETER; in HWTEST_F()
/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp163 isSuccess_ = (res->error == ErrType::NONE); in ProcessEvent()
178 isSuccess_ = (res->error == ErrType::NONE); in ProcessEvent()
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp77 rilRadioResponse.error = static_cast<ErrType>(size % ERROR_NUM); in TestImsCallCallbackFunction()
169 rilRadioResponse.error = static_cast<ErrType>(size % ERROR_NUM); in TestImsConfigCallbackFunction()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp290 void NapiNativeMediaPlayerHandlerImpl::HandleError(MediaError error, const std::string& message) in HandleError() argument
292 WVLOG_D("begin to handle error,nweb id is %{public}d", nwebId_); in HandleError()
295 handler_->HandleError(error, message); in HandleError()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h260 /** Gets the error status and clear. */
642 #error LWIP_SOCKET_OFFSET does not work with external FD_SET!
644 #error "external FD_SETSIZE too small for number of sockets"
896 * -1: On failure. The errno shall be set to indicate the error,
960 * -1: On failure. The errno is set to indicate the error. \n
1013 * -1: On failure. The errno is set to indicate the error. \n
1029 * this API returns error ENOTCONN.
1059 * -1: On failure. The errno is set to indicate the error. \n
1099 * -1: On failure. The errno is set to indicate the error. \n
1105 * - <b>.For PF_PACKET/SOCK_RAW sockets, this error i
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_backend_csf_if_fw.c749 * Return: 0 on success, else error code.
764 goto error; in kbasep_hwcnt_backend_csf_if_fw_ctx_create()
783 error: in kbasep_hwcnt_backend_csf_if_fw_ctx_create()
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c32 #error Max MESSAGE_ENGINE_MAX_DISPATCHER is UINT8_MAX
500 #error("define both KERNEL_SERVER_SUPPORT and USERSPACE_CLIENT_SUPPORT is not allowed!")
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvManagerPromiseJsunit.test.js868 console.info(`Create kvManager error: ${err}`)
885 console.info(`Create kvManager error: ${err}`)
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreAssetResultSetJsunit.test.js280 console.log(TAG + "testGetAsset0004 throw error: " + e);
313 console.log(TAG + "testGetAsset0005 throw error: " + e);
346 console.log(TAG + "testGetAsset0006 throw error: " + e);
499 console.error(TAG + "testGetAssetUndefined should not come here");
503 console.log(TAG + "testGetAssetUndefined get error" + JSON.stringify(e));
529 console.error(TAG + "testGetAssetNull should not come here");
533 console.log(TAG + "testGetAssetNull get error" + JSON.stringify(e));
/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitracechainc.c65 #error "ERROR: No BIG_LITTLE_ENDIAN defines."
182 HILOG_ERROR(LOG_CORE, "HiTraceEnd error: invalid end id."); in HiTraceChainEnd()
188 HILOG_ERROR(LOG_CORE, "HiTraceEnd error: invalid thread id."); in HiTraceChainEnd()
193 HILOG_ERROR(LOG_CORE, "HiTraceEnd error: end id(%{public}llx) != thread id(%{public}llx).", in HiTraceChainEnd()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c106 #error in IllegalInstructionException()
291 int ret = 0; // for fixing compile error on x64 in StackTop()
298 printf("error!"); in StackTop()
302 printf("close error!"); in StackTop()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs.cpp48 #error "Unsupported architecture" in Create()
/base/request/request/services/src/manage/scheduler/queue/
H A Dmod.rs28 use crate::error::ErrorCode;
177 info!("get task {} error:{:?}", task_id, e);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_modem.cpp37 radioState->state = static_cast<int32_t>(responseInfo.error); in SetRadioStateResponse()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp60 rilRadioResponse.error = ErrType::ERR_GENERIC_FAILURE; in HWTEST_F()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_atomic.h192 #error SMP not supported on pre-ARMv6 CPUs
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.h185 error "WRONG OS VERSION"
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/
H A DMakefile65 EXTRA_CFLAGS +=-Wno-error=date-time

Completed in 39 milliseconds

1...<<31323334353637383940>>...91