Home
last modified time | relevance | path

Searched full:param (Results 8976 - 9000 of 23737) sorted by relevance

1...<<351352353354355356357358359360>>...950

/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-matching-if-always-true-inside-loop/
H A D0-opt.spvasm17 OpName %param "param"
18 OpName %param_0 "param"
55 %param = OpVariable %_ptr_Function_int Function
59 OpStore %param %39
60 %40 = OpFunctionCall %int %func_i1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-simplification-unused-struct/
H A D0-opt.spvasm20 OpName %param "param"
21 OpName %param_0 "param"
93 %param = OpVariable %_ptr_Function_S Function
126 OpStore %param %79
128 %31 = OpFunctionCall %int %func_struct_S_i1_2_1_i1_ %param %param_0
/third_party/typescript/lib/
H A Dlib.es2021.intl.d.ts92 * @param list - An iterable object, such as an [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array).
105 * @param list - An iterable object, such as an [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array), to be formatted according to a locale.
123 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
127 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/ListFormat#parameters)
140 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
144 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/supportedLocalesOf#parameters).
/third_party/typescript/tests/baselines/reference/
H A DassignmentCompatWithCallSignaturesWithRestParameters.js17 a = (x: number) => 1; // ok, rest param corresponds to infinite number of params
28 a2 = (x: number, y: number) => 1; // ok, rest param corresponds to infinite number of params
44 a4 = (x: number, y?: number) => 1; // error, second param has type mismatch
68 a = function (x) { return 1; }; // ok, rest param corresponds to infinite number of params
95 a2 = function (x, y) { return 1; }; // ok, rest param corresponds to infinite number of params
115 a4 = function (x, y) { return 1; }; // error, second param has type mismatch
/third_party/typescript/src/services/
H A DinlayHints.ts274 const param = node.parameters[i];
275 if (!isHintableDeclaration(param)) {
279 const effectiveTypeAnnotation = getEffectiveTypeAnnotationNode(param);
289 addTypeHints(typeDisplayString, param.questionToken ? param.questionToken.end : param.name.end);
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js91 * @param name {string}
92 * @param callback {Function}, has two params, the first is a CanvasKit.Canvas
95 * @param assetsToFetchOrPromisesToWaitOn {string|Promise}. If a string, it will
176 * @param name {string}
177 * @param callback {Function}, has one param, either a CanvasKit.Canvas or a native
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp226 int ContextInfo::getInt (int param) const in getInt()
229 m_context.getFunctions().getIntegerv(param, &val); in getInt()
234 bool ContextInfo::getBool (int param) const in getBool()
237 m_context.getFunctions().getBooleanv(param, &val); in getBool()
242 const char* ContextInfo::getString (int param) const in getString()
244 const char* str = (const char*)m_context.getFunctions().getString(param); in getString()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp64 * @param message the content of a specified string.
86 * @param fds[] pipe need.
101 * @param eventId of the event we want to get.
102 * @param queue we get event from this queue.
117 * @param delayTime of the event handle time.
155 * @param priorities[] prioritiesof event.
156 * @param priorityCount count of event we insert.
201 * @param queue we get break.
202 * @param eventId eventId of event we insert.
221 * @param queu
1973 int64_t param = 0; HWTEST_F() local
[all...]
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_interface_proxy.cpp.txt189 const std::vector<uint8_t>& authToken, const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfo& info)
191 return OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::BeginEnrollment_(userId, authToken, param, info, GetCurrentRemote());
236 const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, std::vector<OHOS::HDI::UserAuth::V1_2::ScheduleInfo>& scheduleInfos)
238 return OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::BeginAuthentication_(contextId, param, scheduleInfos, GetCurrentRemote());
282 const std::vector<uint8_t>& authToken, const OHOS::HDI::UserAuth::V1_2::EnrollParam& param, OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1& info)
284 return OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::BeginEnrollmentV1_1_(userId, authToken, param, info, GetCurrentRemote());
288 const OHOS::HDI::UserAuth::V1_2::AuthSolution& param, std::vector<OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1>& scheduleInfos)
290 return OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::BeginAuthenticationV1_1_(contextId, param, scheduleInfos, GetCurrentRemote());
310 const OHOS::HDI::UserAuth::V1_2::AuthSolutionV1_2& param, std::vector<OHOS::HDI::UserAuth::V1_2::ScheduleInfoV1_1>& scheduleInfos)
312 return OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::BeginAuthenticationV1_2_(contextId, param, scheduleInfo
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp35 * @param ep_plane1 The endpoints for plane 1.
36 * @param ep_plane2 The endpoints for plane 2.
37 * @param component_plane2 The color component for plane 2.
38 * @param[out] result The merged output.
67 * @param decode_mode The decode mode (LDR, HDR).
68 * @param bsd The block size information.
69 * @param blk The image block color data to compress.
70 * @param[out] scb The symbolic compressed block output.
395 * @param decode_mode The decode mode (LDR, HDR).
396 * @param bs
[all...]
/third_party/typescript/src/compiler/
H A DvisitorPublic.ts5 * @param node The Node to visit.
6 * @param visitor The callback used to visit the Node.
7 * @param test A callback to execute to verify the Node is valid.
8 * @param lift An optional callback to execute to lift a NodeArray into a valid Node.
15 * @param node The Node to visit.
16 * @param visitor The callback used to visit the Node.
17 * @param test A callback to execute to verify the Node is valid.
18 * @param lift An optional callback to execute to lift a NodeArray into a valid Node.
53 * @param nodes The NodeArray to visit.
54 * @param visito
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java695 * @param description A description of the formatter's desired behavior.
720 * @param description A description of the formatter's desired behavior.
723 * @param localizations a list of localizations for the rule set
738 * @param description A description of the formatter's desired behavior.
741 * @param locale A locale, which governs which characters are used for
755 * @param description A description of the formatter's desired behavior.
758 * @param locale A locale, which governs which characters are used for
784 * @param description A description of the formatter's desired behavior.
787 * @param localizations a list of localizations for the rule set names in the description.
788 * @param local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedNumberFormat.java692 * @param description A description of the formatter's desired behavior.
716 * @param description A description of the formatter's desired behavior.
719 * @param localizations a list of localizations for the rule set
733 * @param description A description of the formatter's desired behavior.
736 * @param locale A locale, which governs which characters are used for
749 * @param description A description of the formatter's desired behavior.
752 * @param locale A locale, which governs which characters are used for
777 * @param description A description of the formatter's desired behavior.
780 * @param localizations a list of localizations for the rule set names in the description.
781 * @param local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1701 char *pos, *param; in hostapd_ctrl_iface_radar() local
1708 param = os_strchr(cmd, ' '); in hostapd_ctrl_iface_radar()
1709 if (param == NULL) in hostapd_ctrl_iface_radar()
1711 *param++ = '\0'; in hostapd_ctrl_iface_radar()
1727 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar()
1731 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar()
1735 pos = os_strstr(param, "chan_offset="); in hostapd_ctrl_iface_radar()
1739 pos = os_strstr(param, "chan_width="); in hostapd_ctrl_iface_radar()
1743 pos = os_strstr(param, "cf1="); in hostapd_ctrl_iface_radar()
1747 pos = os_strstr(param, "cf in hostapd_ctrl_iface_radar()
1788 char *pos, *param; hostapd_ctrl_iface_mgmt_tx_status_process() local
1849 char *pos, *param; hostapd_ctrl_iface_mgmt_rx_process() local
2859 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) hostapd_ctrl_iface_mib() argument
2962 char *pos = cmd, *param; hostapd_ctrl_iface_eapol_set() local
4595 hostapd_ctrl_iface_dup_param(struct hostapd_data *src_hapd, struct hostapd_data *dst_hapd, const char *param) hostapd_ctrl_iface_dup_param() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/wrapper/
H A DglwImpl.inl1695 void glwFramebufferParameteri (GLenum target, GLenum pname, GLint param)
1700 gl->framebufferParameteri(target, pname, param);
2431 void glwGetNamedFramebufferParameteriv (GLuint framebuffer, GLenum pname, GLint *param)
2436 gl->getNamedFramebufferParameteriv(framebuffer, pname, param);
3023 void glwGetTransformFeedbacki64_v (GLuint xfb, GLenum pname, GLuint index, GLint64 *param)
3028 gl->getTransformFeedbacki64_v(xfb, pname, index, param);
3031 void glwGetTransformFeedbacki_v (GLuint xfb, GLenum pname, GLuint index, GLint *param)
3036 gl->getTransformFeedbacki_v(xfb, pname, index, param);
3039 void glwGetTransformFeedbackiv (GLuint xfb, GLenum pname, GLint *param)
3044 gl->getTransformFeedbackiv(xfb, pname, param);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c6716 const char *param) in p2p_ctrl_disallow_freq()
6723 if (freq_range_list_parse(&wpa_s->global->p2p_disallow_freq, param) < 0) in p2p_ctrl_disallow_freq()
6740 char *param; in p2p_ctrl_set() local
6745 param = os_strchr(cmd, ' '); in p2p_ctrl_set()
6746 if (param == NULL) in p2p_ctrl_set()
6748 *param++ = '\0'; in p2p_ctrl_set()
6752 atoi(param)); in p2p_ctrl_set()
6757 p2p_set_managed_oper(wpa_s->global->p2p, atoi(param)); in p2p_ctrl_set()
6765 channel = atoi(param); in p2p_ctrl_set()
6766 pos = os_strchr(param, ' '); in p2p_ctrl_set()
6715 p2p_ctrl_disallow_freq(struct wpa_supplicant *wpa_s, const char *param) p2p_ctrl_disallow_freq() argument
7108 ctrl_interworking_select(struct wpa_supplicant *wpa_s, char *param) ctrl_interworking_select() argument
8602 char *pos, *param; wpas_ctrl_iface_mgmt_tx() local
8680 char *pos, *param; wpas_ctrl_iface_mgmt_rx_process() local
8747 wpas_ctrl_iface_driver_scan_res(struct wpa_supplicant *wpa_s, char *param) wpas_ctrl_iface_driver_scan_res() argument
8867 char *pos, *param; wpas_ctrl_iface_driver_event() local
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp148 LOG(ERROR) << "Invalid param"; in GetUpdateBlockInfo()
159 LOG(ERROR) << "Error to get param 1"; in GetUpdateBlockInfo()
164 LOG(ERROR) << "Error to get param 2"; in GetUpdateBlockInfo()
169 LOG(ERROR) << "Error to get param 3"; in GetUpdateBlockInfo()
174 LOG(ERROR) << "Error to get param 4"; in GetUpdateBlockInfo()
439 LOG(ERROR) << "Invalid param"; in Execute()
449 LOG(ERROR) << "Failed to get param"; in Execute()
651 LOG(ERROR) << "Failed to get param blockPairs"; in SetShaInfo()
658 LOG(ERROR) << "Failed to get param contrastSha"; in SetShaInfo()
666 LOG(WARNING) << "Failed to get param targetPair in SetShaInfo()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Ddictionary.h76 @param key Character string to use for key.
90 @param size Optional initial size of the dictionary.
103 @param d dictionary object to deallocate.
114 @param d dictionary object to search.
115 @param key Key to look for in the dictionary.
116 @param def Default value to return if key not found.
131 @param d dictionary object to modify.
132 @param key Key to modify or add.
133 @param val Value to add.
159 @param
[all...]
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp783 GlobalConfigParamHal param = {}; in HWTEST_F() local
784 param.type = ENABLE_STATUS; in HWTEST_F()
785 param.value.enableStatus = true; in HWTEST_F()
786 param.userIdNum = 1; in HWTEST_F()
787 param.userIds[0] = 1; in HWTEST_F()
788 param.authTypeNum = 1; in HWTEST_F()
789 param.authTypes[0] = 1; in HWTEST_F()
790 EXPECT_EQ(SaveGlobalConfigParam(&param), RESULT_SUCCESS); in HWTEST_F()
791 EXPECT_EQ(SaveGlobalConfigParam(&param), RESULT_SUCCESS); in HWTEST_F()
792 param in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp120 std::string RtspEncap::EncapRequestGetParameter(ParamInfo &param, int curSeq) in EncapRequestGetParameter() argument
132 if (param.GetRemoteControlParamInfo().isSupportUibc) { in EncapRequestGetParameter()
135 if (!param.GetFeatureSet().empty()) { in EncapRequestGetParameter()
138 if (param.GetSupportVtpOpt() != VtpType::VTP_NOT_SUPPORT_VIDEO) { in EncapRequestGetParameter()
150 .append(std::to_string(param.GetVersion())) in EncapRequestGetParameter()
277 for (const auto &param : list) { in EncapSpecialList()
278 CLOGD("Encapsulated %{public}s param is %{public}s", type.c_str(), param.c_str()); in EncapSpecialList()
279 body.append(param).append((index++ != (list.size() - 1)) ? ", " : ""); in EncapSpecialList()
574 std::string RtspEncap::EncapSetupResponse(ParamInfo &param, in argument
644 EncapEventChangeRequest(int moduleId, int event, const std::string &param, double version, int curSeq) EncapEventChangeRequest() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp120 std::string RtspEncap::EncapRequestGetParameter(ParamInfo &param, int curSeq) in EncapRequestGetParameter() argument
132 if (param.GetRemoteControlParamInfo().isSupportUibc) { in EncapRequestGetParameter()
135 if (!param.GetFeatureSet().empty()) { in EncapRequestGetParameter()
138 if (param.GetSupportVtpOpt() != VtpType::VTP_NOT_SUPPORT_VIDEO) { in EncapRequestGetParameter()
150 .append(std::to_string(param.GetVersion())) in EncapRequestGetParameter()
277 for (const auto &param : list) { in EncapSpecialList()
278 CLOGD("Encapsulated %{public}s param is %{public}s", type.c_str(), param.c_str()); in EncapSpecialList()
279 body.append(param).append((index++ != (list.size() - 1)) ? ", " : ""); in EncapSpecialList()
574 std::string RtspEncap::EncapSetupResponse(ParamInfo &param, in argument
644 EncapEventChangeRequest(int moduleId, int event, const std::string &param, double version, int curSeq) EncapEventChangeRequest() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp296 std::string param = std::string("{\"arguments\":["); in OnRecorderCallBack() local
298 param.append("{\"") in OnRecorderCallBack()
303 ExecuteJsCallback(recorderBackId_, param); in OnRecorderCallBack()
305 param.append("{\"") in OnRecorderCallBack()
314 ExecuteJsCallback(recorderBackId_, param); in OnRecorderCallBack()
698 std::string param = std::string("{\"") in OnTakePhotoCallBack() local
703 ExecuteJsCallback(callbackIds_.success, param); in OnTakePhotoCallBack()
705 std::string param = std::string("{\"") in OnTakePhotoCallBack() local
714 ExecuteJsCallback(callbackIds_.fail, param); in OnTakePhotoCallBack()
717 std::string param in OnTakePhotoCallBack() local
749 std::string param = std::string("\\"error\\",{\\"") OnError() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp215 HILOGE("SetBufferSize param is invalid."); in SetBufferSize()
453 ConnectSocketParam param { in Connect()
460 ret = proxy->Connect(param, pimpl->fd_); in Connect()
588 ListenSocketParam param { in Listen()
595 int ret = proxy->Listen(param, fd_); in Listen()
930 int ClientSocket::UpdateCocConnectionParams(CocUpdateSocketParam &param) in UpdateCocConnectionParams() argument
935 info.addr = param.addr; in UpdateCocConnectionParams()
936 info.minInterval = param.minInterval; in UpdateCocConnectionParams()
937 info.maxInterval = param.maxInterval; in UpdateCocConnectionParams()
938 info.peripheralLatency = param in UpdateCocConnectionParams()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp210 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
216 OH_Drawing_Rect *otherOne = OH_Drawing_RectCreate(300, 250, 600, 400); // 250 300 400 600 rect param in HWTEST_F()
248 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
251 OH_Drawing_Rect *otherOne = OH_Drawing_RectCreate(300, 250, 600, 400); // 250 300 400 600 rect param in HWTEST_F()
290 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
320 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
350 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
380 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); // 100 200 300 500 rect param in HWTEST_F()
410 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(50, 50, 250, 250); // 50, 50, 250, 250 rect param in HWTEST_F()
438 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(50, 50, 250, 250); // 50, 50, 250, 250 rect param in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp181 * @tc.desc: get UdpChannelInfo by seq, use normal param.
207 * @tc.desc: get UdpChannelInfo by seq, use wrong param.
239 * @tc.desc: get UdpChannelInfo by channelId, use normal param.
266 * @tc.desc: get UdpChannelInfo by channelId, use wrong param.
298 * @tc.desc: get UdpChannelInfo by requestId, use normal param;
323 * @tc.desc: get UdpChannelInfo by requestId, use wrong param;
358 * @tc.desc: set UdpChannel status, use normal param first, then use wrong parameters.
386 * @tc.desc: set UdpChannel opt type, use wrong param first, then use normal parameters.
550 * @tc.desc: trans get channel obj by channelId, use normal param.
574 * @tc.desc: trans get channel obj by channelId, use wrong param
[all...]

Completed in 47 milliseconds

1...<<351352353354355356357358359360>>...950