Home
last modified time | relevance | path

Searched full:param (Results 8651 - 8675 of 22474) sorted by relevance

1...<<341342343344345346347348349350>>...899

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h289 * @param None
308 * @param None
327 * @param info [OUT] type #hi_syserr_info* ,Pointer to the hi_syserr_info structure.
346 * @param func [IN] type #hi_syserr_exc_callback ,Callback function of exception happens
365 * @param enable [IN] type #hi_bool ,Enable/Disable retains reset PC pointer function.
384 * @param reset [IN] type #hi_bool ,Reset/Not reset after watchdog in task.
403 * @param record [IN] type #hi_bool ,Record/Not record crash info in flash.
422 * @param err_id [OUT] type #hi_u16 * , error id, see hi_syserr_eid.
425 * @param reboot_cause [OUT] type #hi_u32* , when err_id is soft reboot, see hi_sys_reboot_cause;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dfcntl.h46 * @param path [IN] Path of the file which need to be created.
47 * @param mode [IN] Describes the permissions of the file, should be an integer type.
80 * @param path [IN] Points to a pathname naming the file.
81 * @param oflags [IN] Values for oflags are constructed by a bitwise-inclusive OR of flags from the following list,
84 * @param "..." [IN] If the file is opened for creation, description file mode_t mode.
320 * @param fd [IN] File descriptor.
321 * @param mode [IN] Operation mode. Only support FALLOC_FL_KEEP_SIZE.
322 * @param offset [IN] Offset of the file to allocated.
323 * @param len [IN] The size to allocate for the file.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip6_zone.h155 * @param ip6addr the IPv6 address (const); only its address part is examined.
156 * @param type address type; one of IP6_UNICAST, IP6_MULTICAST, IP6_UNKNOWN.
175 * @param ip6addr the IPv6 address; its address part is examined, and its zone
177 * @param type address type; one of IP6_UNICAST, IP6_MULTICAST, IP6_UNKNOWN.
178 * @param netif the network interface (const).
199 * @param ip6addr the IPv6 address (const).
200 * @param netif the network interface (const).
228 * @param dest the IPv6 address for which to select and set a zone.
229 * @param src source IPv6 address (const); may be equal to dest.
/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c74 * @param[in] spiId the spi bus id
75 * @param[in] data spi send data
76 * @param[in] size spi send data size
77 * @param[in] timeOut timeOut in milisecond, set this value to HAL_WAIT_FOREVER
117 * @param[in] spiId the spi bus id
118 * @param[out] data spi recv data
119 * @param[in] size spi recv data size
120 * @param[in] timeOut timeOut in milisecond, set this value to HAL_WAIT_FOREVER
234 HDF_LOGE("%s: PARAM is NULL\r\n", __func__); in GetSpiDeviceResource()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp80 HDF_LOGE("%{public}s: invalid param listEntry", __func__); in OsDeviceCompare()
94 HDF_LOGE("%{public}s: invalid param session", __func__); in OsGetDeviceHandle()
259 HDF_LOGE("%{public}s:%{public}d invalid param", __func__, __LINE__); in FuncAdapterCloseDevice()
314 HDF_LOGE("%{public}s: invalid param dev", __func__); in OsGetActiveConfig()
324 HDF_LOGE("%{public}s: invalid param", __func__); in FuncAdapterGetConfiguration()
343 HDF_LOGE("%{public}s: invalid param", __func__); in FuncAdapterSetConfiguration()
391 HDF_LOGE("%{public}s: invalid param", __func__); in FuncAdapterAllocRequest()
419 HDF_LOGE("%{public}s: invalid param", __func__); in FuncAdapterFreeRequest()
474 HDF_LOGE("%{public}s: invalid param", __func__); in FuncAdapterUrbCompleteHandle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_json_coder.ts143 * @param { T } value - The object to serialize.
144 * @param { (this: JSONAny, key: string, value: JSONAny) => JSONAny } [replacer] - A function that alters the behavior when stringify
145 * @param { string | number } [space] - For format
159 * @param { TypeConstructor<T> | TransformOptions<T> } type - The class prototype or constructor function that has no parameters.
160 * @param { object | string } source - The JSON string or JSON object.
176 * @param { T | T[] } type - The original object.
177 * @param { object | string } source - The JSON string or JSON object.
178 * @param { TypeConstructor<T> | TransformOptions<T> } [type] - The class prototype or constructor function that has no parameters.
201 * @param { TypeConstructor<T> | TransformOptions<T> | string } [type] - The type info of the object creator.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp64 JSRef<JSVal> param; in BuildNode() local
67 param = info[1]; in BuildNode()
70 auto lazyBuilderFunc = [buildFunc, param, renderType = renderType_]() mutable { in BuildNode()
73 if (!param->IsEmpty()) { in BuildNode()
74 buildFunc->ExecuteJS(1, &param); in BuildNode()
93 JSRef<JSVal> param[2]; in BuildNode()
94 param[0] = JSRef<JSVal>::Make(ToJSValue(instanceId)); in BuildNode()
95 param[1] = JSRef<JSVal>::Make(panda::NativePointerRef::New(vm, AceType::RawPtr(node))); in BuildNode()
96 updateTsFunc->ExecuteJS(2, param); in BuildNode()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp93 * @tc.desc : param test
104 * @tc.desc : param test
130 * @tc.desc : param test
142 * @tc.desc : param test
153 * @tc.desc : param test
164 * @tc.desc : param test
176 * @tc.desc : param test
188 * @tc.desc : param test
200 * @tc.desc : param test
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerParamCheckTest.cpp48 * @tc.desc : param check test
92 * @tc.desc : param check test
136 * @tc.desc : param check test
191 * @tc.desc : param check test
245 * @tc.desc : param check test
299 * @tc.desc : param check test
345 * @tc.desc : param check test
394 * @tc.desc : param check test
442 * @tc.desc : param check test
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp87 * @tc.desc: Dump one param with '-h'
106 * @tc.desc: Dump one param with '-x'
125 * @tc.desc: Dump two param with '-s -a'
146 * @tc.desc: Dump two param with '-d -a'
167 * @tc.desc: Dump two param with '-s 1'
188 * @tc.desc: Dump two param with '-s -1'
209 * @tc.desc: Dump two param with '-d 1'
230 * @tc.desc: Dump two param with '-d -1'
251 * @tc.desc: Dump three param with '-d -a 1'
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp129 * @tc.desc: test Invalid trigger param
248 * @tc.desc: Test StartBaseClient invalid input param ListenerModule module.
284 * @tc.desc: Test StartBaseListener invalid input param const char *ip.
313 * @tc.desc: Test StartBaseListener invalid input param int32_t port < 0.
342 * @tc.desc: Test StopBaseListener invalid input param ListenerModule module.
541 * @tc.desc: test ConnGetPeerSocketAddr param is invalid
560 * @tc.desc: Test ConnSetTcpUserTimeOut param is invalid
576 * @tc.desc: Test ConnSetTcpUserTimeOut param is invalid
592 * @tc.desc: test ConnGetPeerSocketAddr param is invalid
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp288 QosParam param; in HWTEST_F() local
290 param.channelId = TEST_CHANNELID; in HWTEST_F()
291 param.channelType = CHANNEL_TYPE_UDP; in HWTEST_F()
292 param.eventId = TEST_EVENT_ID; in HWTEST_F()
293 param.tvCount = TEST_COUNT; in HWTEST_F()
294 param.tvList = &tvList; in HWTEST_F()
295 param.pid = TEST_PID; in HWTEST_F()
297 ret = ClientIpcOnChannelQosEvent(g_pkgName, &param); in HWTEST_F()
308 ret = ClientIpcOnChannelQosEvent(g_pkgName, &param); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h217 * @param [out] element: notification data to report, see struct NSTACKX_NotificationConfig
374 * param: isScreenOn, screen status
388 * @param [in] (const char *) businessData: specific data which need to be put into the coap payload
425 * param: deviceList - Device list return from NSTACKX, user should prepare sufficient buffer to store
427 * param: deviceCountPtr - In/Out parameter. It indicates buffer size (number of elements) in deviceList
448 * @param [in] (const NSTACKX_DiscoverySettings *) discoverySettings: configurable discovery properties
480 * @param [in] (const NSTACKX_ResponseSettings *) responseSettings: configurable unicast reply properties
495 * @param [in] config: configurable properties to send notification, see struct NSTACKX_NotificationConfig
511 * @param [in] businessType: service identify, notification of which business we should stop
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h71 * @param dx offset added to left and right
72 * @param dy offset added to top and bottom
82 * @param dx offset subtracted to left and added from right
83 * @param dy offset subtracted to top and added from bottom
91 * @param other RectI contained
98 * @param other limit of result.
105 * @param other expansion RectI.
306 * @param other limit of result.
313 * @param other expansion RectF.
/third_party/ffmpeg/libavfilter/
H A Dvf_delogo.c87 * @param w width of the input image
88 * @param h height of the input image
89 * @param logo_x x coordinate of the top left corner of the logo region
90 * @param logo_y y coordinate of the top left corner of the logo region
91 * @param logo_w width of the logo
92 * @param logo_h height of the logo
93 * @param band the size of the band around the processed area
94 * @param show show a rectangle around the processed area, useful for
96 * @param direct if non-zero perform in-place processing
/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c419 * \param handle Returns created control handle
420 * \param name Name of control device
421 * \param card Number of card
422 * \param mode Control mode
515 * \param handlep Returns created control handle
516 * \param name Name of control device
517 * \param root Root configuration node
518 * \param conf Configuration node with hw PCM description
519 * \param mode Control Mode
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Darmv8m_pmu.h211 \param [in] num Event counter (0-30) to configure
212 \param [in] type Event to count
237 \param [in] mask Counters to enable
249 \param [in] mask Counters to enable
270 \param [in] num Event counter (0-30) to read
291 \param [in] mask Counter overflow status bits to clear
303 \param [in] mask Counter overflow interrupt request bits to set
315 \param [in] mask Counter overflow interrupt request bits to clear
327 \param [in] mask Counters to increment
/third_party/icu/icu4c/source/i18n/unicode/
H A Dutmscale.h445 * @param timeScale The time scale
446 * @param value A constant representing the value to get
447 * @param status The status code. Set to <code>U_ILLEGAL_ARGUMENT_ERROR</code> if arguments are invalid.
460 * @param otherTime The <code>int64_t</code> datetime
461 * @param timeScale The time scale to convert from
462 * @param status The status code. Set to <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the conversion is out of range.
476 * @param universalTime The datetime in the universal time scale
477 * @param timeScale The time scale to convert to
478 * @param status The status code. Set to <code>U_ILLEGAL_ARGUMENT_ERROR</code> if the conversion is out of range.
/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm184 # @param the method to run
185 # @param the pattern defining characters to test
186 # @param if >0 then the number of iterations per pass. If <0 then
239 # @param the method to run
240 # @param the pattern defining characters to test
241 # @param if >0 then the number of iterations per pass. If <0 then
266 # @param the method to run
267 # @param the number of iterations, or if negative, the duration
270 # @param the pattern defining characters to test
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java50 * @param tuple contains the parameters of the format test.
61 * @param tuple contains the parameters of the format test.
72 * @param tuple contains the parameters of the format test.
83 * @param tuple contains the parameters of the format test.
94 * @param tuple contains the parameters of the format test.
117 * @param fileName The name of the test file. A relative file name under
119 * @param codeUnderTest the code under test
133 * @param fileName The name of the test file. A relative file name under
135 * @param codeUnderTest the code under test
/third_party/icu/icu4c/source/i18n/
H A Dindiancal.cpp108 * @param eyear The year in Saka Era
109 * @param month The month(0-based) in Indian calendar
130 * @param eyear The year in Saka Era.
138 * @param year The Gregorian year
139 * @param month The month in Gregorian Year, 0 based.
140 * @param date The date in Gregorian day in month
149 * @param jd The Julian Day
203 * @param eyear The year in Indian Calendar measured from Saka Era (78 AD).
204 * @param month The month in Indian calendar
/third_party/lzma/CPP/Common/
H A DMyVector.h369 static void SortRefDown(T* p, unsigned k, unsigned size, int (*compare)(const T*, const T*, void *), void *param) in SortRefDown() argument
377 if (s < size && compare(p + s + 1, p + s, param) > 0) in SortRefDown()
379 if (compare(&temp, p + s, param) >= 0) in SortRefDown()
387 void Sort(int (*compare)(const T*, const T*, void *), void *param) in Sort() argument
396 SortRefDown(p, i, size, compare, param); in Sort()
404 SortRefDown(p, 1, size, compare, param); in Sort()
699 void Sort(int (*compare)(void *const *, void *const *, void *), void *param) in Sort() argument
700 { _v.Sort(compare, param); } in Sort()
702 static int CompareObjectItems(void *const *a1, void *const *a2, void * /* param */) in CompareObjectItems()
/third_party/mesa3d/src/intel/common/
H A Dintel_urb_config.c53 * \param[in] push_constant_bytes - space allocate for push constants.
54 * \param[in] urb_size_bytes - total size of the URB (from L3 config).
55 * \param[in] tess_present - are tessellation shaders active?
56 * \param[in] gs_present - are geometry shaders active?
57 * \param[in] entry_size - the URB entry size (from the shader compiler)
58 * \param[out] entries - the number of URB entries for each stage
59 * \param[out] start - the starting offset for each stage
60 * \param[out] deref_block_size - deref block size for 3DSTATE_SF
61 * \param[out] constrained - true if we wanted more space than we had
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
H A DTypeBuilder_cpp.template86 {% for param in join_arrays(command, ["parameters", "returns"]) %}
87 {% if "enum" in param %}
90 namespace {{param.name | to_title_case}}Enum {
91 {% for literal in param.enum %}
94 } // namespace {{param.name | to_title_case}}Enum
96 {% if protocol.is_exported(domain.domain, command.name + "." + param.name) %}
100 namespace {{param.name | to_title_case}}Enum {
101 {% for literal in param.enum %}
104 } // namespace {{param.name | to_title_case}}Enum
/third_party/mesa3d/src/mesa/main/
H A Dfeedback.c151 * \param size buffer size.
152 * \param buffer buffer.
189 * \param ctx GL context.
190 * \param value value.
208 * \param ctx GL context.
209 * \param z depth.
467 * \param name name.
495 * \param name name.
557 * \param mode rasterization mode.

Completed in 28 milliseconds

1...<<341342343344345346347348349350>>...899