/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 171 static int send_reply_iov(fuse_req_t req, int error, struct iovec *iov, in send_reply_iov() argument 177 if (error <= -1000 || error > 0) { in send_reply_iov() 178 fprintf(stderr, "fuse: bad error value: %i\n", error); in send_reply_iov() 179 error = -ERANGE; in send_reply_iov() 183 out.error = error; in send_reply_iov() 189 fprintf(stderr, " unique: %llu, error: %i (%s), outsize: %i\n", in send_reply_iov() 190 (unsigned long long) out.unique, out.error, in send_reply_iov() 198 send_reply(fuse_req_t req, int error, const void *arg, size_t argsize) send_reply() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 58 // Returns true on success. Otherwise, this will print the error message to 60 // error message to \p Errs and return false if \p Errs is provided. 130 // last positional argument required by the application (it is an error if 258 // an argument. Should return true if there was an error processing the 391 bool error(const Twine &Message, StringRef ArgName = StringRef(), raw_ostream &Errs = llvm::errs()); 392 bool error(const Twine &Message, raw_ostream &Errs) { in error() function 393 return error(Message, StringRef(), Errs); in error() 832 // parse - Return true on error. 846 return O.error("Cannot find option named '" + ArgVal + "'!"); in parse() 926 // parse - Return true on error [all...] |
/third_party/python/Python/ |
H A D | fileutils.c | 178 workaround is also enabled on error, for example if getting the locale 201 goto error; in check_force_ascii() 212 goto error; in check_force_ascii() 217 goto error; in check_force_ascii() 291 error: in check_force_ascii() 292 /* if an error occurred, force the ASCII encoding */ in check_force_ascii() 364 *reason = "encoding error"; in encode_ascii() 424 *reason = "decoding error"; in decode_ascii() 526 /* Decoding error. Escape as UTF-8b, and start over in the initial in decode_current_locale() 554 *reason = "decoding error"; in decode_current_locale() 1141 DWORD error = GetLastError(); _Py_fstat_noraise() local [all...] |
/third_party/python/Modules/ |
H A D | _winapi.c | 757 PyErr_Clear(); /* FIXME: propagate error? */ in getulong() 773 PyErr_Clear(); /* FIXME: propagate error? */ in gethandle() 804 goto error; in getenvironment() 811 goto error; in getenvironment() 823 goto error; in getenvironment() 829 goto error; in getenvironment() 837 goto error; in getenvironment() 844 goto error; in getenvironment() 852 goto error; in getenvironment() 860 goto error; in getenvironment() 1592 DWORD error = GetLastError(); _winapi_LCMapStringEx_impl() local [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 1341 * Set the error code after a call to 1362 * these attributes are supported), then an EGL_BAD_MATCH error is in dri2_create_context_attribs_error() 1368 * is not defined, than an EGL_BAD_MATCH error is generated. in dri2_create_context_attribs_error() 1376 * the requested profile, then an EGL_BAD_MATCH error is generated. in dri2_create_context_attribs_error() 1388 * then an EGL_BAD_ATTRIBUTE error is generated." in dri2_create_context_attribs_error() 1422 * It may explode. Instead, generate the required EGL error here. in dri2_fill_context_attribs() 1437 * explode. Instead, generate the required EGL error here. in dri2_fill_context_attribs() 1500 unsigned error; in dri2_create_context() local 1518 * newly created context are different then an EGL_BAD_MATCH error is in dri2_create_context() 1602 & error, in dri2_create_context() 2303 unsigned error = ~0; dri2_create_image_khr_renderbuffer() local 2423 unsigned error; dri2_create_image_khr_texture() local 2866 unsigned error; dri2_create_image_dma_buf() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 860 // TODO(b/115551870): Decide whether this should be a hard error. in JSFieldDefault() 1443 // error: The returned error information. 1445 const void* desc, std::string* error) { in AddFile() 1449 *error = "Name conflict: file name " + filenames.first + in AddFile() 1565 std::string* error) { in GenerateJspbAllowedMap() 1580 analyzer->GetSCC(desc), error)) { in GenerateJspbAllowedMap() 1588 desc, error)) { in GenerateJspbAllowedMap() 1607 files_ordered[i], error)) { in GenerateJspbAllowedMap() 1651 "error i in GenerateHeader() 1444 AddFile(const std::pair<std::string, std::string> filenames, const void* desc, std::string* error) AddFile() argument 1561 GenerateJspbAllowedMap(const GeneratorOptions& options, const std::vector<const FileDescriptor*>& files, std::map<const void*, std::string>* allowed_set, SCCAnalyzer<DepsGenerator>* analyzer, std::string* error) GenerateJspbAllowedMap() argument 3466 ParseFromOptions( const std::vector<std::pair<std::string, std::string> >& options, std::string* error) ParseFromOptions() argument [all...] |
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 941 Err(lookahead.error()) 944 Err(lookahead.error()) 990 return Err(lookahead.error()); 1041 Err(lookahead.error()) 1078 Err(lookahead.error()) 1242 return Err(lookahead.error()); in parse_macro2() 1351 return Err(input.error("expected identifier or underscore")); in parse_use_tree() 1393 Err(lookahead.error()) in parse_use_tree() 1426 return Err(lookahead.error()); in parse() 1747 Err(lookahead.error()) in parse() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 215 IMAGE_LOGE("SetPixelsAddr error type %{public}d ", type); in SetPixelsAddr() 317 IMAGE_LOGE("[ImageUtil]image size error"); in GetYUVByteCount() 538 IMAGE_LOGE("AllocSharedMemory fd error"); in AllocSharedMemory() 543 IMAGE_LOGE("AshmemSetProt error"); in AllocSharedMemory() 549 IMAGE_LOGE("mmap error, errno: %{public}s, fd %{public}d, bufferSize %{public}lld", in AllocSharedMemory() 658 IMAGE_LOGE("calloc parameter bufferSize:[%{public}d] error.", bufferSize); in Create() 748 int error; in Create() local 749 return Create(source, srcRect, opts, error); in Create() 805 IMAGE_LOGE("SourceCropAndConvert parameter bufferSize:[%{public}d] error.", bufferSize); in SourceCropAndConvert() 909 int32_t error; in CopyPixelMap() local 936 CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) CopyPixelMap() argument 2529 ReadPropertiesFromParcel(Parcel &parcel, ImageInfo &imgInfo, AllocatorType &allocatorType, int32_t &bufferSize, PIXEL_MAP_ERR &error) ReadPropertiesFromParcel() argument 2595 ReadMemInfoFromParcel(Parcel &parcel, PixelMemInfo &pixelMemInfo, PIXEL_MAP_ERR &error) ReadMemInfoFromParcel() argument 2672 PIXEL_MAP_ERR error; Unmarshalling() local 2681 Unmarshalling(Parcel &parcel, PIXEL_MAP_ERR &error) Unmarshalling() argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci.c | 1472 ((mrq->cmd && mrq->cmd->error) || in sdhci_needs_reset() 1473 (mrq->sbc && mrq->sbc->error) || in sdhci_needs_reset() 1474 (mrq->data && mrq->data->stop && mrq->data->stop->error) || in sdhci_needs_reset() 1540 * The controller needs a reset of internal state machines upon error in __sdhci_finish_data() 1543 if (data->error) { in __sdhci_finish_data() 1558 * in the event of an error. in __sdhci_finish_data() 1560 if (data->error) in __sdhci_finish_data() 1568 * b) error in multiblock transfer in __sdhci_finish_data() 1572 data->error)) { in __sdhci_finish_data() 1589 data->stop->error in __sdhci_finish_data() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci.c | 1494 ((mrq->cmd && mrq->cmd->error) || in sdhci_needs_reset() 1495 (mrq->sbc && mrq->sbc->error) || in sdhci_needs_reset() 1496 (mrq->data && mrq->data->stop && mrq->data->stop->error) || in sdhci_needs_reset() 1562 * The controller needs a reset of internal state machines upon error in __sdhci_finish_data() 1565 if (data->error) { in __sdhci_finish_data() 1581 * in the event of an error. in __sdhci_finish_data() 1583 if (data->error) in __sdhci_finish_data() 1591 * b) error in multiblock transfer in __sdhci_finish_data() 1595 data->error)) { in __sdhci_finish_data() 1612 data->stop->error in __sdhci_finish_data() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 113 int error = FormProviderClient::HandleAcquire(formProviderInfo, connectWant, callerToken); in AcquireFormExtensionProviderInfo() local 114 if (error != ERR_OK) { in AcquireFormExtensionProviderInfo() 115 TAG_LOGE(AAFwkTag::FORM_EXT, "HandleAcquire failed: %{public}d", error); in AcquireFormExtensionProviderInfo() 116 HandleResultCode(error, connectWant, callerToken); in AcquireFormExtensionProviderInfo() 425 TAG_LOGE(AAFwkTag::FORM_EXT, "disconnect error: %{public}d", disconnectErrorCode); in HandleResultCode()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_recv_manager.cpp | 110 HILOGE("dataLen error, dataLen: %{public}u", dataLen); in NotifyDataRecv() 116 HILOGE("len or type error, len: %{public}u, type: %{public}u", len, type); in NotifyDataRecv() 402 int32_t error = obj->SendRequest(ON_CALLBACK, data, reply, option); in NotifyRecvBroadcast() local 408 DmsUE::GetInstance().NotifyDockShowIcon(sinkBundleName, abilityName, networkId, error); in NotifyRecvBroadcast() 410 if (error != ERR_NONE) { in NotifyRecvBroadcast() 411 HILOGE("NotifyRecvBroadcast fail, error: %{public}d", error); in NotifyRecvBroadcast()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 191 TAG_LOGE(AAFwkTag::DISTRIBUTED, "write deviceId error"); in NotifyCompleteContinuation() 195 TAG_LOGE(AAFwkTag::DISTRIBUTED, "write sessionId error"); in NotifyCompleteContinuation() 199 TAG_LOGE(AAFwkTag::DISTRIBUTED, "write result error"); in NotifyCompleteContinuation() 203 TAG_LOGE(AAFwkTag::DISTRIBUTED, "write callerBundleName error"); in NotifyCompleteContinuation() 346 TAG_LOGW(AAFwkTag::DISTRIBUTED, "error: %{public}d", ret); in GetMissionInfos() 372 int32_t error = remote->SendRequest(GET_REMOTE_MISSION_SNAPSHOT_INFO, data, reply, option); in GetRemoteMissionSnapshotInfo() local 373 if (error != ERR_NONE) { in GetRemoteMissionSnapshotInfo() 374 TAG_LOGE(AAFwkTag::DISTRIBUTED, "error: %{public}d", error); in GetRemoteMissionSnapshotInfo() 375 return error; in GetRemoteMissionSnapshotInfo() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pro_renderer_stream_impl.cpp | 297 CHECK_AND_RETURN_RET_LOG(ret, ERROR, "GetAudioTime error"); in GetCurrentTimeStamp() 307 CHECK_AND_RETURN_RET_LOG(ret, ERROR, "GetAudioTime error"); in GetCurrentPosition() 661 auto error = in ConvertSrcToFloat() local 663 if (error != EOK) { in ConvertSrcToFloat() 684 auto error = memcpy_s(sinkBuffer_[writeIndex].data(), sinkBuffer_[writeIndex].size(), resampleDesBuffer.data(), in ConvertFloatToDes() local 686 if (error != EOK) { in ConvertFloatToDes()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 196 PLUGIN_LOG_E("unable to load shader json %s : %s", fullFileName.data(), result.error.c_str()); in HandleShaderFile() 209 PLUGIN_LOG_E("unable to load shader state json %s : %s", fullFileName.data(), result.error.c_str()); in HandleShaderStateFile() 226 PLUGIN_LOG_E("unable to load pipeline layout json %s : %s", fullFileName.data(), result.error.c_str()); in HandlePipelineLayoutFile() 245 "unable to load vertex input declaration json %s : %s", fullFileName.data(), result.error.c_str()); in HandleVertexInputDeclarationFile() 493 "error creating graphics state (name: %s, variant: %s)", uri.data(), variant.variantName.data()); in CreateShaderStates()
|
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/ |
H A D | ipc_invoker.c | 71 RPC_LOG_ERROR("Open liteipc driver failed error %d.", errno); in OpenDriver() 236 int32_t error = OnRemoteRequestInner(tr->code, &data, &reply, option, objectStub); in HandleTransaction() local 241 SendReply(&reply, &error); in HandleTransaction() 380 RPC_LOG_ERROR("io error ret = %d errno = %d.", ret, errno); in IpcJoinThread() 435 int32_t error = OnRemoteRequestInner(code, data, reply, option, objectStub); in InternalRequest() local 442 return error; in InternalRequest()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobject.cpp | 164 LOG_ERROR("error type! %{public}d", type);
in DoPut() 212 LOG_ERROR("error type! %{public}d", type);
in DoGet() 230 INVALID_ARGS_RETURN_ERROR(ctxt, argc >= 2, "arguments error", std::make_shared<ParametersNum>("1 or 2"));
in JSSave() 232 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error",
in JSSave() 243 NAPI_ASSERT_ERRCODE(env, ctxt->status != napi_invalid_arg, ctxt->error);
in JSSave() 285 napi_throw_error((env), std::to_string(ctxt->error->GetCode()).c_str(), ctxt->error->GetMessage().c_str());
in JSRevokeSave() 362 INVALID_ARGS_RETURN_ERROR(ctxt, argc >= 2, "arguments error", std::make_shared<ParametersNum>("2"));
in JSBindAssetStore() 364 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error",
in JSBindAssetStore() 368 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error",
in JSBindAssetStore() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_kv_manager.cpp | 59 ThrowNapiError(env, Status::INVALID_ARGUMENT, "Parameter error:Mandatory parameters are left unspecified"); in CreateKVManager() 66 ThrowNapiError(env, Status::INVALID_ARGUMENT, "Parameter error:Missing bundleName parameter."); in CreateKVManager() 70 ThrowNapiError(env, Status::INVALID_ARGUMENT, "Parameter error:The type of bundleName must be string."); in CreateKVManager() 77 ThrowNapiError(env, Status::INVALID_ARGUMENT, "Parameter error:Missing context parameter."); in CreateKVManager() 101 "Parameter error:Mandatory parameters are left unspecified"); in GetCbInfo() 104 "Parameter error:storeId must be string,consist of letters,digits,underscores(_),limit 128 chars"); in GetCbInfo() 107 "Parameter error:The params type not matching option"); in GetCbInfo() 109 "Parameter error:unusable securityLevel"); in GetCbInfo() 111 "Parameter error:only support DEVICE_COLLABORATION or SINGLE_VERSION"); in GetCbInfo() 155 ctxt->status = (GenerateNapiError(status, ctxt->jsCode, ctxt->error) in GetKVStore() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-i386.S | 53 li.w t0, -EMAXERRNO - 1 # error? 55 st.d t0, sp, PT_R7 # set error flag 99 li.w a0, ENOSYS # error 101 li.w t0, 1 # set error flag
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | swnode.c | 491 int error; in software_node_get_reference_args() local 522 error = property_entry_read_int_array(ref->node->properties, in software_node_get_reference_args() 525 if (error) in software_node_get_reference_args() 526 return error; in software_node_get_reference_args()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | guestdbg.c | 240 goto error; in kvm_s390_import_bp_data() 249 goto error; in kvm_s390_import_bp_data() 259 goto error; in kvm_s390_import_bp_data() 275 error: in kvm_s390_import_bp_data()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | line.c | 127 * and -errno when an error occurred. 417 * @error_out is an error string in the case of failure; 423 char *error; in line_setup() local 436 error = "Couldn't parse device number"; in line_setup() 440 error = "Device number out of range"; in line_setup() 449 "configuration string \"%s\" : %s\n", name, init, error); in line_setup()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | sysfs.c | 692 int error; in cpuidle_add_sysfs() local 713 error = kobject_init_and_add(&kdev->kobj, &ktype_cpuidle, &cpu_dev->kobj, in cpuidle_add_sysfs() 715 if (error) { in cpuidle_add_sysfs() 718 return error; in cpuidle_add_sysfs()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | bfusb.c | 250 bt_dev_err(data->hdev, "error in block"); in bfusb_recv_block() 557 goto error; in bfusb_load_firmware() 568 goto error; in bfusb_load_firmware() 577 goto error; in bfusb_load_firmware() 587 error: in bfusb_load_firmware()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | moxart-dma.c | 142 bool error; member 327 ch->error = 0; in moxart_prep_slave_sg() 502 if (ch->error) in moxart_tx_status() 557 ch->error = 1; in moxart_dma_interrupt()
|