| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
| H A D | date_time_rule.cpp | 31 {"param", &this->param}, in DateTimeRule() 139 if (category == "param") { in InitRuleBackup() 284 if (param.empty() || param.find(ruleName) == param.end()) { in GetWithoutB() 287 result = param[ruleName]; in GetWithoutB() 390 return param; in GetParam()
|
| /base/customization/config_policy/interfaces/kits/js/src/ |
| H A D | config_policy_napi.cpp | 45 // Param Error Code 464 napi_value ConfigPolicyNapi::ParseRelPath(napi_env env, std::string ¶m, napi_value args) in ParseRelPath() argument 470 param = GetStringFromNAPI(env, args); in ParseRelPath() 476 napi_value ConfigPolicyNapi::ParseExtra(napi_env env, std::string ¶m, napi_value args) in ParseExtra() argument 482 param = GetStringFromNAPI(env, args); in ParseExtra() 488 napi_value ConfigPolicyNapi::ParseFollowMode(napi_env env, int32_t ¶m, napi_value args, bool hasExtra) in ParseFollowMode() argument 494 NAPI_CALL(env, napi_get_value_int32(env, args, ¶m)); in ParseFollowMode() 495 switch (param) { in ParseFollowMode()
|
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| H A D | lib_event_handler_trace_test.cpp | 166 * @tc.setup: get event with eventId and param. in HWTEST_F() 193 * @tc.setup: begin hitrace and get event with eventId and param. in HWTEST_F() 299 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F() 328 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F() 357 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F() 386 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F() 415 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F() 444 * @tc.steps: step1. create runner and handler, get event with id and param and send the event, check wheather the in HWTEST_F()
|
| /base/startup/appspawn/modules/sandbox/ |
| H A D | sandbox_cfgvar.c | 81 "Failed to get param for var %{public}s", in VarArkWebPackageNameReplace() 110 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariableByParameter() 111 int len = GetParameter(varData + sizeof("<param:") - 1, in ReplaceVariableByParameter() 114 APPSPAWN_CHECK(len > 0, return -1, "Failed to get param for var %{public}s", varData); in ReplaceVariableByParameter() 248 // "<param:persist.nweb.sandbox.src_path>" in ReplaceVariable() 249 if (strncmp(varName, "<param:", sizeof("<param:") - 1) == 0) { // retry param: in ReplaceVariable()
|
| /base/update/update_app/feature/ota/src/main/ets/manager/ |
| H A D | StateManager.ets | 36 * @param status 状态 37 * @param action 行为 48 * @param status 状态 58 * @param status 状态 68 * @param status 状态 78 * @param status 状态 88 * @param status 状态 236 * @param otaStatus 状态
|
| /base/useriam/fingerprint_auth/services/src/ |
| H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 101 IamResultCode FingerprintAllInOneExecutorHdi::Enroll(uint64_t scheduleId, const UserAuth::EnrollParam ¶m, in Enroll() argument 109 int32_t status = executorProxy_->Enroll(scheduleId, param.extraInfo, callback); in Enroll() 119 const UserAuth::AuthenticateParam ¶m, const std::shared_ptr<UserAuth::IExecuteCallback> &callbackObj) in Authenticate() 126 int32_t status = executorProxy_->Authenticate(scheduleId, param.templateIdList, param.endAfterFirstFail, in Authenticate() 127 param.extraInfo, callback); in Authenticate() 136 IamResultCode FingerprintAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam ¶m, in Identify() argument 144 int32_t status = executorProxy_->Identify(scheduleId, param.extraInfo, callback); in Identify() 118 Authenticate(uint64_t scheduleId, const UserAuth::AuthenticateParam ¶m, const std::shared_ptr<UserAuth::IExecuteCallback> &callbackObj) Authenticate() argument
|
| /base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
| H A D | user_auth_service_fuzzer.cpp | 239 AuthParamInner param = { in FuzzAuthUser() local 246 g_userAuthService.AuthUser(param, remoteAuthParam, callback); in FuzzAuthUser() 348 GlobalConfigParam param = {}; in FuzzSetGlobalConfigParam() local 349 param.value.pinExpiredPeriod = parcel.ReadUint64(); in FuzzSetGlobalConfigParam() 350 param.type = static_cast<GlobalConfigType>(parcel.ReadInt32()); in FuzzSetGlobalConfigParam() 351 g_userAuthService.SetGlobalConfigParam(param); in FuzzSetGlobalConfigParam() 521 RemoteAuthInvokerContextParam param = {}; in FuzzStartRemoteAuthInvokerContext() local 524 g_userAuthService.StartRemoteAuthInvokerContext(authParam, param, contextCallback); in FuzzStartRemoteAuthInvokerContext()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_codecview.c | 107 * @param w width of the image 108 * @param h height of the image 109 * @param stride stride/linesize of the image 110 * @param color color of the arrow 165 * @param w width of the image 166 * @param h height of the image 167 * @param stride stride/linesize of the image 168 * @param color color of the arrow
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | SymbolTable.cpp | 222 const TParameter ¶m = parameters[i]; in dump() local 223 infoSink.debug << param.type->getCompleteString() << " " in dump() 224 << (param.type->isStruct() ? "of " + param.type->getTypeName() + " " : "") in dump() 225 << (param.name ? *param.name : "") << (i < numParams - 1 ? "," : ""); in dump() 385 TParameter param{}; in TFunction() 386 parameters.push_back(param); in TFunction()
|
| /third_party/glslang/Test/baseResults/ |
| H A D | spv.coopmatKHR.comp.out | 65 Name 170 "param" 67 Name 174 "param" 240 170(param): 12(ptr) Variable Function 242 174(param): 19(ptr) Variable Function 345 Store 170(param) 171 346 172: 11 FunctionCall 15(f16(f161;) 170(param) 349 Store 174(param) 175 350 176: 18 FunctionCall 22(f32(f1;) 174(param)
|
| H A D | spv.coopmat.comp.out | 63 Name 166 "param" 65 Name 170 "param" 234 166(param): 11(ptr) Variable Function 236 170(param): 18(ptr) Variable Function 333 Store 166(param) 167 334 168: 10 FunctionCall 14(f16(f161;) 166(param) 337 Store 170(param) 171 338 172: 17 FunctionCall 21(f32(f1;) 170(param)
|
| H A D | spv.intcoopmat.comp.out | 70 Name 189 "param" 72 Name 193 "param" 277 189(param): 11(ptr) Variable Function 279 193(param): 18(ptr) Variable Function 393 Store 189(param) 190 394 191: 10 FunctionCall 14(ineg(i81;) 189(param) 397 Store 193(param) 194 398 195: 17 FunctionCall 21(umul(u81;) 193(param)
|
| H A D | hlsl.clipdistance-9.vert.out | 216 Name 42 "param" 217 Name 43 "param" 257 42(param): 8(ptr) Variable Function 258 43(param): 9(ptr) Variable Function 259 44:11(VS_OUTPUT) FunctionCall 15(@main(vf3;f1;) 42(param) 43(param) 260 45: 7(fvec3) Load 42(param) 262 46: 6(float) Load 43(param)
|
| H A D | hlsl.struct.split.array.geom.out | 191 Name 69 "param" 192 Name 71 "param" 246 69(param): 9(ptr) Variable Function 247 71(param): 15(ptr) Variable Function 251 Store 69(param) 70 252 72: 2 FunctionCall 19(@main(u1[1];struct-PSInput-vf4-vf2-vf3-u11;) 69(param) 71(param) 253 73: 14(PSInput) Load 71(param)
|
| H A D | hlsl.struct.split.trivial.geom.out | 221 Name 62 "param" 222 Name 64 "param" 255 62(param): 12(ptr) Variable Function 256 64(param): 14(ptr) Variable Function 270 Store 62(param) 63 271 65: 2 FunctionCall 18(@main(struct-PS_IN-vf41[3];struct-GS_OUT-vf41;) 62(param) 64(param) 272 66: 13(GS_OUT) Load 64(param)
|
| H A D | hlsl.structbuffer.fn2.comp.out | 162 Name 45 "param" 166 Name 60 "param" 204 60(param): 7(ptr) Variable Function 209 Store 60(param) 61 210 62: 2 FunctionCall 19(@main(u1;) 60(param) 238 45(param): 7(ptr) Variable Function 240 Store 45(param) 46 241 47: 11(ivec2) FunctionCall 15(testLoad(u1;block--u1[0]1;) 45(param) 44(g_input)
|
| H A D | hlsl.targetStruct2.frag.out | 212 Name 51 "param" 213 Name 53 "param" 256 51(param): 9(ptr) Variable Function 257 53(param): 11(ptr) Variable Function 265 Store 51(param) 52 266 54:12(PSOutput) FunctionCall 16(@main(struct-PSInput-f1-u11;vf4;) 51(param) 53(param) 267 55: 10(fvec4) Load 53(param)
|
| H A D | hlsl.targetStruct1.frag.out | 212 Name 51 "param" 213 Name 53 "param" 256 51(param): 9(ptr) Variable Function 257 53(param): 11(ptr) Variable Function 265 Store 51(param) 52 266 54:12(PSOutput) FunctionCall 16(@main(struct-PSInput-f1-u11;vf4;) 51(param) 53(param) 267 55: 10(fvec4) Load 53(param)
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_error_metrics.cpp | 43 * @param val The accumulator to increment 44 * @param inc The increment to apply 62 * @param val The color value to tone map 63 * @param fstop The exposure fstop; should be in range [-125, 125] 85 * @param val1 The first color value 86 * @param val2 The second color value 87 * @param fstop_lo The low exposure fstop; should be in range [-125, 125] 88 * @param fstop_hi The high exposure fstop; should be in range [-125, 125]
|
| /third_party/alsa-lib/src/control/ |
| H A D | setup.c | 80 * \param h Setup control handle 178 * \param h Setup control handle 596 * \param sctl Result - setup control handle 597 * \param handle Master control handle 598 * \param conf Setup configuration 599 * \param private_data Private data for runtime evaluation 600 * \param mode Build mode - SND_SCTL_xxxx 641 * \param sctl Setup control handle
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
| H A D | NumberParserImpl.java | 126 * @param properties 128 * @param symbols 130 * @param parseCurrency 276 * @param parseFlags 310 * @param input 313 * @param start 315 * @param greedy 317 * @param result
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucase.h | 213 * @param context A pointer to the iterator's working data. 214 * @param dir If <0 then start iterating backward from the character; 260 * @param csp Case mapping properties. 261 * @param c Character to be mapped. 262 * @param iter Character iterator, used for context-sensitive mappings. 265 * @param context Pointer to be passed into iter. 266 * @param pString If the mapping result is a string, then the pointer is 268 * @param caseLocale Case locale value from ucase_getCaseLocale().
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
| H A D | NumberParserImpl.java | 128 * @param properties 130 * @param symbols 132 * @param parseCurrency 278 * @param parseFlags 312 * @param input 315 * @param start 317 * @param greedy 319 * @param result
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | rbt_set.cpp | 42 * @param appendTo result is appended to this param. 43 * @param input the string being transliterated 44 * @param pos the index struct 240 * @param adoptedRule the rule to add 393 * @param text the text to be transliterated 394 * @param pos the position indices, which will be updated 395 * @param incremental if true, assume new text may be inserted
|
| /third_party/libabigail/tests/ |
| H A D | test-read-ctf.cc | 416 /// @param InOutSpec the array containing set of tests. 418 /// @param a_out_abi_base the output base directory for abixml files. 420 /// @param a_in_elf_base the input base directory for object files. 422 /// @param a_in_elf_base the input base directory for expected 489 /// @param s the @ref abigail::tests::read_common::InOutSpec 492 /// @param a_out_abi_base the output base directory for abixml files. 494 /// @param a_in_elf_base the input base directory for object files. 496 /// @param a_in_abi_base the input base directory for abixml files.
|