Home
last modified time | relevance | path

Searched full:param (Results 4801 - 4825 of 23555) sorted by relevance

1...<<191192193194195196197198199200>>...943

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java138 * @param locale the locale
139 * @param tznames the TimeZoneNames
172 * @param locale the locale
181 * @param locale the locale
193 * @param tz the time zone
194 * @param type the generic name type - see {@link GenericNameType}
195 * @param date the date
226 * @param canonicalTzID the canonical time zone ID
281 * @param patType the pattern type
282 * @param patSt
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs133 /// <param name="settings">The settings.</param>
142 /// <param name="message">The message to format.</param>
154 /// <param name="message">The message to format.</param>
155 /// <param name="writer">The TextWriter to write the formatted message to.</param>
187 /// <param name="message">The message to format for diagnostic purposes.</param>
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp51 * @param context Test context
93 * @param fragment_shader_code Fragment shader source code
94 * @param vertex_shader_code Vertex shader source code
95 * @param varying_names Array of strings containing names of varyings to be captured with transfrom feedback
96 * @param n_varying_names Number of varyings to be captured with transfrom feedback
130 * @param shader_id Shader object id
131 * @param shader_code Shader source code
237 * @param type Type of variable
238 * @param name Name of variable
239 * @param dat
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDataExtractor.h108 /// @param[in,out] offset_ptr
130 /// \param[in,out] offset_ptr
155 /// @param[in,out] offset_ptr
162 /// @param[in] byte_size
165 /// @param[in,out] Err
194 /// @param[in,out] offset_ptr
201 /// @param[in] size
217 /// @param[in,out] offset_ptr
240 /// @param[in,out] offset_ptr
247 /// @param[i
[all...]
/applications/standard/calendardata/dataprovider/src/main/ets/
H A DDataShareAbilityAuthenticateProxy.ets107 * @Param uri indicates user's input uri
108 * @Param dataParameter indicates database operation information to be performed
109 * @Param highPermission indicates high-level permission to be verified
110 * @Param lowPermission indicates low-level permission to be verified
147 * @Param uri indicates user's input uri
148 * @Param verifyFlag indicates the Check flag returned by permission check
149 * @Param dataParameter indicates database operation information to be performed
171 * @param err Error object
172 * @Param tokenId
173 * @Param permissio
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_base_check_test.cpp68 struct Params param = { true, HKS_MODE_CBC }; in HWTEST_F() local
69 values.mode = param; in HWTEST_F()
83 struct Params param = { true, HKS_MODE_OFB }; in HWTEST_F() local
84 values.mode = param; in HWTEST_F()
179 struct Params param = { true, HKS_KEY_PURPOSE_ENCRYPT }; in HWTEST_F() local
180 values.purpose = param; in HWTEST_F()
194 struct Params param = { true, HKS_KEY_PURPOSE_ENCRYPT }; in HWTEST_F() local
195 values.purpose = param; in HWTEST_F()
209 struct Params param = { true, HKS_KEY_PURPOSE_DERIVE }; in HWTEST_F() local
210 values.purpose = param; in HWTEST_F()
326 struct HksParam param = { .tag = HKS_TAG_NONCE, .blob = nonce }; HWTEST_F() local
347 struct HksParam param = { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }; HWTEST_F() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_efuse.h142 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
163 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
164 * @param data [OUT] type #hi_u8*,Address for saving the read data.CNcomment:读到的数据放到该地址。CNend
165 * @param data_len [IN] type #hi_u8 Space allocated to data, in bytes.CNcomment:给data分配的空间,单位byte。CNend
184 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
185 * @param data [IN] type #const hi_u8*,Data to be written to the eFUSE.CNcomment:写该数据到EFUSE中。CNend
206 * @param lock_id [IN] type #hi_efuse_lock_id,eFUSE ID to be locked.CNcomment:待加锁的EFUSE ID项。CNend
227 * @param lock_stat [OUT] type #hi_u64*,Lock status of the eFUSE.CNcomment:获取EFUSE的锁状态。CNend
246 * @param start_bit [IN] type #hi_u16,Start bit. The address must be 8-bit aligned.
248 * @param siz
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/application/
H A Djs_application.cpp89 ThrowInvalidParamError(env, "Parse param context failed, must be a context of stageMode."); in OnCreateModuleContext()
96 ThrowInvalidParamError(env, "Parse param context failed, must not be nullptr."); in OnCreateModuleContext()
103 ThrowInvalidParamError(env, "Parse param context failed, must be a context."); in OnCreateModuleContext()
120 ThrowInvalidParamError(env, "Parse param moduleName failed, moduleName must be string."); in OnCreateModuleContext()
140 ThrowInvalidParamError(env, "Parse param failed, moduleName and bundleName must be string."); in OnCreateModuleContext()
210 ThrowInvalidParamError(env, "Parse param context failed, must be a context of stageMode."); in OnCreateBundleContext()
217 ThrowInvalidParamError(env, "Parse param context failed, must not be nullptr."); in OnCreateBundleContext()
224 ThrowInvalidParamError(env, "Parse param context failed, must be a context."); in OnCreateBundleContext()
231 ThrowInvalidParamError(env, "Parse param bundleName failed, bundleName must be string."); in OnCreateBundleContext()
262 static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALID_PARAM), "invalid param in SetCreateCompleteCallback()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp99 void OffscreenCanvasPattern::Arc(const ArcParam& param) in Arc() argument
101 offscreenPaintMethod_->Arc(param); in Arc()
104 void OffscreenCanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() argument
106 offscreenPaintMethod_->ArcTo(param); in ArcTo()
114 void OffscreenCanvasPattern::Ellipse(const EllipseParam& param) in Ellipse() argument
116 offscreenPaintMethod_->Ellipse(param); in Ellipse()
119 void OffscreenCanvasPattern::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo() argument
121 offscreenPaintMethod_->BezierCurveTo(param); in BezierCurveTo()
124 void OffscreenCanvasPattern::QuadraticCurveTo(const QuadraticCurveParam& param) in QuadraticCurveTo() argument
126 offscreenPaintMethod_->QuadraticCurveTo(param); in QuadraticCurveTo()
253 SetTransform(const TransformParam& param) SetTransform() argument
263 Transform(const TransformParam& param) Transform() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp264 void NativeCanvasRenderer::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo() argument
266 renderingContext2DModel_->BezierCurveTo(param); in BezierCurveTo()
269 void NativeCanvasRenderer::QuadraticCurveTo(const QuadraticCurveParam& param) in QuadraticCurveTo() argument
271 renderingContext2DModel_->QuadraticCurveTo(param); in QuadraticCurveTo()
274 void NativeCanvasRenderer::Arc(const ArcParam& param) in Arc() argument
276 renderingContext2DModel_->Arc(param); in Arc()
279 void NativeCanvasRenderer::ArcTo(const ArcToParam& param) in ArcTo() argument
281 renderingContext2DModel_->ArcTo(param); in ArcTo()
284 void NativeCanvasRenderer::Ellipse(const EllipseParam& param) in Ellipse() argument
286 renderingContext2DModel_->Ellipse(param); in Ellipse()
317 Transform(const TransformParam& param) Transform() argument
322 SetTransform(TransformParam param) SetTransform() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h83 * @param connection Accessible ability connection.
89 * @param element The element name of ability.
95 * @param uri bundle name + / + ability name.
107 * @param windowId Interface operation interactive connection the
109 * @param interactionConnection Interface interface operation
117 * @param windowId Interface operation interactive connection the corresponding window id.
123 * @param uri The uri of ability
124 * @param connection The connection of ability
132 * @param name bundle name + / + ability name.
141 * @param abilityInf
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_axis.h85 * @param min Indicates the minimum value to set.
86 * @param max Indicates the maximum value to set.
99 * @param count Indicates the number of scales to set. The default value is <b>5</b>.
133 * @param Sets the markInterval_.
148 * @param color Indicates the line color to set. For details, see {@link ColorType}.
169 * @param value Indicates the current value. The coordinate value obtained after translation is
228 * @param value Indicates the current value. The x coordinate obtained after translation is also
240 * @param min Indicates the minimum value to set.
241 * @param max Indicates the maximum value to set.
254 * @param coun
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h46 * @param index The selected submesh index.
47 * @param value The layer order number.
110 * @param node the object pointed by interface is kept alive
119 * @param node the object pointed by interface is kept alive
137 * @param callback Code to run, if strong reference is passed, it will keep the instance alive
150 * @param index The selected submesh index.
176 * @param index The selected submesh index.
191 * 3. Sort e.g. plane layers. * @param index The selected submesh index.
192 * @param index The selected submesh index.
193 * @param valu
[all...]
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_input.h123 * @param camera_exposure_mode_enum_t exposure mode to query.
131 * @param camera_exposure_mode_enum_t exposure mode to be set.
159 * @param exposure compensation value to be set.
173 * @param camera_focus_mode_enum_t focus mode to query.
181 * @param camera_focus_mode_enum_t focus mode to be set.
216 * @param Zoom ratio to be set.
237 * @param camera_flash_mode_enum_t flash mode to be set.
245 * @param The ErrorCallback pointer.
253 * @param The ResultCallback pointer.
261 * @param Th
[all...]
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dtranscoder.h65 * @param errorType Indicates the error type. For details, see {@link TransCoderErrorType}.
66 * @param errorCode Indicates the error code.
76 * @param type Indicates the information type. For details, see {@link TransCoderInfoType}.
77 * @param extra Indicates other information, for example, the start time position of a transcodering file.
100 * @param format Indicates the output file format. For details, see {@link OutputFormatType}.
114 * @param encoder Indicates the video encoder to set. For details, see {@link VideoCodecFormat}.
126 * @param rate Indicates the encoding bit rate to set.
138 * @param rate Indicates the encoding bit rate to set.
151 * @param encoder Indicates the audio encoder to set.
163 * @param bitRat
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c91 HciLeAddDeviceToResolvingListParam param = { in BtmAddToResolvingList() local
97 (void)memcpy_s(param.peerIdentityAddress.raw, BT_ADDRESS_SIZE, device->remoteIdentityAddress.addr, BT_ADDRESS_SIZE); in BtmAddToResolvingList()
98 (void)memcpy_s(param.peerIrk, KEY_SIZE, device->remoteIdentityResolvingKey.key, KEY_SIZE); in BtmAddToResolvingList()
99 (void)memcpy_s(param.localIrk, KEY_SIZE, g_localIdentityResolvingKey.key, KEY_SIZE); in BtmAddToResolvingList()
100 HCI_LeAddDeviceToResolvingList(&param); in BtmAddToResolvingList()
111 HciLeSetPrivacyModeParam param = { in BtmSetPrivacyMode() local
116 (void)memcpy_s(param.peerIdentityAddress.raw, BT_ADDRESS_SIZE, device->remoteIdentityAddress.addr, BT_ADDRESS_SIZE); in BtmSetPrivacyMode()
118 HCI_LeSetPrivacyMode(&param); in BtmSetPrivacyMode()
128 HciLeRemoveDeviceFromResolvingListParam param = { in BtmRemoveFromResolvingList() local
132 (void)memcpy_s(param in BtmRemoveFromResolvingList()
720 HciLeSetRandomAddressParam param = { BTM_SetLeRandomAddress() local
[all...]
/test/xts/acts/security/certificate_framework/js_api_test_oh41/entry/src/ohosTest/ets/test/
H A DselectCRLs.test.ets132 const param: cert.X509CRLMatchParameters = {
136 const crls = await crlFunc.checkSelectCRLs(PEM, [1, 2], param, IS_PROMISE);
155 const param: cert.X509CRLMatchParameters = {
159 const crls = await crlFunc.checkSelectCRLs(PEM, [2], param, IS_PROMISE);
178 const param: cert.X509CRLMatchParameters = {
182 const crls = await crlFunc.checkSelectCRLs(PEM, [2], param, IS_CALLBACK);
201 const param: cert.X509CRLMatchParameters = {
213 await crlFunc.selectCRLsCallback(collection, param);
231 const param: cert.X509CRLMatchParameters = {
243 await crlFunc.selectCRLsCallback(collection, param);
[all...]
H A DcrlMatch.test.ets150 const param: cert.X509CRLMatchParameters = {
154 const result = x509CRL.match(param);
180 const param: cert.X509CRLMatchParameters = {
184 const result = x509CRL.match(param);
210 const param: cert.X509CRLMatchParameters = {
214 const result = x509CRL.match(param);
240 const param: cert.X509CRLMatchParameters = {
244 const result = x509CRL.match(param);
270 const param: cert.X509CRLMatchParameters = {
274 const result = x509CRL.match(param);
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_superequalizer.c91 static float hn(int n, EqParameter *param, float fs) in hn() argument
96 lhn = hn_lpf(n, param[0].upper, fs); in hn()
97 ret = param[0].gain*lhn; in hn()
99 for (i = 1; i < NBANDS + 1 && param[i].upper < fs / 2; i++) { in hn()
100 float lhn2 = hn_lpf(n, param[i].upper, fs); in hn()
101 ret += param[i].gain * (lhn2 - lhn); in hn()
105 ret += param[i].gain * (hn_imp(n) - lhn); in hn()
124 static void process_param(float *bc, EqParameter *param, float fs) in process_param() argument
129 param[i].lower = i == 0 ? 0 : bands[i - 1]; in process_param()
130 param[ in process_param()
170 make_fir(SuperEqualizerContext *s, float *lbc, float *rbc, EqParameter *param, float fs) make_fir() argument
[all...]
H A Dvf_grayworld.c93 * @param rgb Input array of rgb components
94 * @param lab output array of lab components
110 * @param lab input array of lab components
111 * @param rgb output array of rgb components
128 * @param ctx Filter context
129 * @param arg Thread data pointer
130 * @param jobnr job number
131 * @param nb_jobs number of jobs
175 * @param s Frame context
176 * @param t
[all...]
/third_party/ffmpeg/libavutil/
H A Dinternal.h132 * @param type return type of function
133 * @param name name of function
134 * @param args argument list of function
135 * @param ver version tag to assign function
162 * @param[in] avc a pointer to an arbitrary struct of which the first
164 * @param[in] msg string containing the name of the missing feature
173 * @param[in] avc a pointer to an arbitrary struct of which the first field is
175 * @param[in] msg string containing the name of the missing feature
229 * @param a value to clip
230 * @param ami
[all...]
/third_party/alsa-lib/src/
H A Ddlmisc.c85 * \param path Returned path (string)
86 * \param path_len Returned path max size (with trailing zero)
87 * \param name Plugin name (relative)
110 * \param name name of the library, similar to \c dlopen.
111 * \param mode mode flags, similar to \c dlopen.
112 * \param errbuf a string buffer for the error message \c dlerror.
113 * \param errbuflen a length of the string buffer for the error message.
180 * \param handle Library handle, similar to \c dlclose.
201 * \param handle Library handle, similar to \c dlsym.
202 * \param nam
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dstrenum.h96 * @param status the error code.
126 * @param status the error code.
127 * @param resultLength a pointer to receive the length, can be NULL.
151 * @param status the error code.
152 * @param resultLength a pointer to receive the length, can be NULL.
174 * @param status the error code.
189 * @param status the error code.
198 * @param that The other string enumeration to compare this object to
206 * @param that The other string enumeration to compare this object to
245 * @param capacit
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-sequencer.h97 * \param info: information about sequencer to create
115 * \param seq: pointer to the the opaque sequencer pointer returned by
128 * \param seq: the opaque sequencer pointer returned by lws_seq_create()
129 * \param e: the event index to queue
130 * \param data: associated opaque (to lws) data to provide the callback
131 * \param aux: second opaque data to provide the callback
149 * \param seq: the sequencer interested in the wsi
150 * \param wsi: the wsi we want to confirm hasn't closed yet
172 * \param seq: The sequencer to set the timeout on
173 * \param u
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstrenum.h96 * @param status the error code.
126 * @param status the error code.
127 * @param resultLength a pointer to receive the length, can be nullptr.
151 * @param status the error code.
152 * @param resultLength a pointer to receive the length, can be nullptr.
174 * @param status the error code.
189 * @param status the error code.
198 * @param that The other string enumeration to compare this object to
206 * @param that The other string enumeration to compare this object to
245 * @param capacit
[all...]

Completed in 22 milliseconds

1...<<191192193194195196197198199200>>...943