Home
last modified time | relevance | path

Searched full:param (Results 5201 - 5225 of 24449) sorted by relevance

1...<<201202203204205206207208209210>>...978

/third_party/typescript/tests/baselines/reference/
H A DtypeOfThisGeneral.js13 //type of 'this' in member function param list is the class instance type
41 //type of 'this' in static function param list is constructor function type
82 //type of 'this' in member function param list is the class instance type
110 //type of 'this' in static function param list is constructor function type
140 //type of 'this' in a function declaration param list is Any
151 //type of 'this' in a function expression param list list is Any
162 //type of 'this' in a fat arrow expression param list is typeof globalThis
193 //type of 'this' in member function param list is the class instance type
212 //type of 'this' in static function param list is constructor function type
251 //type of 'this' in member function param lis
[all...]
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h95 * @param fieldNumber The number for the field to get.
104 * @param name The name for the field to get.
113 * @param name The name for the oneof to get.
147 * @param fieldNumber The number for the field to get.
156 * @param name The name for the field to get.
202 * @param value The raw enum value to check.
229 * @param number The raw enum value.
238 * @param outValue A pointer where the value will be set.
239 * @param name The enum name for which to get the raw value.
248 * @param numbe
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate.h36 /// @param[in] _ the validation state of the module
46 /// @param[in] _ the validation state of the module
58 /// @param[in] _ the validation state of the module
70 /// @param[in] _ the validation state of the module
80 /// @param[in] _ the validation state of the module
87 /// @param[in] _ the validation state of the module
96 /// @param[in,out] dom_edges The edges of the dominator tree
97 /// @param[in] set_func This function will be called to updated the Immediate
105 /// @param[in] block The dominators of this block will be printed
233 /// @param[i
[all...]
/third_party/musl/src/sched/
H A Dsched_getparam.c9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
12 if (!param) { in sched_getparam()
16 memset(param, 0, sizeof(struct sched_param)); in sched_getparam()
18 r = __syscall(SYS_sched_getparam, pid, param, MUSL_TYPE_PROCESS); in sched_getparam()
20 r = __syscall(SYS_sched_getparam, pid, param); in sched_getparam()
/third_party/typescript/tests/cases/fourslash/
H A DcodeFixDeleteUnmatchedParameter1.ts5 //// * @param {number} a
6 //// * @param {number} b
11 { description: "Delete unused '@param' tag 'a'" },
12 { description: "Delete unused '@param' tag 'b'" },
20 * @param {number} b
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp195 tloge("param %{public}u has invalid type %{public}u\n", i, paramType); in TEEC_CheckOperation()
201 tloge("param %{public}u check failed\n", i); in TEEC_CheckOperation()
224 tloge("param srcStr is too long\n"); in WriteChar()
572 TEEC_Result TeeClient::TeecOptDecodePartialMem(TEEC_Parameter *param, in TeecOptDecodePartialMem() argument
575 TEEC_SharedMemory *shm = param->memref.parent; in TeecOptDecodePartialMem()
578 uint32_t cSize = param->memref.size; in TeecOptDecodePartialMem()
604 p = reinterpret_cast<uint8_t *>(param->memref.parent->buffer); in TeecOptDecodePartialMem()
608 p += param->memref.offset; in TeecOptDecodePartialMem()
628 param->memref.size = inParam->memref.size; in TeecOptDecodePartialMem()
664 tloge("opt decode param fai in TeecOptDecode()
671 TeecOptDecodeTempMem(TEEC_Parameter *param, uint32_t paramType, const TEEC_Parameter *inParam, const uint8_t **data, size_t *dataSize) TeecOptDecodeTempMem() argument
789 TeecOptEncodeTempMem(const TEEC_Parameter *param, sptr<Ashmem> &optMem, size_t *dataSize) TeecOptEncodeTempMem() argument
850 TeecOptEncodePartialMem(const TEEC_Parameter *param, uint32_t paramType, sptr<Ashmem> &optMem, size_t *dataSize) TeecOptEncodePartialMem() argument
960 TEEC_Parameter *param = &(operation->params[paramCnt]); GetPartialMemSize() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dapi_test.cpp855 * @tc.name : OH_AVCapability_GetVideoWidthAlignment param error
869 * @tc.name : OH_AVCapability_GetVideoWidthAlignment param error
882 * @tc.name : OH_AVCapability_GetVideoWidthAlignment param correct
899 * @tc.name : OH_AVCapability_GetVideoHeightAlignment param error
913 * @tc.name : OH_AVCapability_GetVideoHeightAlignment param error
926 * @tc.name : OH_AVCapability_GetVideoHeightAlignment param correct
943 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error
959 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error
973 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param error
989 * @tc.name : OH_AVCapability_GetVideoWidthRangeForHeight param correc
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
H A DMap.sts29 * @param k the key to find in the Map/class
38 * @param k the key to find in the Map
47 * @param callbackfn to apply
54 * @param callbackfn to apply
61 * @param fn to apply
68 * @param callbackfn to apply
168 * @param entries initial collection
235 * @param key the key to put into the Map
237 * @param val the value to put into the Map
279 * @param ke
[all...]
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp51 * @param decodeBuffer
52 * @param Len
72 * @param decodeBuffer
73 * @param Len
97 * @param decodeBuffer
98 * @param Len
163 * @param decodeBuffer
164 * @param dispLen
165 * @param beginPos
211 * @param decodeBuffe
[all...]
H A Dmms_content_type.cpp55 * @param decodeBuffer
56 * @param contentLength
101 * @param decodeBuffer
102 * @param contentLength
192 * @param decodeBuffer
193 * @param valueLength
273 * @param decodeBuffer
274 * @param field
275 * @param valueLength
298 * @param decodeBuffe
[all...]
/base/update/update_app/common/src/main/ets/manager/
H A DUpdateManager.ts26 * @param timeout 超时事件ms
99 * @param subType 升级类型
100 * @param callback 回调
181 * @param descVersionDigest 版本摘要
182 * @param descFormat 描述文件格式
183 * @param descLanguage 描述文件语言
219 * @param descFormat 描述文件格式
220 * @param descLanguage 描述文件语言
281 * @param upgradeVersionDigest 版本摘要
282 * @param upgradeOrde
[all...]
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h70 * @param font a font family name
85 * @param size A positive integer that ranges from 1 to 72. Any number outside
93 * @param size A positive integer that ranges from 1 to 72. Any number outside
102 * @param the text encoding format
114 * @param font a font family name
121 * @param font a font family name
128 * @param forceDark True if set the force dark mode enabled for this NWeb.
151 * @param size A positive integer that ranges from 1 to 72. Any number outside
159 * @param size A positive integer that ranges from 1 to 72. Any number outside
174 * @param fon
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_task.h89 * @param taskid [OUT] type #hi_u32*,task ID.CNcomment:任务ID号。CNend
90 * @param attr [IN] type #const task_attr_t*,task attributes,when NULL was set here,the properties
94 * @param task_route [IN] type #task_route task entry function.CNcomment:任务入口函数。CNend
95 * @param arg [IN] type #hi_void*,parameter that needs to be input to the task entry when a task is
121 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
147 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
166 * @param taskid [IN] 类型 #hi_u32,任务ID号。
168 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
188 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
189 * @param priorit
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/js/
H A D@ohos.accessibility.config.d.ts195 * @param { string } name Indicates the accessibility extension name, in "bundleName/abilityName" format.
196 * @param { Array<accessibility.Capability> } capability Indicates the ability.
216 * @param { string } name Indicates the accessibility extension name, in "bundleName/abilityName" format.
217 * @param { Array<accessibility.Capability> } capability Indicates the ability.
218 * @param { AsyncCallback<void> } callback
241 * @param { string } name Indicates the accessibility extension name, in "bundleName/abilityName" format.
260 * @param { string } name Indicates the accessibility extension name, in "bundleName/abilityName" format.
261 * @param { AsyncCallback<void> } callback
279 * @param { 'enabledAccessibilityExtensionListChange' } type Indicates the type of event.
280 * @param { Callbac
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h99 * @param[in] pkt The frame packet.
119 * @param[in] buffer The buffer of the frame.
143 * @param[in] playStatus Indicates the current status of playback.
153 * @param[in] Identifier Unique Identifier to identify an element on TG, as is used for GetElementAttribute command
164 * @param[in] playbackPos Current playback position in millisecond.
174 * @param[in] attributes Player application setting attribute ID for which the value is returned.
175 * @param[in] values Currently set Player Application Setting value on the TG for the above attributes.
186 * @param[in] playerId The player id.
187 * @param[in] uidCounter The uid counter.
198 * @param[i
[all...]
/third_party/EGL/sdk/docs/man/xhtml/
H A Degl-man.xsl18 <xsl:param name="funcsynopsis.style">ansi</xsl:param>
19 <xsl:param name="citerefentry.link" select="'1'"></xsl:param>
22 <!-- Set this param to a placeholder for the base URL of the external specification document. Include
26 <xsl:param name="SpecBaseUrl">http://www.khronos.org/registry/cl/specs/opencl-1.x-latest.pdf#namedest=</xsl:param>
73 <xsl:with-param name="node" select="$doc"/>
77 <xsl:with-param name="node" select="$doc"/>
81 <xsl:with-param nam
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h253 * @param dwork [IN] Work handle.
254 * @param func [IN] Executive function.
276 * @param name [IN] Workqueue name.
299 * @param wq [IN] Workqueue handle.
321 * @param wq [IN] Workqueue handle.
322 * @param work [IN] Work handle.
349 * @param wq [IN] Workqueue handle.
350 * @param dwork [IN] Delayed work handle.
351 * @param delayTime [IN] Delayed time, number of ticks to wait or 0 for immediate execution.
377 * @param wor
[all...]
/third_party/lame/ACM/
H A DAEncodeProperties.h57 \param the windows module with which you can retrieve many informations
188 \param bitrate the data that will be filled with the bitrate
189 \param MPEG_Version The MPEG version (MPEG1 or MPEG2)
197 \param bitrate the data that will be filled with the bitrate
205 \param bitrate the data that will be filled with the bitrate
214 \param string the string that will be filled
215 \param string_size the size of the string
224 \param string the string that will be filled
225 \param string_size the size of the string
226 \param a_bitrateI
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c464 * \param svga[in] The svga context
465 * \param dst[in] The surface to clear
466 * \param color[in] Clear color
488 * \param svga[in] The svga context
489 * \param dst[in] The surface to clear
490 * \param color[in] Clear color
491 * \param dstx[in] Clear region left
492 * \param dsty[in] Clear region top
493 * \param width[in] Clear region width
494 * \param heigh
[all...]
/third_party/lwip/src/netif/
H A Dlowpan6_ble.c102 * @param dst IPv6 destination space
103 * @param src BLE MAC address source
104 * @param public_addr If the LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS
105 * option is set, bit 0x02 will be set if param=0 (no public addr); cleared otherwise
134 * @param dst BLE MAC address destination
135 * @param src IPv6 source
224 * @param p Pbuf struct, containing the payload data
225 * @param netif Output network interface. Should be of RFC7668 type
294 * @param idx Context id
295 * @param contex
[all...]
/third_party/skia/src/gpu/
H A DGrResourceProvider.h190 * @param intendedType hint to the graphics subsystem about how the buffer will be used.
191 * @param size minimum size of buffer to return.
192 * @param key Key to be assigned to the buffer.
193 * @param InitializeBufferFn callback with which to initialize the buffer.
204 * @param intendedType hint to the graphics subsystem about what the buffer will be used for.
205 * @param size minimum size of buffer to return.
206 * @param data optional data with which to initialize the buffer.
207 * @param key Key to be assigned to the buffer.
219 * @param pattern the pattern of indices to repeat
220 * @param patternSiz
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h114 /// \param Abbrev Pointer to the abbreviations section we are verifying
131 /// \param DebugInfoData The section data
132 /// \param Offset A reference to the offset start of the unit. The offset will
134 /// \param UnitIndex The index of the unit to be verified
135 /// \param UnitType A reference to the type of the unit
136 /// \param isUnitDWARF64 A reference to a flag that shows whether the unit is
156 /// \param Unit The DWARF Unit to verify.
164 /// \param S The DWARF Section to verify.
165 /// \param SectionKind The object-file section kind that S comes from.
191 /// \param Di
[all...]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Degl-man.xsl18 <xsl:param name="funcsynopsis.style">ansi</xsl:param>
19 <xsl:param name="citerefentry.link" select="'1'"></xsl:param>
22 <!-- Set this param to a placeholder for the base URL of the external specification document. Include
26 <xsl:param name="SpecBaseUrl">http://www.khronos.org/registry/cl/specs/opencl-1.x-latest.pdf#namedest=</xsl:param>
73 <xsl:with-param name="node" select="$doc"/>
77 <xsl:with-param name="node" select="$doc"/>
81 <xsl:with-param nam
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc207 printer->Print(" * @param value The $name$ to set.\n", "name", in WriteFieldAccessorDocComment()
223 printer->Print(" * @param index The index of the element to return.\n"); in WriteFieldAccessorDocComment()
228 printer->Print(" * @param index The index to set the value at.\n"); in WriteFieldAccessorDocComment()
229 printer->Print(" * @param value The $name$ to set.\n", "name", in WriteFieldAccessorDocComment()
233 printer->Print(" * @param value The $name$ to add.\n", "name", in WriteFieldAccessorDocComment()
237 printer->Print(" * @param values The $name$ to add.\n", "name", in WriteFieldAccessorDocComment()
266 " * @param value The enum numeric value on the wire for $name$ to " in WriteFieldEnumValueAccessorDocComment()
284 printer->Print(" * @param index The index of the value to return.\n"); in WriteFieldEnumValueAccessorDocComment()
291 printer->Print(" * @param index The index to set the value at.\n"); in WriteFieldEnumValueAccessorDocComment()
293 " * @param valu in WriteFieldEnumValueAccessorDocComment()
[all...]
/third_party/skia/experimental/sktext/include/
H A DText.h30 @param blocks a range of FontBlock elements that keep information about
34 @param textDirection a starting text direction value
96 @param blocks a range of FontBlock elements that keep information about
100 @param textDirection a starting text direction value
124 @param unicodeText a reference to UnicodeText that is used to query Unicode information
125 @param width a line width at which the text gets wrapped
126 @param height a text height, currently not supported
196 @param positionType specifies a text adjustment granularity (grapheme cluster, grapheme, glypheme, glyph)
197 @param blocks a range of text indices that cause an additional run breaking to be used for styling
213 @param textAlig
[all...]

Completed in 46 milliseconds

1...<<201202203204205206207208209210>>...978