Home
last modified time | relevance | path

Searched full:param (Results 8926 - 8950 of 24337) sorted by relevance

1...<<351352353354355356357358359360>>...974

/third_party/mindspore/patches/
H A D0028-fix-onnx-parser-and-cpu-kernel.patch61 param->value_.int32_value_ = static_cast<int32_t>(value[0]);
64 + param->value_.bool_value_ = static_cast<bool>(value[0]);
68 free(param);
75 param->value_.int32_value_ = static_cast<int32_t>(val[0]);
78 + param->value_.bool_value_ = static_cast<bool>(val[0]);
82 free(param);
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
H A Dloop-body-dominator-continue-access.asm.frag26 OpName %param "param"
30 OpName %param_0 "param"
185 %param = OpVariable %_ptr_Function_v3float Function
187 OpStore %param %118
188 %119 = OpFunctionCall %int %GetCascade_vf3_ %param
/third_party/skia/third_party/externals/jinja2/
H A Ddebug.py17 :param exc_info: A :meth:`sys.exc_info` tuple. If not provided,
19 :param source: For ``TemplateSyntaxError``, the original source if
82 :param exc_value: The original exception to be re-raised to create
84 :param tb: The original traceback to get the local variables and
86 :param filename: The template filename.
87 :param lineno: The line number in the template source.
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dmain.cpp94 * @param nf The NumberFormat on which to set the currency; takes effect on
101 * @param currency The 3-letter ISO 4217 currency code, NUL-terminated.
102 * @param errorCode ICU error code, must pass U_SUCCESS() on input.
184 * @param nf The NumberFormat on which to set the currency; takes effect on
190 * @param currency The 3-letter ISO 4217 currency code, NUL-terminated.
191 * @param errorCode ICU error code, must pass U_SUCCESS() on input.
/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py61 # <param><ptype>GLuint</ptype> <name>baseAndCount</name>[2]</param>
78 for param in element.findall('./param'):
81 param.find('name').text, parse_type_declaration(param)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h45 * \param[in] MBB The machine basic block to find an available register for
46 * \param[in] UseAtEnd Specify whether the scratch register will be used at
49 * \param[in] TwoUniqueRegsRequired Specify whether this basic block will
51 * \param[out] SR1 The scratch register to use
52 * \param[out] SR2 The second scratch register. If this pointer is not null
71 * \param[in] MBB that is terminated by PPC::TCRETURN*
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc39 /// @param ctx the CloneContext.
40 /// @param functor of type void(const ast::CallExpression*, const
66 auto* param = call_expr->args[0]->As<ast::UnaryOpExpression>(); in IterateArrayLengthOnStorageVar() local
67 if (!param || param->op != ast::UnaryOp::kAddressOf) { in IterateArrayLengthOnStorageVar()
73 auto* accessor = param->expr->As<ast::MemberAccessorExpression>(); in IterateArrayLengthOnStorageVar()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/assign-array-value-to-another-array-2/
H A D0-opt.spvasm16 OpName %param "param"
17 OpName %param_0 "param"
60 %param = OpVariable %_ptr_Function_int Function
73 OpStore %param %54
74 %55 = OpFunctionCall %float %func_i1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cosh-return-inf-unused/
H A D0-opt.spvasm18 OpName %param "param"
20 OpName %param_0 "param"
67 %param = OpVariable %_ptr_Function_int Function
89 OpStore %param %62
90 %63 = OpFunctionCall %float %func_i1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-dag-combiner-glf_color/
H A D0-opt.spvasm15 OpName %param "param"
16 OpName %param_0 "param"
69 %param = OpVariable %_ptr_Function_float Function
73 OpStore %param %44
74 %45 = OpFunctionCall %float %func_f1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-matching-if-always-true-inside-loop/
H A D0-opt.spvasm17 OpName %param "param"
18 OpName %param_0 "param"
55 %param = OpVariable %_ptr_Function_int Function
59 OpStore %param %39
60 %40 = OpFunctionCall %int %func_i1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-simplification-unused-struct/
H A D0-opt.spvasm20 OpName %param "param"
21 OpName %param_0 "param"
93 %param = OpVariable %_ptr_Function_S Function
126 OpStore %param %79
128 %31 = OpFunctionCall %int %func_struct_S_i1_2_1_i1_ %param %param_0
/third_party/typescript/lib/
H A Dlib.es2021.intl.d.ts92 * @param list - An iterable object, such as an [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array).
105 * @param list - An iterable object, such as an [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array), to be formatted according to a locale.
123 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
127 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/ListFormat#parameters)
140 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
144 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/supportedLocalesOf#parameters).
/third_party/typescript/tests/baselines/reference/
H A DassignmentCompatWithCallSignaturesWithRestParameters.js17 a = (x: number) => 1; // ok, rest param corresponds to infinite number of params
28 a2 = (x: number, y: number) => 1; // ok, rest param corresponds to infinite number of params
44 a4 = (x: number, y?: number) => 1; // error, second param has type mismatch
68 a = function (x) { return 1; }; // ok, rest param corresponds to infinite number of params
95 a2 = function (x, y) { return 1; }; // ok, rest param corresponds to infinite number of params
115 a4 = function (x, y) { return 1; }; // error, second param has type mismatch
/third_party/typescript/src/services/
H A DinlayHints.ts274 const param = node.parameters[i];
275 if (!isHintableDeclaration(param)) {
279 const effectiveTypeAnnotation = getEffectiveTypeAnnotationNode(param);
289 addTypeHints(typeDisplayString, param.questionToken ? param.questionToken.end : param.name.end);
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js91 * @param name {string}
92 * @param callback {Function}, has two params, the first is a CanvasKit.Canvas
95 * @param assetsToFetchOrPromisesToWaitOn {string|Promise}. If a string, it will
176 * @param name {string}
177 * @param callback {Function}, has one param, either a CanvasKit.Canvas or a native
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp226 int ContextInfo::getInt (int param) const in getInt()
229 m_context.getFunctions().getIntegerv(param, &val); in getInt()
234 bool ContextInfo::getBool (int param) const in getBool()
237 m_context.getFunctions().getBooleanv(param, &val); in getBool()
242 const char* ContextInfo::getString (int param) const in getString()
244 const char* str = (const char*)m_context.getFunctions().getString(param); in getString()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp180 HILOG_DEBUG(LOG_CORE, "param[%{public}zu]=%{public}s", i, params[i]); in RecordParamNameTest()
400 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", in HWTEST_F()
421 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"uid_","op":"=","value":1201}]}})~"; in HWTEST_F()
441 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">=","value":0}]}})~"; in HWTEST_F()
461 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":"<=","value":4}]}})~"; in HWTEST_F()
481 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">","value":0}]}})~"; in HWTEST_F()
501 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":"<","value":0}]}})~"; in HWTEST_F()
560 std::string cond1 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
561 "value":"SysEventStore"},{"param":"uid_","op":"=","value":1201}]}})~";
564 std::string cond2 = R"~({"version":"V1","condition":{"and":[{"param"
[all...]
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp420 IAM_LOGE("check auth permission and param fail"); in Auth()
474 RemoteAuthInvokerContextParam &param, const std::shared_ptr<ContextCallback> &contextCallback) in StartRemoteAuthInvokerContext()
477 std::shared_ptr<Context> context = ContextFactory::CreateRemoteAuthInvokerContext(authParam, param, in StartRemoteAuthInvokerContext()
640 IAM_LOGE("failed to complete remote auth param"); in AuthRemoteUser()
955 IAM_LOGE("check permission and auth widget param failed"); in AuthWidget()
1181 int32_t UserAuthService::SetGlobalConfigParam(const GlobalConfigParam &param) in SetGlobalConfigParam() argument
1184 param.type, param.userIds.size(), param.authTypes.size()); in SetGlobalConfigParam()
1190 if (param in SetGlobalConfigParam()
473 StartRemoteAuthInvokerContext(AuthParamInner authParam, RemoteAuthInvokerContextParam &param, const std::shared_ptr<ContextCallback> &contextCallback) StartRemoteAuthInvokerContext() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp750 int32_t JsWantAgent::GetTriggerWant(napi_env env, napi_value param, std::shared_ptr<AAFwk::Want> &want) in GetTriggerWant() argument
753 napi_has_named_property(env, param, "want", &hasWant); in GetTriggerWant()
756 napi_get_named_property(env, param, "want", &jsWant); in GetTriggerWant()
767 int32_t JsWantAgent::GetTriggerPermission(napi_env env, napi_value param, std::string &permission) in GetTriggerPermission() argument
770 napi_has_named_property(env, param, "permission", &hasPermission); in GetTriggerPermission()
773 napi_get_named_property(env, param, "permission", &jsPermission); in GetTriggerPermission()
783 int32_t JsWantAgent::GetTriggerExtraInfo(napi_env env, napi_value param, std::shared_ptr<AAFwk::WantParams> &extraInfo) in GetTriggerExtraInfo() argument
787 napi_has_named_property(env, param, "extraInfos", &hasExtraInfo); in GetTriggerExtraInfo()
789 napi_get_named_property(env, param, "extraInfos", &jsExtraInfo); in GetTriggerExtraInfo()
791 napi_has_named_property(env, param, "extraInf in GetTriggerExtraInfo()
808 GetTriggerInfo(napi_env env, napi_value param, TriggerInfo &triggerInfo) GetTriggerInfo() argument
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1107 napi_status JSUtil::GetCurrentAbilityParam(napi_env env, ContextParam &param) in GetCurrentAbilityParam() argument
1115 param.area = DistributedKv::Area::EL1; in GetCurrentAbilityParam()
1116 param.baseDir = baseDir + "\\HuaweiDevEcoStudioDatabases"; in GetCurrentAbilityParam()
1117 if (mkdir(param.baseDir.c_str()) != 0) { in GetCurrentAbilityParam()
1118 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam()
1126 param.area = DistributedKv::Area::EL1; in GetCurrentAbilityParam()
1127 param.baseDir = baseDir + "/HuaweiDevEcoStudioDatabases"; in GetCurrentAbilityParam()
1128 if (mkdir(param.baseDir.c_str(), MODE) != 0) { in GetCurrentAbilityParam()
1129 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam()
1132 param in GetCurrentAbilityParam()
1138 GetValue(napi_env env, napi_value in, ContextParam &param) GetValue() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c643 L2capLeConnectionParameter param = {0}; in L2capLeProcessConnectionParameterUpdateReq() local
656 param.connIntervalMin = L2capLe16ToCpu(data + 0); in L2capLeProcessConnectionParameterUpdateReq()
657 param.connIntervalMax = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessConnectionParameterUpdateReq()
658 param.connLatency = L2capLe16ToCpu(data + L2CAP_OFFSET_4); in L2capLeProcessConnectionParameterUpdateReq()
659 param.supervisionTimeout = L2capLe16ToCpu(data + L2CAP_OFFSET_6); in L2capLeProcessConnectionParameterUpdateReq()
664 aclHandle, signal->identifier, &param, inst->connParamUpdate.ctx); in L2capLeProcessConnectionParameterUpdateReq()
1587 int L2CAP_LeConnect(const BtAddr *addr, const L2capLeConnectionParameter *param) in L2CAP_LeConnect() argument
1696 int L2CAP_LeConnectionParameterUpdateReq(uint16_t aclHandle, const L2capLeConnectionParameter *param) in L2CAP_LeConnectionParameterUpdateReq() argument
1709 if ((param->connIntervalMin < 0x0006) || (param in L2CAP_LeConnectionParameterUpdateReq()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java292 * @param zone The time zone for the new calendar.
304 * @param aLocale The locale for the new calendar.
315 * @param locale The locale for the new calendar.
326 * @param zone The time zone for the new calendar.
328 * @param aLocale The locale for the new calendar.
340 * @param zone The time zone for the new calendar.
342 * @param locale The locale for the new calendar.
354 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
356 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
359 * @param dat
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java278 * @param zone The time zone for the new calendar.
289 * @param aLocale The locale for the new calendar.
299 * @param locale The locale for the new calendar.
309 * @param zone The time zone for the new calendar.
311 * @param aLocale The locale for the new calendar.
322 * @param zone The time zone for the new calendar.
324 * @param locale The locale for the new calendar.
335 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
337 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
340 * @param dat
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dchnsecal.cpp320 * @param eyear the extended year
321 * @param month the zero-based month. The month is also determined
486 * @param days days after January 1, 1970 0:00 in the astronomical base zone
504 * @param millis milliseconds after January 1, 1970 0:00 GMT
528 * @param gyear a Gregorian year
566 * @param days days after January 1, 1970 0:00 Asia/Shanghai
567 * @param after if true, search for a new moon on or after the given
589 * @param day1 days after January 1, 1970 0:00 Asia/Shanghai
590 * @param day2 days after January 1, 1970 0:00 Asia/Shanghai
602 * @param day
[all...]

Completed in 30 milliseconds

1...<<351352353354355356357358359360>>...974