| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_pattern.cpp | 347 void CanvasPattern::Arc(const ArcParam& param) in Arc() argument 350 auto task = [param](CanvasPaintMethod& paintMethod) { in Arc() 351 paintMethod.Arc(param); in Arc() 355 paintMethod_->PushTask<ArcOp>(param); in Arc() 359 void CanvasPattern::ArcTo(const ArcToParam& param) in ArcTo() argument 362 auto task = [param](CanvasPaintMethod& paintMethod) { in ArcTo() 363 paintMethod.ArcTo(param); in ArcTo() 367 paintMethod_->PushTask<ArcToOp>(param); in ArcTo() 383 void CanvasPattern::Ellipse(const EllipseParam& param) in Ellipse() argument 386 auto task = [param](CanvasPaintMetho in Ellipse() 395 BezierCurveTo(const BezierCurveParam& param) BezierCurveTo() argument 407 QuadraticCurveTo(const QuadraticCurveParam& param) QuadraticCurveTo() argument 944 SetTransform(const TransformParam& param) SetTransform() argument 970 Transform(const TransformParam& param) Transform() argument [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_chart.h | 80 * @param maxCount Indicates the number of data points. The default value is <b>0</b>. 91 * @param index Indicates the index of the data point to modify. 92 * @param point Indicates the new value of the data point. 103 * @param index Indicates the index of the data point to obtain. 104 * @param point Indicates the obtained coordinates. If the data set is not added to the chart, 116 * @param index Indicates the index of the data point to obtain. 117 * @param point Indicates the obtained coordinates. the original value of the data point is printed. 126 * @param pointArrayBack Indicates a copy of the variable 138 * @param data Indicates the pointer to the start address of the data point. 139 * @param coun [all...] |
| /foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
| H A D | param_check_test.cpp | 48 * @tc.name : CreateByMime - mime param check 49 * @tc.desc : param check test 76 * @tc.name : CreateByName - mime param check 77 * @tc.desc : param check test 104 * @tc.name : Configure - channel(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 105 * @tc.desc : param check test 159 * @tc.name : Configure - sampleRate(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 160 * @tc.desc : param check test 241 * @tc.name : Configure - bitRate(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 242 * @tc.desc : param chec [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| H A D | smp_hci_event.c | 276 void SMP_ExecuteStepFunc(uint16_t step, const SMP_StepParam *param) in SMP_ExecuteStepFunc() argument 280 SMP_ResolveRpaStep1(param); in SMP_ExecuteStepFunc() 282 SMP_GenerateRpaStep1(param); in SMP_ExecuteStepFunc() 286 nextStepFunc(param); in SMP_ExecuteStepFunc() 302 static void SMP_OnReadLocalPubKeyCompStepDistribution(uint16_t step, const SMP_StepParam *param); 303 static void SMP_OnGenDhKeyCompStepDistribution(uint16_t step, const SMP_StepParam *param); 333 SMP_StepParam param = {.data = (void *)returnParam}; in SMP_OnLeRandCompTask() local 347 SMP_ExecuteStepFunc(SMP_GetPairMng()->step, ¶m); in SMP_OnLeRandCompTask() 378 SMP_StepParam param = {.data = (void *)&encData}; in SMP_OnLeEncCompTask() local 395 SMP_ExecuteStepFunc(pEncCmdData->step, ¶m); in SMP_OnLeEncCompTask() 597 SMP_StepParam param = {.data = (void *)eventParam}; SMP_OnLeReadLocalP256PubKeyCompTask() local 622 SMP_OnReadLocalPubKeyCompStepDistribution(uint16_t step, const SMP_StepParam *param) SMP_OnReadLocalPubKeyCompStepDistribution() argument 673 SMP_StepParam param = {.data = (void *)eventParam}; SMP_OnLeGenDhKeyCompTask() local 691 SMP_OnGenDhKeyCompStepDistribution(uint16_t step, const SMP_StepParam *param) SMP_OnGenDhKeyCompStepDistribution() argument [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | wctypendk.cpp | 574 int param;
in Towctrans() local 575 napi_get_value_int32(env, args[0], ¶m);
in Towctrans() 578 if (param == PARAM_0) {
in Towctrans() 587 } else if (param == PARAM_1) {
in Towctrans() 617 int param;
in TowctransL() local 618 napi_get_value_int32(env, args[0], ¶m);
in TowctransL() 621 if (param == PARAM_0) {
in TowctransL() 630 } else if (param == PARAM_1) {
in TowctransL() 660 int param;
in TowlowerL() local 661 napi_get_value_int32(env, args[0], ¶m);
in TowlowerL() 702 int param; TowupperL() local 744 int param; Wctrans() local 768 int param; WctransL() local 793 int param; Wctype() local 815 int param; WctypeL() local [all...] |
| /test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
| H A D | param_check_test.cpp | 48 * @tc.name : CreateByMime - mime param check 49 * @tc.desc : param check test 76 * @tc.name : CreateByName - mime param check 77 * @tc.desc : param check test 104 * @tc.name : Configure - channel(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 105 * @tc.desc : param check test 159 * @tc.name : Configure - sampleRate(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 160 * @tc.desc : param check test 241 * @tc.name : Configure - bitRate(OH_AVCODEC_MIMETYPE_AUDIO_G711MU) param check 242 * @tc.desc : param chec [all...] |
| /test/xts/acts/global/i18n_standard/intljs/entry/src/ohosTest/js/test/ |
| H A D | SystemInI18n.test.js | 61 * @tc.name getDisplayCountry with zh-Hans-CN and en-US and true param
72 * @tc.name getDisplayCountry with zh-Hans-CN and en-US and undefined param
83 * @tc.name getDisplayCountry with zh-Hans-CN and en-US and null param
94 * @tc.name getDisplayCountry with zh and en-US and true param
112 * @tc.name getDisplayCountry with zh-CN and en-US and true param
123 * @tc.name getDisplayCountry with zh-Hans and en-US and true param
141 * @tc.name getDisplayCountry with zh-Hans-CN and en-US and false param
152 * @tc.name getDisplayCountry with zh-Hans-CN and en-US param
163 * @tc.name getDisplayCountry with zh-Hans-CN and en-US param
181 * @tc.name getDisplayCountry with zh-Hans-CN and en-US param
[all...] |
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp750.c | 209 data[0] = (s->param->source == PIXMA_SOURCE_ADF) ? 2 : 1; in select_source() 223 return (has_ccd_sensor (s) && (s->param->channels == 1)); in is_ccd_grayscale() 230 return (s->param->wx ? s->param->line_size / s->param->w * s->param->wx in get_cis_ccd_line_size() 231 : s->param->line_size) * ((is_ccd_grayscale (s)) ? 3 : 1); in get_cis_ccd_line_size() 241 pixma_set_be16 (s->param->xdpi | 0x8000, data + 0x04); in send_scan_param() 242 pixma_set_be16 (s->param->ydpi | 0x8000, data + 0x06); in send_scan_param() 243 pixma_set_be32 (s->param in send_scan_param() [all...] |
| /third_party/alsa-lib/src/seq/ |
| H A D | seq_midi_event.c | 135 * \param[in] bufsize Size of the buffer used for encoding; this should be 138 * \param[out] rdev The new MIDI event parser. 176 * \param dev MIDI event parser. 193 * \param dev MIDI event parser. 194 * \param on 0 to enable MIDI command merging, 219 * \param dev MIDI event parser. 235 * \param dev MIDI event parser. 251 * \param dev MIDI event parser. 267 * \param dev MIDI event parser. 268 * \param bufsiz [all...] |
| /third_party/alsa-lib/include/ |
| H A D | use-case.h | 199 * \param fmt Format (sprintf like) 200 * \param ... Optional arguments for sprintf like format 207 * \param list The string list to free 208 * \param items Count of strings 215 * \param uc_mgr Use case manager (may be NULL - card list) 216 * \param identifier (may be NULL - card list) 217 * \param list Returned allocated list 248 * \param uc_mgr Use case manager 249 * \param identifier 250 * \param valu [all...] |
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_enc.c | 62 static OMX_ERRORTYPE vid_enc_SetParameter(OMX_HANDLETYPE handle, OMX_INDEXTYPE idx, OMX_PTR param); 63 static OMX_ERRORTYPE vid_enc_GetParameter(OMX_HANDLETYPE handle, OMX_INDEXTYPE idx, OMX_PTR param); 322 static OMX_ERRORTYPE vid_enc_SetParameter(OMX_HANDLETYPE handle, OMX_INDEXTYPE idx, OMX_PTR param) in vid_enc_SetParameter() argument 328 if (!param) in vid_enc_SetParameter() 333 OMX_PARAM_PORTDEFINITIONTYPE *def = param; in vid_enc_SetParameter() 335 r = omx_base_component_SetParameter(handle, idx, param); in vid_enc_SetParameter() 368 OMX_PARAM_COMPONENTROLETYPE *role = param; in vid_enc_SetParameter() 370 r = checkHeader(param, sizeof(OMX_PARAM_COMPONENTROLETYPE)); in vid_enc_SetParameter() 381 OMX_VIDEO_PARAM_BITRATETYPE *bitrate = param; in vid_enc_SetParameter() 383 r = checkHeader(param, sizeo in vid_enc_SetParameter() 419 vid_enc_GetParameter(OMX_HANDLETYPE handle, OMX_INDEXTYPE idx, OMX_PTR param) vid_enc_GetParameter() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | alphaindex.h | 271 * @param name the string to be sorted into an index bucket 272 * @param errorCode Error code, will be set with the reason if the 282 * @param index bucket number 305 * @param locale the desired locale. 306 * @param status Error code, will be set with the reason if the construction 321 * @param collator The collator to use to order the contents of this index. 322 * @param status Error code, will be set with the reason if the 332 * @param additions The additional characters to add to the index, such as A-Z. 333 * @param status Error code, will be set with the reason if the 347 * @param local [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | alphaindex.h | 271 * @param name the string to be sorted into an index bucket 272 * @param errorCode Error code, will be set with the reason if the 282 * @param index bucket number 305 * @param locale the desired locale. 306 * @param status Error code, will be set with the reason if the construction 321 * @param collator The collator to use to order the contents of this index. 322 * @param status Error code, will be set with the reason if the 332 * @param additions The additional characters to add to the index, such as A-Z. 333 * @param status Error code, will be set with the reason if the 347 * @param local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
| H A D | esextcTextureBufferActiveUniformValidation.cpp | 53 * @param textureBufferSize size of buffer object 54 * @param textureFormat texture format 55 * @param textureUniforType texture uniform type 56 * @param uniformName pointer to literal containing uniform name 69 * @param context Test context 70 * @param name Test case's name 71 * @param description Test case's description 83 * @param uniformType enum with type of uniform 84 * @param format enum with texture format 85 * @param siz 265 const TextureParameters* param = getParamsForType(uniformType); iterate() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | alphaindex.h | 271 * @param name the string to be sorted into an index bucket 272 * @param errorCode Error code, will be set with the reason if the 282 * @param index bucket number 305 * @param locale the desired locale. 306 * @param status Error code, will be set with the reason if the construction 321 * @param collator The collator to use to order the contents of this index. 322 * @param status Error code, will be set with the reason if the 332 * @param additions The additional characters to add to the index, such as A-Z. 333 * @param status Error code, will be set with the reason if the 347 * @param local [all...] |
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/ |
| H A D | 0.spvasm | 22 OpName %param "param" 23 OpName %param_0 "param" 24 OpName %param_1 "param" 25 OpName %param_2 "param" 29 OpName %param_3 "param" 30 OpName %param_4 "param" 31 OpName %param_5 "param" 32 OpName %param_6 "param" 33 OpName %param_7 "param" [all...] |
| H A D | 1.spvasm | 22 OpName %param "param" 23 OpName %param_0 "param" 24 OpName %param_1 "param" 25 OpName %param_2 "param" 29 OpName %param_3 "param" 30 OpName %param_4 "param" 31 OpName %param_5 "param" 32 OpName %param_6 "param" 33 OpName %param_7 "param" [all...] |
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-nested-if-and-conditional/ |
| H A D | 1.spvasm | 25 OpName %param "param" 26 OpName %param_0 "param" 27 OpName %param_1 "param" 28 OpName %param_2 "param" 32 OpName %param_3 "param" 33 OpName %param_4 "param" 34 OpName %param_5 "param" 35 OpName %param_6 "param" 36 OpName %param_7 "param" [all...] |
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/ |
| H A D | 0-opt.spvasm | 22 OpName %param "param" 23 OpName %param_0 "param" 24 OpName %param_1 "param" 25 OpName %param_2 "param" 29 OpName %param_3 "param" 30 OpName %param_4 "param" 31 OpName %param_5 "param" 32 OpName %param_6 "param" 33 OpName %param_7 "param" [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | type_constructor_validation_test.cc | 1842 const auto param = GetParam(); in TEST_P() local 1845 for (uint32_t i = 1; i <= param.columns - 1; i++) { in TEST_P() 1846 auto* vec_type = ty.vec<f32>(param.rows); in TEST_P() 1850 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() 1857 MatrixStr(param) + "\n\n3 candidates available:")); in TEST_P() 1863 const auto param = GetParam(); in TEST_P() local 1866 for (uint32_t i = 1; i <= param.columns * param.rows - 1; i++) { in TEST_P() 1870 auto* matrix_type = ty.mat<f32>(param in TEST_P() 1883 const auto param = GetParam(); TEST_P() local 1904 const auto param = GetParam(); TEST_P() local 1925 const auto param = GetParam(); TEST_P() local 1947 const auto param = GetParam(); TEST_P() local 1968 const auto param = GetParam(); TEST_P() local 1998 const auto param = GetParam(); TEST_P() local 2027 const auto param = GetParam(); TEST_P() local 2038 const auto param = GetParam(); TEST_P() local 2056 const auto param = GetParam(); TEST_P() local 2073 const auto param = GetParam(); TEST_P() local 2095 const auto param = GetParam(); TEST_P() local 2130 const auto param = GetParam(); TEST_P() local 2147 const auto param = GetParam(); TEST_P() local 2168 const auto param = GetParam(); TEST_P() local 2230 auto& param = GetParam(); TEST_P() local 2254 auto& param = GetParam(); TEST_P() local 2286 auto& param = GetParam(); TEST_P() local [all...] |
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument 6 (param->sched_priority < 0 || param->sched_priority > PTHREAD_PRIORITY_LOWEST)) { in pthread_attr_setschedparam() 9 a->_a_prio = param->sched_priority; in pthread_attr_setschedparam() 10 a->_a_deadline = param->sched_deadline; in pthread_attr_setschedparam() 11 a->_a_period = param->sched_period; in pthread_attr_setschedparam()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | checkJsdocOptionalParamOrder.js | 4 * @param {number} a 5 * @param {number} [b] 6 * @param {number} c 14 * @param {number} a
15 * @param {number} [b]
16 * @param {number} c
|
| H A D | jsDeclarationsMissingGenerics.js | 3 * @param {Array} x 7 * @param {Promise} x 13 * @param {Array} x
17 * @param {Promise} x
24 * @param {Array} x
28 * @param {Promise} x
|
| H A D | jsdocNeverUndefinedNull.js | 3 * @param {never} p1 4 * @param {undefined} p2 5 * @param {null} p3 14 * @param {never} p1
15 * @param {undefined} p2
16 * @param {null} p3
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | ULocale.java | 393 * @param loc a {@link java.util.Locale} 418 * @param localeID string representation of the locale, e.g: 448 * @param a first component of the locale id 449 * @param b second component of the locale id 450 * @param c third component of the locale id 459 * @param nonCanonicalID the locale id to canonicalize 468 * @param locale the ULocale to canonicalize 589 * @param newLocale the new default locale 611 * @param category the category 668 * @param categor [all...] |