Home
last modified time | relevance | path

Searched full:param (Results 15551 - 15575 of 23737) sorted by relevance

1...<<621622623624625626627628629630>>...950

/third_party/typescript/tests/cases/fourslash/
H A DjsdocLink4.ts11 //// * @param x one {@link Pos here too}
H A DquickInfoJsDocTagsTypedef.ts17 //// * @param {/*2*/Bar} x - x comment
H A DquickInfoSalsaMethodsOnAssignedFunctionExpressions.ts7 //// * @param {string} a Parameter definition.
H A DtrailingCommaSignatureHelp.ts6 //// * @param radix The radix
/third_party/typescript/tests/cases/fourslash/server/
H A DjsdocCallbackTagRename01.ts8 //// * @param {string} eventName - Rename should work
H A DjsdocTypedefTag1.ts13 //// * @param {MyType} my
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dbuffer_decoder_helper.js9 * @param {...number} bytes
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1963 * @tc.desc: set empty-string key repeatedly, but get param of another nonexistent key
1986 * @tc.desc: set empty-string key repeatedly, then get param of the key
2066 * @tc.desc: get param when WantParam is empty
2079 * @tc.desc: set empty-string key repeatedly, but get param of another nonexistent key
2101 * @tc.desc: set empty-string key repeatedly, then get param of the key
2180 * @tc.desc: get param when WantParam is empty
2193 * @tc.desc: set empty-string key repeatedly, but get param of another nonexistent key
2215 * @tc.desc: set empty-string key repeatedly, then get param of the key
2512 * @tc.desc: get param when WantParam is empty
2526 * @tc.desc: set empty-string key repeatedly, but get param o
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1715 void ViewAbstract::BindPopup(const RefPtr<PopupParam>& param, const RefPtr<FrameNode>& targetNode, in BindPopup() argument
1729 auto isShow = param->IsShow(); in BindPopup()
1730 auto isUseCustom = param->IsUseCustom(); in BindPopup()
1731 auto showInSubWindow = param->IsShowInSubWindow(); in BindPopup()
1768 popupNode = BubbleView::CreateBubbleNode(targetTag, targetId, param); in BindPopup()
1771 popupNode = BubbleView::CreateCustomBubbleNode(targetTag, targetId, customNode, param); in BindPopup()
1800 // use param to update PopupParm in BindPopup()
1802 BubbleView::UpdatePopupParam(popupId, param, targetNode); in BindPopup()
1805 BubbleView::UpdateCustomPopupParam(popupId, param); in BindPopup()
1812 popupInfo.isBlockEvent = param in BindPopup()
2153 SetAutoEventParam(const std::string& param) SetAutoEventParam() argument
[all...]
/third_party/lwip/src/api/
H A Dsockets.c464 * @param fd externally used socket index
483 * @param fd externally used socket index
503 * @param newconn the netconn for which to allocate a socket
504 * @param accepted 1 if socket has been created by accept(),
551 * @param sock the socket to free
552 * @param is_tcp != 0 for TCP sockets, used to free lastdata
553 * @param conn the socekt's netconn is stored here, must be freed externally
554 * @param lastdata lastdata is stored here, must be freed externally
599 * @param sock the socket to free
600 * @param is_tc
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_bss_comm.c169 oam_error_log3(0, OAM_SF_BA, "{hmac_mgmt_encap_addba_req::null param.vap:%p data:%p ba:%p}", in hmac_mgmt_encap_addba_req()
276 oam_error_log3(0, OAM_SF_BA, "{hmac_mgmt_encap_addba_req::null param.vap:%p data:%p rsp:%p}", (uintptr_t)vap, in hmac_mgmt_encap_addba_rsp()
384 oam_error_log3(0, OAM_SF_BA, "{hmac_mgmt_encap_delba::null param, %p %p %p.}", (uintptr_t)hmac_vap, in hmac_mgmt_encap_delba()
993 oam_error_log0(0, OAM_SF_BA, "{hmac_mgmt_rx_addba_req::addba req receive failed, null param.}"); in hmac_mgmt_rx_addba_req()
1140 oam_error_log3(0, OAM_SF_BA, "{hmac_mgmt_rx_addba_rsp::null param, %p %p %p.}", (uintptr_t)hmac_vap, in hmac_mgmt_rx_addba_rsp()
1210 oam_error_log1(0, OAM_SF_BA, "{hmac_mgmt_rx_delba::null param, %p.}", (uintptr_t)puc_payload); in hmac_mgmt_rx_delba()
1351 oam_error_log3(0, OAM_SF_AMPDU, "{hmac_mgmt_tx_ampdu_start::param null, %p %p %p.}", (uintptr_t)hmac_vap, in hmac_mgmt_tx_ampdu_start()
1412 oam_error_log3(0, OAM_SF_AMPDU, "{hmac_mgmt_tx_ampdu_end::param null, %p %p %p.}", (uintptr_t)hmac_vap, in hmac_mgmt_tx_ampdu_end()
1667 oam_error_log2(0, OAM_SF_PMF, "{hmac_sa_query_del_user::param null, %p %p.}", (uintptr_t)mac_vap, in hmac_sa_query_del_user()
1728 oam_error_log2(0, OAM_SF_PMF, "{hmac_send_sa_query_req::param nul in hmac_send_sa_query_req()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp120 void RdbStoreImpl::AfterOpen(const RdbParam &param, int32_t retry) in AfterOpen() argument
122 auto [err, service] = RdbMgr::GetInstance().GetRdbService(param); in AfterOpen()
128 SqliteUtils::Anonymous(param.storeName_).c_str()); in AfterOpen()
131 pool->Schedule(std::chrono::seconds(RETRY_INTERVAL), [param, retry]() { in AfterOpen()
132 AfterOpen(param, retry); in AfterOpen()
137 err = service->AfterOpen(param); in AfterOpen()
140 SqliteUtils::Anonymous(param.storeName_).c_str()); in AfterOpen()
725 delayNotifier_->SetTask([param = syncerParam_] in InitDelayNotifier()
727 auto [errCode, service] = RdbMgr::GetInstance().GetRdbService(param); in InitDelayNotifier()
735 return service->NotifyDataChange(param, rdbChangedDat in InitDelayNotifier()
891 RdbParam param; RdbStoreImpl() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c199 * \param inFormat the incoming format of the texture
200 * \param outFormat the final texture format
267 * \param type GL data type.
364 * \param format pixel format.
418 * \param format pixel format.
419 * \param type pixel type.
528 * \param comps number of components.
529 * \param type data type.
980 * \param format the image format value (may by an internal texture format)
1352 * \param forma
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp223 // We need to detect cases where the caller passes the same variable as an out-param more than in getOutParamHelper()
232 const Variable* param = function.parameters()[index]; in getOutParamHelper() local
233 this->writeModifiers(param->modifiers()); in getOutParamHelper()
238 if (param->modifiers().fFlags & Modifiers::kOut_Flag) { in getOutParamHelper()
266 const Variable* param = function.parameters()[index]; in getOutParamHelper() local
267 if (param->modifiers().fFlags & Modifiers::kIn_Flag) { in getOutParamHelper()
335 // Determine whether or not we need to emulate GLSL's out-param semantics for Metal using a in writeFunctionCall()
361 // synthesize a helper function which evaluates the out-param expression into a temporary in writeFunctionCall()
362 // variable, calls the original function, then writes the temp var back into the out param in writeFunctionCall()
363 // using the original out-param expressio in writeFunctionCall()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h166 /// \param radix 2, 8, 10, 16, or 36
237 /// \param numBits the bit width of the constructed APInt
238 /// \param val the initial value of the APInt
239 /// \param isSigned how to treat signedness of val
255 /// \param numBits the bit width of the constructed APInt
256 /// \param bigVal a sequence of words to form the initial value of the APInt
276 /// \param numBits the bit width of the constructed APInt
277 /// \param str the string to be interpreted
278 /// \param radix the radix to use for the conversion
417 /// \param SplatSizeInBit
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1295 // add local digit tag to number system param of locale in UpdateNumberSystemOfLocale()
1298 // remove local digit tag to number system param of locale in UpdateNumberSystemOfLocale()
1305 // Case: no extend param, add '-u-' and number system tag. in AddLocalDigitToLocale()
1310 // Case: has extend param but doesn't hava number system param, add number system tag. in AddLocalDigitToLocale()
1315 // Case: has number system param, replace local digit tag to localDigitTag. in AddLocalDigitToLocale()
1376 // Compute region and extend param part from current system locale. in UpdateLanguageOfLocale()
1397 // combine language, script, region and extend param with '-' in CreateLocale()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp172 static void RunningLockCallback(uint8_t *param) in RunningLockCallback() argument
174 if (!IsHrilManagerValid() || param == nullptr) { in RunningLockCallback()
178 int serialNum = *reinterpret_cast<int *>(param); in RunningLockCallback()
179 delete param; in RunningLockCallback()
180 param = nullptr; in RunningLockCallback()
1113 TELEPHONY_LOGE("HRilRegOps: param is nullptr"); in HRilRegOps()
1199 void OnTimerCallback(HRilCallbackFun func, uint8_t *param, const struct timeval *tv) in OnTimerCallback() argument
1205 g_manager->timerCallback_->HRilSetTimerCallbackInfo(func, param, tv); in OnTimerCallback()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h270 * @param[in] dep kbase jd atom dependency.
285 * @param[in] dep kbase jd atom dependency.
299 * @param[in] dep The kbase jd atom dependency.
300 * @param[in] a The ATOM to be set as a dependency.
301 * @param type The ATOM dependency type to be set.
320 * @param[in] dep The kbase jd atom dependency to be cleared.
867 * @param kbdev The kbase device
876 * @param kbdev The kbase device
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h277 * @param[in] dep kbase jd atom dependency.
292 * @param[in] dep kbase jd atom dependency.
306 * @param[in] dep The kbase jd atom dependency.
307 * @param[in] a The ATOM to be set as a dependency.
308 * @param type The ATOM dependency type to be set.
327 * @param[in] dep The kbase jd atom dependency to be cleared.
877 * @param kbdev The kbase device
886 * @param kbdev The kbase device
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/cpp_target/user_auth/v1_0/
H A Duser_auth_interface_stub.cpp.txt481 OHOS::HDI::UserAuth::V1_0::EnrollParam param;
482 if (!EnrollParamBlockUnmarshalling(userAuthInterfaceData, param)) {
483 HDF_LOGE("%{public}s: read param failed!", __func__);
494 int32_t userAuthInterfaceRet = impl->BeginEnrollment(userId, authToken, param, info);
861 OHOS::HDI::UserAuth::V1_0::AuthSolution param;
862 if (!AuthSolutionBlockUnmarshalling(userAuthInterfaceData, param)) {
863 HDF_LOGE("%{public}s: read param failed!", __func__);
883 int32_t userAuthInterfaceRet = impl->BeginAuthentication(contextId, param, scheduleInfos);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp301 MenuParam param; in ShowSubMenu() local
304 param.isShowInSubWindow = outterMenuLayoutProps->GetShowInSubWindowValue(false); in ShowSubMenu()
309 param.backgroundBlurStyle = static_cast<int>(focusMenuBlurStyle->blurStyle); in ShowSubMenu()
311 param.type = isSelectOverlayMenu ? MenuType::SELECT_OVERLAY_SUB_MENU : MenuType::SUB_MENU; in ShowSubMenu()
312 ParseMenuRadius(param); in ShowSubMenu()
313 auto subMenu = MenuView::Create(customNode, host->GetId(), host->GetTag(), param); in ShowSubMenu()
1595 void MenuItemPattern::ParseMenuRadius(MenuParam& param) in ParseMenuRadius() argument
1609 param.borderRadius = std::make_optional(borderRadius); in ParseMenuRadius()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp81 TLOGE(WmsLogTag::DEFAULT, "param %{public}s convert int failed", str.c_str()); in GetIntValueFromString()
1003 auto executeParams = params.GetWantParams("ohos.insightIntent.executeParam.param"); in SetJsSessionInfoByWant()
1005 CreateJsValue(env, executeParams.GetStringParam("ohos.extra.param.key.form_identity"))); in SetJsSessionInfoByWant()
1251 napi_value CreateJsSessionEventParam(napi_env env, const SessionEventParam& param) in CreateJsSessionEventParam() argument
1261 napi_set_named_property(env, objValue, "pointerX", CreateJsValue(env, param.pointerX_)); in CreateJsSessionEventParam()
1262 napi_set_named_property(env, objValue, "pointerY", CreateJsValue(env, param.pointerY_)); in CreateJsSessionEventParam()
1263 napi_set_named_property(env, objValue, "sessionWidth", CreateJsValue(env, param.sessionWidth_)); in CreateJsSessionEventParam()
1264 napi_set_named_property(env, objValue, "sessionHeight", CreateJsValue(env, param.sessionHeight_)); in CreateJsSessionEventParam()
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp329 SessionParam param; in HWTEST_F() local
331 bool ret = ReadQosInfo(datas, param); in HWTEST_F()
335 ret = ReadQosInfo(datas, param); in HWTEST_F()
340 ret = ReadQosInfo(datas, param); in HWTEST_F()
345 ret = ReadQosInfo(datas, param); in HWTEST_F()
351 ret = ReadQosInfo(datas, param); in HWTEST_F()
357 ret = ReadQosInfo(datas, param); in HWTEST_F()
363 ret = ReadQosInfo(datas, param); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp50 void CloudSyncer::ReloadUploadInfoIfNeed(TaskId taskId, const UploadParam &param, InnerProcessInfo &info) in ReloadUploadInfoIfNeed() argument
52 info.upLoadInfo.total = static_cast<uint32_t>(param.count); in ReloadUploadInfoIfNeed()
584 int CloudSyncer::UpdateFlagForSavedRecord(const SyncParam &param) in UpdateFlagForSavedRecord() argument
595 return storageProxy_->MarkFlagAsConsistent(param.tableName, param.downloadData, gidFilters); in UpdateFlagForSavedRecord()
922 bool CloudSyncer::IsNeedLock(const UploadParam &param) in IsNeedLock() argument
924 return param.lockAction == LockAction::INSERT && param.mode == CloudWaterType::INSERT; in IsNeedLock()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp658 GapRequestSecurityParam param; in SendGapRequestSecurity() local
660 param.context = &address_; in SendGapRequestSecurity()
664 param.callback = BnepIndSecurityCheckDeviceConnectCallback; in SendGapRequestSecurity()
665 param.info = securityInfo; in SendGapRequestSecurity()
666 if (GAPIF_RequestSecurityAsync((const BtAddr *)&btAddr, &param)) { in SendGapRequestSecurity()
676 param.callback = BnepSecurityCheckCallback; in SendGapRequestSecurity()
677 param.info = securityInfo; in SendGapRequestSecurity()
678 if (GAPIF_RequestSecurityAsync((const BtAddr *)&btAddr, &param)) { in SendGapRequestSecurity()

Completed in 68 milliseconds

1...<<621622623624625626627628629630>>...950