Home
last modified time | relevance | path

Searched full:param (Results 5076 - 5100 of 28748) sorted by relevance

1...<<201202203204205206207208209210>>...1150

/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c559 * \param pcmp Returns created PCM handle
560 * \param name Name of PCM
561 * \param frequency Update frequency
562 * \param slave Slave PCM handle
563 * \param close_slave When set, the slave PCM handle is closed with copy PCM
747 * \param pcmp Returns created PCM handle
748 * \param name Name of PCM
749 * \param root Root configuration node
750 * \param conf Configuration node with Meter PCM description
751 * \param strea
[all...]
H A Dpcm_misc.c32 * \param format Format
82 * \param format Format
97 * \param format Format
107 * \param format Format
125 * \param format Format
178 * \param format Format
193 * \param format Format
207 * \param format Sample format
274 * \param format Sample format
338 * \param forma
[all...]
H A Dpcm_extplug.c660 * \param extplug the extplug handle
661 * \param name name of the PCM
662 * \param root configuration tree root
663 * \param slave_conf slave configuration root
664 * \param stream stream direction
665 * \param mode PCM open mode
744 * \param extplug the extplug handle to delete
758 * \param extplug the extplug handle
770 * \param extplug the extplug handle
771 * \param typ
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalInfo.java199 * @param firstPart The first part of interval pattern.
200 * @param secondPart The second part of interval pattern.
201 * @param firstDateInPtnIsLaterDate Whether the first date in interval patter is later date or not.
236 * @param a The object to be compared.
347 * @param locale the interval patterns are loaded from the appropriate
359 * @param locale the interval patterns are loaded from the appropriate
370 * @param locale the given locale.
392 * @param dii must have read-only fIntervalPatterns.
502 * @param path
516 * @param patternLette
[all...]
/base/update/packaging_tools/
H A Dupdate_package.py154 :param all_image_file_obj_list: all image object file list
155 :param component_dict: Component information content dict
215 :param component_count: number of components
216 :param head_value_list: list of header values
254 :param count: number of components
255 :param opera_script_dict: script file name and path dict
274 :param component_count: number of components
299 :param package_path: update package file path
300 :param hash_algorithm: hash algorithm
301 :param hash_cod
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h87 typedef int (*osal_wait_cond_func_t)(const void *param);
97 extern int osal_wait_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
98 extern int osal_wait_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
99 extern int osal_wait_timeout_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
101 extern int osal_wait_timeout_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
104 #define osal_wait_event_interruptible(wait, func, param) \
109 if (func(param) != 0) { \
113 __ret = osal_wait_timeout_interruptible(wait, (func), param, 100); \
121 #define osal_wait_event_uninterruptible(wait, func, param) \
126 if (func(param) !
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_osal.h84 typedef int (*osal_wait_cond_func_t)(const void *param);
94 extern int osal_wait_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
95 extern int osal_wait_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
96 extern int osal_wait_timeout_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
98 extern int osal_wait_timeout_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
101 #define osal_wait_event_interruptible(wait, func, param) \
106 if (func(param) != 0) { \
110 __ret = osal_wait_timeout_interruptible(wait, (func), param, 100); \
118 #define osal_wait_event_uninterruptible(wait, func, param) \
123 if (func(param) !
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_osal.h84 typedef int (*osal_wait_cond_func_t)(const void *param);
94 extern int osal_wait_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
95 extern int osal_wait_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param);
96 extern int osal_wait_timeout_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
98 extern int osal_wait_timeout_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param,
101 #define osal_wait_event_interruptible(wait, func, param) \
106 if (func(param) != 0) { \
110 __ret = osal_wait_timeout_interruptible(wait, (func), param, 100); \
118 #define osal_wait_event_uninterruptible(wait, func, param) \
123 if (func(param) !
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_tsensor.h39 * @param data [IN] type #hi_s16,Parameter transfer of the callback function, indicating the temperature when the
81 * @param mode [IN] type #hi_tsensor_mode,Mode of Tsensor temperature acquisition.
83 * @param period [IN] type #hi_u16,Acquisition period, it is the multiple of 2 ms.
102 * @param temperature [IN] type #hi_s16*,address wait to be writed the temperature value.
123 * @param None
148 * @param None
165 * @param trim_code [IN] type #hi_u8,Low 4bit valid. The corresponding temperature calibration values are
183 * @param trim_sel [IN] type #hi_bool,0:The temp_trim of the Tsensor IP is directly loaded by the efuse.
203 * @param code [IN] type #hi_u8,temperature value.CNcomment:温度码。CNend
222 * @param tem
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.h183 * @param extra_bytes - extra bytes to be allocated at the end of the recv info
208 * @param recv_info - Pointer to receive_info to be freed
230 * events. The first param is the octeon id. The second param is the
332 * @param oct_dev - pointer to the octeon device structure
333 * @param q_no - droq no. ranges from 0 - 3.
334 * @param app_ctx - pointer to application context
346 * @param oct_dev - pointer to the octeon device structure
347 * @param q_no - droq no. ranges from 0 - 3.
358 * @param oc
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Ddev.c211 struct rtc_param param; in rtc_dev_ioctl() local
388 if (copy_from_user(&param, uarg, sizeof(param))) { in rtc_dev_ioctl()
393 switch(param.param) { in rtc_dev_ioctl()
395 if (param.index != 0) in rtc_dev_ioctl()
397 param.uvalue = rtc->features[0]; in rtc_dev_ioctl()
403 if (param.index != 0) in rtc_dev_ioctl()
408 param.svalue = offset; in rtc_dev_ioctl()
413 err = rtc->ops->param_get(rtc->dev.parent, &param); in rtc_dev_ioctl()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.h183 * @param extra_bytes - extra bytes to be allocated at the end of the recv info
208 * @param recv_info - Pointer to receive_info to be freed
230 * events. The first param is the octeon id. The second param is the
332 * @param oct_dev - pointer to the octeon device structure
333 * @param q_no - droq no. ranges from 0 - 3.
334 * @param app_ctx - pointer to application context
346 * @param oct_dev - pointer to the octeon device structure
347 * @param q_no - droq no. ranges from 0 - 3.
358 * @param oc
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_blend.c60 FilterParams *param; member
134 FilterParams *param, double *values, int starty) \
139 AVExpr *e = param->e; \
181 td->param->blend(top + slice_start * td->top->linesize[td->plane], in filter_slice()
187 td->w, height, td->param, &values[0], slice_start); in filter_slice()
214 FilterParams *param = &s->params[plane]; in blend_frame() local
216 .w = outw, .h = outh, .param = param, .plane = plane, in blend_frame()
293 FilterParams *param = &s->params[plane]; in config_params() local
296 param in config_params()
[all...]
/third_party/ffmpeg/libavutil/
H A Dbuffer.h123 * @param data data array
124 * @param size size of data in bytes
125 * @param free a callback for freeing this buffer's data
126 * @param opaque parameter to be got for processing or passed to free
127 * @param flags a combination of AV_BUFFER_FLAG_*
154 * @param buf the reference to be freed. The pointer is set to NULL on return.
177 * @param buf buffer reference to make writable. On success, buf is either left
187 * @param buf a buffer reference to reallocate. On success, buf will be
191 * @param size required new buffer size.
207 * @param ds
[all...]
/third_party/googletest/googletest/test/
H A DBUILD.bazel57 "googletest-param-test-test.cc",
58 "googletest-param-test2-test.cc",
73 "googletest-param-test-test",
75 "googletest-param-test-invalid-name1-test_.cc",
76 "googletest-param-test-invalid-name2-test_.cc",
139 name = "googletest-param-test-test",
142 "googletest-param-test-test.cc",
143 "googletest-param-test-test.h",
144 "googletest-param-test2-test.cc",
559 name = "googletest-param
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h256 * @param session The CoAP session.
263 * @param session The CoAP session.
271 * @param session The current coap_session_t object.
272 * @param psk_hint If NULL, the Identity Hint will revert to the
284 * @param session The current coap_session_t object.
285 * @param psk_key If NULL, the pre-shared key will revert to the
297 * @param session The current coap_session_t object.
298 * @param psk_identity If NULL, the pre-shared identity will revert to the
309 * @param ctx The CoAP context.
310 * @param e
[all...]
/foundation/ai/intelligent_voice_framework/interfaces/kits/js/
H A D@ohos.ai.intelligentVoice.d.ts66 * @param { 'serviceChange' } type - Type of the event to listen for. Only the serviceChange event is supported.
67 * @param { Callback<ServiceChangeType> } callback - Callback is invoked when the event is triggered.
78 * @param { 'serviceChange' } type - Type of the event to listen for. Only the serviceChange event is supported.
79 * @param { Callback<ServiceChangeType> } [callback] - Callback is invoked when the event is triggered.
100 * @param { string } key - the key of the intelligent voice parameter to set.
101 * @param { string } value - the value of the intelligent voice parameter to set.
116 * @param { string } key - the key of the intelligent voice parameter whose value is to be obtained.
131 * @param { number } maxCount - the maximum count of upload files. The maxCount should be greater than 0 and smaller than 101
160 * @param { Array<WakeupSourceFile> } wakeupFiles - the wakeup source files needed.
161 * @param { strin
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c42 CoapPacketParam *param; member
350 static void CoapGetOptionParam(uint16_t value, uint8_t *param) in CoapGetOptionParam() argument
353 *param = (uint8_t)(value & 0xFF); in CoapGetOptionParam()
358 *param = COAP_EXTEND_DELTA_VALUE_UINT8; in CoapGetOptionParam()
362 *param = COAP_EXTEND_DELTA_VALUE_UINT16; in CoapGetOptionParam()
520 static int32_t CoapCreateBody(CoapPacket *pkt, const CoapPacketParam *param, const CoapBuffer *token, in CoapCreateBody() argument
533 if (param->options != 0) { in CoapCreateBody()
534 if (param->optionsNum > COAP_MAX_OPTION) { in CoapCreateBody()
539 for (i = 0; i < param->optionsNum; i++) { in CoapCreateBody()
540 ret = CoapAddOption(pkt, &param in CoapCreateBody()
557 CoapSoftBusEncodeEx(CoapPacket *pkt, const CoapPacketParam *param, const CoapBuffer *payload, CoapReadWriteBuffer *buf) CoapSoftBusEncodeEx() argument
585 CoapSoftBusEncode(CoapPacket *pkt, const CoapPacketParam *param, const CoapBuffer *payload, CoapReadWriteBuffer *buf) CoapSoftBusEncode() argument
657 BuildCoapPktEx(const CoapBuildParam *param, const char *pktPayload, CoapReadWriteBuffer *sndPktBuff, bool isAck) BuildCoapPktEx() argument
700 BuildCoapPkt(const CoapBuildParam *param, const char *pktPayload, CoapReadWriteBuffer *sndPktBuff, bool isAck) BuildCoapPkt() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_port.c45 * @param[in] port - Pointer to the port module
62 * @param[in] port - Pointer to the port module
79 * @param[in] port - Pointer to the Port module
108 * @param[in] port - Pointer to the Port module
134 * @param[in] Pointer to the Port module data structure.
182 * @param[in] void
196 * @param[in] port Port module pointer
214 * @param[in] Pointer to the Port module data structure.
270 * @param[in] Pointer to the Port module data structure.
326 * @param[i
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_port.c45 * @param[in] port - Pointer to the port module
62 * @param[in] port - Pointer to the port module
79 * @param[in] port - Pointer to the Port module
108 * @param[in] port - Pointer to the Port module
134 * @param[in] Pointer to the Port module data structure.
182 * @param[in] void
196 * @param[in] port Port module pointer
214 * @param[in] Pointer to the Port module data structure.
270 * @param[in] Pointer to the Port module data structure.
326 * @param[i
[all...]
/test/xts/acts/ability/ability_runtime/abilitygetstartparameterstest/startabilitygetstartparametertest/entry/src/ohosTest/ets/test/
H A DStartAbilityGetStartParameter.test.ets33 const CALLER_PID = 'ohos.aafwk.param.callerPid';
34 const CALLER_TOKEN = 'ohos.aafwk.param.callerToken';
35 const CALLER_UID = 'ohos.aafwk.param.callerUid';
87 * @tc.desc : Compare the parameters of pid and ohos.aafwk.param.callerPid, accessTokenId
88 * and ohos.aafwk.param.callerToken,uid and ohos.aafwk.param.callerUid
136 * @tc.desc : Compare the parameters of pid and ohos.aafwk.param.callerPid, accessTokenId
137 * and ohos.aafwk.param.callerToken,uid and ohos.aafwk.param.callerUid
186 * @tc.desc : Compare the parameters of pid and ohos.aafwk.param
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqcelpdec.c105 * @param q the context
106 * @param lspf line spectral pair frequencies
191 * @param q the context
192 * @param gain array holding the decoded gain
269 * @param cbgain the unpacked cbgain array
306 * @param q the context
307 * @param gain array holding the 4 pitch subframe gain values
308 * @param cdn_vector array for the generated scaled codebook vector
391 * @param v_out output vector
392 * @param v_i
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp69 * @param y the common prefix length (i.e. 6 for "USHOE_" )
70 * @param x the actual enum value - it will be copied in both string and symbolic form.
241 * @param type type of item
242 * @param actual true: for the actual enum's type (UCAL_FIELD_COUNT, etc), or false for the string count
383 typedef int32_t U_CALLCONV USystemParameterCallback(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status);
394 paramEmpty(const USystemParams * /* param */, char *target, int32_t targetCapacity, UErrorCode *status) { in paramEmpty()
400 paramStatic(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { in paramStatic() argument
401 if(param->paramStr==NULL) return paramEmpty(param,target,targetCapacity,status); in paramStatic()
403 int32_t len = static_cast<int32_t>(uprv_strlen(param in paramStatic()
438 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) paramInteger() argument
[all...]
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js156 * @param {string} urlOrSpecifier
157 * @param {string} parentURL
158 * @param {any} [data] Arbitrary data to be passed from the custom
174 * @param {string} url Custom loader specifier
175 * @param {Record<string, unknown>} exports
176 * @param {any} [data] Arbitrary data to be passed from the custom loader (user-land)
254 * @param {string} originalSpecifier The specified URL path of the module to
256 * @param {string} [parentURL] The URL path of the module's parent.
257 * @param {ImportAttributes} [importAttributes] Attributes from the import
394 * @param {UR
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddcfmtsym.h185 * @param locale The locale to get symbols for.
186 * @param status Input/output parameter, set to success or
202 * @param locale The locale to get symbols for.
203 * @param ns The numbering system.
204 * @param status Input/output parameter, set to success or
216 * @param status Input/output parameter, set to success or
232 * @param status Input/output parameter, set to success or
260 * @param other the object to be compared with.
269 * @param other the object to be compared with.
280 * @param symbo
[all...]

Completed in 28 milliseconds

1...<<201202203204205206207208209210>>...1150