Home
last modified time | relevance | path

Searched full:param (Results 6826 - 6850 of 24449) sorted by relevance

1...<<271272273274275276277278279280>>...978

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Asin/
H A DbuiltinMathAsin.ts33 // Check with single param, in |x| <= 1
38 // Check with single param, in |x| <= 1
43 // Check with single param, in |x| <= 1
48 // Check with single param, in |x| > 1
59 // Call standart builtin with non-number param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Asinh/
H A DbuiltinMathAsinh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
59 // Call standart builtin with non-number param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Sinh/
H A DbuiltinMathSinh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
59 // Call standart builtin with non-number param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Tanh/
H A DbuiltinMathTanh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
59 // Call stanhdart builtin with non-number param
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/unions/
H A Dunion_generics_03.sts53 function getNumber(param: Margin): int {
54 if (!param) {
57 if (param instanceof string) {
58 return (param as string).length()
60 return (param as number)
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeParameterInstantiation.cpp33 for (auto *param : other.params_) { in TSTypeParameterInstantiation()
34 params_.emplace_back(param->Clone(allocator, this)); in TSTypeParameterInstantiation()
76 for (auto param : params_) { in Dump()
77 param->Dump(dumper); in Dump()
78 if (param != params_.back()) { in Dump()
/base/customization/enterprise_device_management/framework/extension/include/
H A Dienterprise_admin.h35 * @param bundleName Indicates the name of the bundle whose state has been installed.
41 * @param bundleName Indicates the name of the bundle whose state has been Removed.
47 * @param bundleName Indicates the bundle name of application that has been started.
53 * @param bundleName Indicates the bundle name of application that has been stopped.
59 * @param updateInfo Indicates the information of the version.
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpassword_policy_plugin.cpp40 UserIam::UserAuth::GlobalConfigParam param; in OnSetPolicy() local
41 param.type = UserIam::UserAuth::GlobalConfigType::PIN_EXPIRED_PERIOD; in OnSetPolicy()
42 param.value.pinExpiredPeriod = policy.validityPeriod; in OnSetPolicy()
43 param.authTypes.push_back(UserIam::UserAuth::AuthType::PIN); in OnSetPolicy()
44 int32_t ret = UserIam::UserAuth::UserAuthClient::GetInstance().SetGlobalConfigParam(param); in OnSetPolicy()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Drules_engine.h32 std::unordered_map<std::string, std::string> param, in RulesSet()
37 this->param = param; in RulesSet()
42 std::unordered_map<std::string, std::string> param; member
61 std::unordered_map<std::string, std::string> param; member in OHOS::Global::I18n::RulesEngine
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_frame_formatter.h33 * @param frame native frame object
41 * @param frame native frame pointer object
49 * @param frames native frame object list
57 * @param frames native frame pointer list
65 * @param frames native frame object list
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H A Deventqueueannex_fuzzer.cpp33 /* @param int32_t fileDescriptor */
37 /* @param int32_t fileDescriptor */
41 /* @param int32_t fileDescriptor */
58 int64_t param = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
62 eventQueue.Remove(myHandler, innerEventId, param); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/interfaces/inner_api/
H A Dfile_descriptor_listener.h43 * @param fileDescriptor File descriptor which is readable.
50 * @param fileDescriptor File descriptor which is writable.
57 * @param fileDescriptor File descriptor which is shutting down.
64 * @param fileDescriptor Error happened on this file descriptor.
81 * @param owner Owner for the event.
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_progress.h67 * @param jsonObject Indicates the Json object.
75 * @param jsonObject Indicates the Json object.
83 * @param parcel Indicates the object into the parcel.
91 * @param parcel Indicates the parcel object.
100 * @param parcel Indicates the parcel object.
H A Dnotification_sorting_map.h33 * @param sortingList Indicates the NotificationSortingMap object.
50 * @param key Indicates the hash codes obtained by using getkey().
51 * @param sorting Indicates the sorting information about the hash codes.
59 * @param parcel Indicates the Parcel object for marshalling.
67 * @param parcel Indicates the Parcel object for unmarshalling.
H A Dnotification_time.h78 * @param jsonObject Indicates the Json object.
86 * @param jsonObject Indicates the Json object.
94 * @param parcel Indicates the object into the parcel.
102 * @param parcel Indicates the parcel object.
111 * @param parcel Indicates the parcel object.
/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h33 * @param argc Indicates the count of arguments.
34 * @param argv Indicates the arguments.
35 * @param name Indicates the tool name.
68 * @param unknownOption Indicates the unknown option.
76 * @param code Indicates the code.
/base/startup/init/interfaces/innerkits/include/token/
H A Dtoken.h30 * @param token The token value, len The token len.
40 * @param token The token value, len The token len.
48 * @param acKey The acKey value, len The acKey len.
56 * @param productId The productId value, len The productId len.
64 * @param productKey The productKey value, len The productKey len.
/base/startup/init/services/begetctl/
H A Dsetloglevel.c41 printf("Failed to set log level by param \"persist.init.debug.loglevel\" %s. \n", argv[1]); in SetInitLogLevelFromParam()
43 printf("Success to set log level by param \"persist.init.debug.loglevel\" %s. \n", argv[1]); in SetInitLogLevelFromParam()
53 char logLevel[2] = {0}; // 2 is set param "persist.init.debug.loglevel" value length. in GetInitLogLevelFromParam()
57 printf("Success to get init log level: %s from param \"persist.init.debug.loglevel\". \n", logLevel); in GetInitLogLevelFromParam()
59 printf("Failed to get init log level from param, keep the system origin log level. \n"); in GetInitLogLevelFromParam()
/base/update/packaging_tools/
H A Dcreate_signed_data.py27 :param sign_file: path of file ready to be signed
28 :param private_key_file: private key path, ex. rsa_private_key2048.pem
54 :param file_lists: path list of file ready to be signed, list item contains file_path and name_in_signed_data
55 :param sign_func: signature function, ex. sign_func_sha256
56 :param private_key_file: private key path, ex. rsa_private_key2048.pem
/base/update/updater/services/script/script_instruction/
H A Dscript_updateprocesser.cpp30 USCRIPT_LOGE("Failed to get param"); in Execute()
47 USCRIPT_LOGE("Failed to get param"); in Execute()
52 USCRIPT_LOGE("Failed to get param"); in Execute()
70 USCRIPT_LOGE("Failed to get param"); in Execute()
82 USCRIPT_LOGE("Failed to get proportion param"); in Execute()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_js_result_callback_wrapper.h40 * @param object_id: means the JavaScript object id
41 * @param object_id: means the method name
48 * @param object_id: means the JavaScript object id
55 * @param holder: means the JavaScript object is holded by
57 * @param object_id: means the JavaScript object id
/device/soc/hisilicon/common/hal/media/format/hi3516dv300/liteos_a/libs/
H A Dlibplugin_demuxer_raw.so ... d} not support extra protocol ParseId3v2TagAndSkip not prepared DemuxerRaw input param hanle null BufferRawProbe {%s():%d} Get data ...
/device/board/hisilicon/hispark_taurus/linux/system/cfg/
H A Dinit.Hi3516DV300.usb.cfg31 "name" : "param:sys.usb.config=none && param:sys.usb.configfs=1",
38 "name" : "param:init.svc.hdcd=stopped",
44 "name" : "param:sys.usb.config=hdc && param:sys.usb.configfs=1",
/device/qemu/x86_64_virt/linux/rootfs/
H A Dinit.qemu.x86_64.linux.usb.cfg30 "name" : "param:sys.usb.config=none && param:sys.usb.configfs=1",
37 "name" : "param:init.svc.hdcd=stopped",
43 "name" : "param:sys.usb.config=hdc && param:sys.usb.configfs=1",
/device/soc/hisilicon/common/hal/media/format/hi3518ev300/liteos_a/libs/
H A Dlibplugin_demuxer_raw.so ... d} not support extra protocol ParseId3v2TagAndSkip not prepared DemuxerRaw input param hanle null BufferRawProbe {%s():%d} Get data ...

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...978