Home
last modified time | relevance | path

Searched full:param (Results 8276 - 8300 of 22011) sorted by relevance

1...<<331332333334335336337338339340>>...881

/third_party/typescript/tests/baselines/reference/
H A DjsdocParseBackquotedParamName.errors.txt6 * @param {string=} `args`
7 * @param `bwarg` {?number?}
16 * @param `arg` - this is fine
H A DjsdocParseBackquotedParamName.symbols3 * @param {string=} `args`
4 * @param `bwarg` {?number?}
14 * @param `arg` - this is fine
H A DjsdocParseBackquotedParamName.types3 * @param {string=} `args`
4 * @param `bwarg` {?number?}
14 * @param `arg` - this is fine
/third_party/typescript/src/services/
H A Dtransform.ts4 * @param source A single `Node` or an array of `Node` objects.
5 * @param transformers An array of `TransformerFactory` callbacks used to process the transformation.
6 * @param compilerOptions Optional compiler options.
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
H A DjsDeclarationsFunctionLikeClasses.ts9 * @param {number} x
10 * @param {number} y
25 * @param {Point} p
H A DjsDeclarationsGetterSetter.ts15 * @param {number} _arg
39 * @param {number} _arg
50 * @param {number} _arg
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocTemplateConstructorFunction.ts11 * @param {T} t
20 * @param {T} v
21 * @param {Id<T>} id
H A DjsdocTemplateTag.ts7 * @param {T} a
16 * @param {T} a
26 * @param {Array.<Object>} keyframes - Can't look up types on Element since it's a global in another file. (But it shouldn't crash).
H A DtypedefTagTypeResolution.ts10 * @param {U} x
22 * @param {V} firstParam
26 * @param {V} vvvvv
/third_party/typescript/tests/cases/fourslash/
H A DcodeFixInPropertyAccess_js.ts13 //// * @param {Foo.foo} inst
28 * @param {Foo["foo"]} inst
42 * @param {Foo.foo} inst
H A DcodeFixInferFromUsageRestParam2JS.ts7 /////** @param {number} a */
21 * @param {number} a
22 * @param {(string | boolean)[]} rest
H A DcodeFixInferFromUsageRestParamJS.ts7 /////** @param {number} a */
21 * @param {number} a
22 * @param {string[]} rest
H A DrefactorConvertParamsToDestructuredObject_functionJSDoc.ts5 //// * /*a*/@param/*b*/ el The source of the attributes.
6 //// * @param atty Name of the attribute or a string of candidate attribute names.
7 //// * @param def Default boolean value when attribute is undefined.
H A DsignatureHelpForSignatureWithUnreachableType.ts9 ////export function func<T extends SomeType>(param: T): void;
10 ////export function func<T extends SomeType>(param: T, other: T): void;
18 text: "func(param: {}): void"
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c183 * \param tObj texture object.
184 * \param target texture target.
185 * \param level image level.
186 * \param texImage texture image.
213 * \param texImage texture image.
232 * \param target texture target.
268 * \param target texture target.
289 * \param target texture target.
362 * \param texObj texture unit.
363 * \param targe
[all...]
/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/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_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/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/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...]
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/base/src/main/ets/default/manager/
H A DResourceManager.ts141 Logger.info(TAG, `getAppNameSync param empty! appName: ${appName}`)
197 * @param {string} cacheKey
198 * @param {string} cacheType
207 * @param {number} resource.id
208 * @param {function} callback(value)
243 * @param {number} resource.id

Completed in 105 milliseconds

1...<<331332333334335336337338339340>>...881