Home
last modified time | relevance | path

Searched full:param (Results 4701 - 4725 of 22453) sorted by relevance

1...<<181182183184185186187188189190>>...899

/third_party/libabigail/src/
H A Dabg-elf-based-reader.cc45 /// @param elf_path the path the ELF file to read.
47 /// @param debug_info_root_paths a vector of paths to look into for
50 /// @param env the environment used by the reader.
69 /// @param elf_path the path to the new ELF file to consider.
71 /// @param debug_info_root_paths a vector of paths to look into for
83 /// @param group the corpus group to consider. The new corpus is
86 /// @param status output parameter. This is the status of the
/third_party/openssl/crypto/evp/
H A Dp5_crpt.c27 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen_ex()
45 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen_ex()
46 param->value.sequence == NULL) { in PKCS5_PBE_keyivgen_ex()
51 pbe = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(PBEPARAM), param); in PKCS5_PBE_keyivgen_ex()
114 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
117 return PKCS5_PBE_keyivgen_ex(cctx, pass, passlen, param, cipher, md, en_de, in PKCS5_PBE_keyivgen()
26 PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_PBE_keyivgen_ex() argument
113 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) PKCS5_PBE_keyivgen() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DByteArrayTableBuilder.java36 * @param header
37 * @param data
46 * @param header
47 * @param data
57 * @param index index relative to the start of the table
73 * @param index index relative to the start of the table
74 * @param b byte value to tset
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dgender.h55 * @param locale The locale for which a <code>GenderInfo</code> object is
57 * @param status Output param set to success/failure code on exit, which
71 * @param genders the gender of each element in the list.
72 * @param length the length of gender array.
73 * @param status Output param set to success/failure code on exit, which
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.h36 * @param connection connection to initialize
48 * @param connection connection to handle
62 * @param connection connection to handle
76 * @param connection connection to handle
88 * @param connection connection to close
89 * @param termination_code termination reason to give
101 * @param connection connection to process
/third_party/skia/third_party/externals/tint/src/ast/
H A Darray.h33 /// @param pid the identifier of the program that owns this node
34 /// @param src the source of this node
35 /// @param subtype the type of the array elements
36 /// @param count the number of elements in the array. nullptr represents a
38 /// @param decorations the array decorations
52 /// @param symbols the program's symbol table
58 /// @param ctx the clone context
H A Dtexture.h41 /// @param out the std::ostream to write to
42 /// @param dim the TextureDimension
46 /// @param dim the TextureDimension to query
60 /// @param dim the TextureDimension to query
68 /// @param pid the identifier of the program that owns this node
69 /// @param src the source of this node
70 /// @param dim the dimensionality of the texture
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Denum_converter.h33 /// @param fail_stream the error reporting stream.
40 /// @param model the SPIR-V entry point execution model
46 /// @param sc the SPIR-V storage class
52 /// @param b the SPIR-V builtin
58 /// @param dim the SPIR-V Dim value
59 /// @param arrayed true if the texture is arrayed
65 /// @param fmt the SPIR-V format
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstorage_texture_type.h33 /// @param dim the dimensionality of the texture
34 /// @param format the image format of the texture
35 /// @param access the access control type of the texture
36 /// @param subtype the storage subtype. Use SubtypeFor() to calculate this.
58 /// @param symbols the program's symbol table
63 /// @param format the storage texture image format
64 /// @param type_mgr the sem::Manager used to build the returned type
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurrimp.h42 * @param locale the locale of the display names to match
43 * @param text the text to parse
44 * @param pos input-output position; on input, the position within
48 * @param type currency type to parse against, LONG_NAME only or not
49 * @param partialMatchLen The length of the longest matching prefix;
69 * @param locale the locale of the display names of interest
70 * @param result the UnicodeSet to which to add the starting characters
/third_party/typescript/tests/baselines/reference/
H A DconstructorFunctionMethodTypeParameters.types4 * @param {T} t
20 * @param {T} t
21 * @param {V} v
41 >Cls.prototype.nestedComment = /** * @template {string} U * @param {T} t * @param {U} u * @return {T} */ function (t, u) { return t } : <U extends string>(t: T, u: U) => T
50 * @param {T} t
51 * @param {U} u
H A DjsDeclarationsGetterSetter.types17 * @param {number} _arg
66 >Object.defineProperty(E.prototype, "x", { /** * @param {number} _arg */ set(_arg) {}}) : E
74 >{ /** * @param {number} _arg */ set(_arg) {}} : { set(_arg: number): void; }
77 * @param {number} _arg
89 >Object.defineProperty(F.prototype, "x", { get() { return 12; }, /** * @param {number} _arg */ set(_arg) {}}) : F
97 >{ get() { return 12; }, /** * @param {number} _arg */ set(_arg) {}} : { get(): number; set(_arg: number): void; }
107 * @param {number} _arg
/third_party/typescript/tests/cases/conformance/salsa/
H A DclassCanExtendConstructorFunction.ts7 * @param {number} numberOxen
12 /** @param {Wagon[]=} wagons */
16 /** @param {*[]=} supplies - *[]= is my favourite type */
19 /** @param {*[]=} supplies - Yep, still a great type */
31 * @param {Array.<string>} files
32 * @param {"csv" | "json" | "xmlolololol"} format
88 * @param {T} flavour
/third_party/skia/include/core/
H A DSkImageEncoder.h24 * @param dst results are written to this stream.
25 * @param src source pixels.
26 * @param format image format, not all formats are supported.
27 * @param quality range from 0-100, this is supported by jpeg and webp.
52 * @param src source pixels.
53 * @param format image format, not all formats are supported.
54 * @param quality range from 0-100, this is supported by jpeg and webp.
/applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/pages/
H A DIndex.ets53 let param: ParamsInterface = router.getParams();
54 Log.info(this.TAG, 'param: ' + JSON.stringify(param));
55 if (param != null) {
56 if (param.jumpSource != undefined && param.jumpSource != null && !Number.isNaN(param.jumpSource)) {
57 this.jumpSource = new Number(param.jumpSource).valueOf()
/applications/standard/camera/common/src/main/ets/default/worker/eventbus/
H A DEventBus.ts30 * @param event event to handle.
31 * @param callback event related callbacck
53 * @param event event to handle
54 * @param callback event related callback
72 * @param event event to handle
73 * @param callback event related callback
101 * @param event event to handle
102 * @param argument parameter for the related callback
/applications/standard/photos/common/src/main/ets/default/view/
H A DBrowserController.ets37 showBrowserWithNoAnimation(param: Object) {
39 this.browserParam = param;
42 showSelectBrowserWithNoAnimation(param: Object) {
44 this.selectBrowserParam = param;
47 showBrowser(geometryIndex: number, geometryString: string, name: string, param: Object) {
60 this.browserParam = param;
83 showSelectBrowser(geometryIndex: number, geometryString: string, name: string, param: Object) {
96 this.selectBrowserParam = param;
/applications/standard/settings/product/phone/src/main/ets/controller/password/
H A DChecker.ts31 * @param str : character string
42 * @param str : character string
53 * @param str : character string
65 * @param str : character string
77 * @param str : character string
89 * @param str : character string
101 * @param str : character string
113 * @param str : character string
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlog_info.h92 * @param id user id
99 * @param pid process id
106 * @param ts timestamp
113 * @param faultType type of fault
120 * @param reason the reason for fault
127 * @param module the name of module
134 * @param summary summary of fault information
142 * @param fd file descriptor
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/declaration/
H A D@ohos.faultLogger.d.ts65 * @param faultType fault type to query
66 * @param callback faultlog information data callback function
75 * @param faultType fault type to query
84 * @param faultType fault type to query
85 * @param callback faultlog information data callback function
86 * @throws {error} if the param is invalid or service is broken
94 * @param faultType fault type to query
95 * @throws {error} if the param is invalid or service is broken
/base/global/i18n/services/include/
H A Di18n_service_ability_proxy.h37 * @param language language tag to set.
45 * @param region region tag to set.
53 * @param locale locale tag to set.
61 * @param flag When flag is true, the system adopts 24-hour clock;
71 * @param flag When flag is True, request to adopt local digit;
80 * @param language preferred language tag to set.
81 * @param index Indicats added preferred language index.
89 * @param index Indicats removed preferred language index.
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h37 * @param path resources.index file path
38 * @param defaultConfig match defaultConfig to keys of index file, only parse the matched keys.
40 * @param system If `system` is true, the package is marked as a system package, and allows some functions to
147 * @param id the resource id
154 * @param name the resource name
155 * @param resType the resource type
162 * @param name the resource name
163 * @param resType the resource type
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_do_not_disturb_date.h33 * @param doNotDisturbType Indicates the do not disturb type to add.
34 * @param beginDate Indicates the begin time to add.
35 * @param endDate Indicates the begin time to add.
47 * @param doNotDisturbType Indicates the do not disturb type to add.
61 * @param beginDate Indicates the begin time to add.
73 * @param endDate Indicates the end time to add.
91 * @param parcel the object into the parcel
104 * @param parcel the parcel
H A Dnotification_basic_content.h34 * @param text Indicates the additional text to be included.
48 * @param text Indicates the text to be included.
62 * @param title Indicates the title of the notification.
76 * @param lockScreenPicture Indicates the lockScreenPicture of the notification.
97 * @param jsonObject Indicates the Json object.
105 * @param parcel the object into the parcel.
121 * @param parcel Indicates the parcel object.
129 * @param jsonObject Indicates the Json object.
H A Dnotification_subscribe_info.h33 * @param subscribeInfo Indicates the NotificationSubscribeInfo object.
41 * @param appName Indicates the application name.
49 * @param appNames Indicates the set of application names.
64 * @param appNames Indicates the userid of application.
78 * @param appNames Indicates the deviceType of application.
92 * @param parcel Indicates the Parcel object for marshalling.
100 * @param parcel Indicates the Parcel object for unmarshalling.
115 * @param appNames Indicates the uid of subscriber.

Completed in 15 milliseconds

1...<<181182183184185186187188189190>>...899