Home
last modified time | relevance | path

Searched full:param (Results 4551 - 4575 of 22474) sorted by relevance

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

/test/xts/acts/ability/ability_runtime/apicover/stagesupplement/entry/src/main/ets/InsightIntents/
H A DIntentExecutorImpl.ts71 onExecuteInUIAbilityForegroundMode(name: string, param: Record<string, Object>, pageLoader: window.WindowStage): insightIntent.ExecuteResult {
72 hilog.info(0x0000, LOG_TAG, 'IntentName %{public}s, IntentParam %{public}s', name, JSON.stringify(param) ?? '');
74 // start ability or not depends on "action" in intent param
75 let action = param.action;
115 onExecuteInUIAbilityBackgroundMode(name: string, param: Record<string, Object>): insightIntent.ExecuteResult {
116 hilog.info(0x0000, LOG_TAG, 'IntentName %{public}s, IntentParam %{public}s', name, JSON.stringify(param) ?? '');
128 onExecuteInUIExtensionAbility(name: string, param: Record<string, Object>, pageLoader: UIExtensionContentSession): insightIntent.ExecuteResult {
129 hilog.info(0x0000, LOG_TAG, 'IntentName %{public}s, IntentParam %{public}s', name, JSON.stringify(param) ?? '');
141 onExecuteInServiceExtensionAbility(name: string, param: Record<string, Object>): insightIntent.ExecuteResult {
142 hilog.info(0x0000, LOG_TAG, 'IntentName %{public}s, IntentParam %{public}s', name, JSON.stringify(param)
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvlc.h65 * @param[in,out] vlc The VLC to be initialized; table and table_allocated
68 * @param[in] nb_bits The number of bits to use for the VLC table;
71 * @param[in] nb_codes The number of provided length and (if supplied) symbol
73 * @param[in] lens The lengths of the codes. Entries > 0 correspond to
77 * @param[in] lens_wrap Stride (in bytes) of the lengths.
78 * @param[in] symbols The symbols, i.e. what is returned from get_vlc2()
81 * @param[in] symbols_wrap Stride (in bytes) of the symbols.
82 * @param[in] symbols_size Size of the symbols. 1 and 2 are supported.
83 * @param[in] offset An offset to apply to all the valid symbols.
84 * @param[i
[all...]
/third_party/ffmpeg/libavformat/
H A Dasfcrypt.c33 * @param v number to invert, must be odd!
51 * @param keybuf buffer containing the keys
52 * @param keys output key array containing the keys for encryption in
65 * @param keys key array of ints to invert
102 * @param keys 32 bit numbers in machine endianness,
104 * @param key another key, this one must be the same for the decryption
105 * @param data data to encrypt
126 * @param keys 32 bit numbers in machine endianness,
128 * @param key another key, this one must be the same as for the encryption
129 * @param dat
[all...]
H A Did3v2.h97 * @param buf must be ID3v2_HEADER_SIZE byte long
98 * @param magic magic bytes to identify the header.
105 * @param buf must be ID3v2_HEADER_SIZE bytes long and point to the start of an
113 * @param metadata Parsed metadata is stored here
114 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
124 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
126 * @param[opt] max_search_search restrict ID3 magic number search (bytes from start)
154 * @param id3v2_version Subversion of ID3v2; supported values are 3 and 4
155 * @param magic magic bytes to identify the header
162 * @param extra_met
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleFormatter.java56 * @param pattern The pattern string.
70 * @param pattern The pattern string.
71 * @param min The pattern must have at least this many arguments.
72 * @param max The pattern must have at most this many arguments.
102 * @param appendTo Gets the formatted pattern and values appended.
103 * @param offsets offsets[i] receives the offset of where
107 * @param values The argument values.
124 * @param result Gets its contents replaced by the formatted pattern and values.
125 * @param offsets offsets[i] receives the offset of where
129 * @param value
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dunits_complexconverter.h62 * @param targetUnit could be any units type (single, compound or mixed).
63 * @param ratesInfo
64 * @param status
74 * @param inputUnit represents the source unit. (should be single or compound unit).
75 * @param outputUnits represents the output unit. could be any type. (single, compound or mixed).
76 * @param status
87 * @param inputUnit represents the source unit. (should be single or compound unit).
88 * @param outputUnits represents the output unit. could be any type. (single, compound or mixed).
89 * @param ratesInfo a ConversionRates instance containing the unit conversion rates.
90 * @param statu
[all...]
H A Drbt_set.h70 * @param status Output parameter filled in with success or failure status.
87 * @param data the new data value to be set.
104 * @param adoptedRule the rule to add
118 * @param parseError A pointer to UParseError to receive information about errors
120 * @param status Output parameter filled in with success or failure status.
129 * @param text the text to be transliterated
130 * @param index the position indices, which will be updated
131 * @param isIncremental if true, assume new text may be inserted
143 * @param result string to receive the rule strings. Current
145 * @param escapeUnprintabl
[all...]
H A Dbuddhcal.h64 * @param aLocale The given locale.
65 * @param success Indicates the status of BuddhistCalendar object construction.
80 * @param source the object to be copied.
87 * @param right the object to be copied.
154 * @param field one of the field numbers
155 * @param limitType one of <code>MINIMUM</code>, <code>GREATEST_MINIMUM</code>,
164 * @param eyear the extended year
165 * @param month the zero-based month, or 0 if useMonth is false
166 * @param useMonth if false, compute the day before the first day of
169 * @param retur
[all...]
/third_party/icu/icu4c/source/common/
H A Dhash.h41 * @param ignoreKeyCase If true, keys are case insensitive.
42 * @param status Error code
48 * @param ignoreKeyCase If true, keys are case insensitive.
49 * @param size initial size allocation
50 * @param status Error code
56 * @param keyComp Comparator for comparing the keys
57 * @param valueComp Comparator for comparing the values
58 * @param status Error code
64 * @param status Error code
107 * @param po
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleFormatter.java57 * @param pattern The pattern string.
70 * @param pattern The pattern string.
71 * @param min The pattern must have at least this many arguments.
72 * @param max The pattern must have at most this many arguments.
99 * @param appendTo Gets the formatted pattern and values appended.
100 * @param offsets offsets[i] receives the offset of where
104 * @param values The argument values.
120 * @param result Gets its contents replaced by the formatted pattern and values.
121 * @param offsets offsets[i] receives the offset of where
125 * @param value
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducat.h79 * @param name string containing the full path pointing to the
87 * @param locale the locale for which we want to open the resource. If
91 * @param ec input/output error code. Upon output,
112 * @param catd a message catalog descriptor to be closed. May be NULL,
123 * @param catd a message catalog descriptor returned by u_catopen.
125 * @param set_num the message catalog set number. Sets need not be
128 * @param msg_num the message catalog message number within the
131 * @param s the default string. This is returned if the string
135 * @param len fill-in parameter to receive the length of the result.
138 * @param e
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-display.h104 * \param lds: the display state object
105 * \param ctx: the lws context
106 * \param autodim_ms: ms since last active report to dim display (<0 = never)
107 * \param off_ms: ms since dim to turn display off (<0 = never)
108 * \param bl_lcs: the led controller instance that has the backlight
109 * \param disp: generic display object we belong to
127 * \param lds: the display state we are changing
128 * \param target: the target brightness to transition to
139 * \param lds: the display state we are marking as active
150 * \param ld
[all...]
/third_party/libwebsockets/include/libwebsockets/abstract/
H A Dabstract.h73 * \param vhost: the struct lws_vhost to bind to
74 * \param user: opaque user pointer
75 * \param abstract_path: "protocol.transport" names
76 * \param ap_tokens: tokens for protocol options
77 * \param at_tokens: tokens for transport
78 * \param seq: optional sequencer we should bind to, or NULL
79 * \param opaque_user_data: data given in sequencer callback, if any
97 * \param pabs: pointer to the lws_abs_t * to free
108 * \param abs: the lws_abs_t describing the combination desired
122 * \param a
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_pipe.c31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() argument
37 .param = param, in query_param()
52 enum fd_param_id param, uint64_t *value) in msm_pipe_get_param()
55 switch(param) { in msm_pipe_get_param()
73 ERROR_MSG("invalid param id: %d", param); in msm_pipe_get_param()
157 static uint64_t get_param(struct fd_pipe *pipe, uint32_t param) in get_param() argument
160 int ret = query_param(pipe, param, &value); in get_param()
162 ERROR_MSG("get-param faile in get_param()
51 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) msm_pipe_get_param() argument
[all...]
/third_party/jsframework/runtime/preparation/
H A Dmethods.ts51 * @param {string} id - Id of a page.
52 * @param {string} code - JS Bundle code.
53 * @param {Options} config - Page config
54 * @param {Object} data - Data that needed.
77 * @param {*} args - Args.
91 * @param {string} pageId - Id of a page.
113 * @param {string} pageId - Id of a page.
114 * @param {*} tasks - Tasks from native.
127 * @param {string} id - Id of a page.
136 * @param {strin
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dhash.h41 * @param ignoreKeyCase If true, keys are case insensitive.
42 * @param status Error code
48 * @param ignoreKeyCase If true, keys are case insensitive.
49 * @param size initial size allocation
50 * @param status Error code
56 * @param keyComp Comparator for comparing the keys
57 * @param valueComp Comparator for comparing the values
58 * @param status Error code
64 * @param status Error code
107 * @param po
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducat.h79 * @param name string containing the full path pointing to the
87 * @param locale the locale for which we want to open the resource. If
91 * @param ec input/output error code. Upon output,
112 * @param catd a message catalog descriptor to be closed. May be NULL,
123 * @param catd a message catalog descriptor returned by u_catopen.
125 * @param set_num the message catalog set number. Sets need not be
128 * @param msg_num the message catalog message number within the
131 * @param s the default string. This is returned if the string
135 * @param len fill-in parameter to receive the length of the result.
138 * @param e
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpoints.c48 * \param size point diameter in pixels
85 _mesa_PointParameteri( GLenum pname, GLint param ) in _mesa_PointParameteri()
88 p[0] = (GLfloat) param; in _mesa_PointParameteri()
108 _mesa_PointParameterf( GLenum pname, GLfloat param) in _mesa_PointParameterf() argument
111 p[0] = param; in _mesa_PointParameterf()
137 "glPointParameterf[v]{EXT,ARB}(param)" ); in _mesa_PointParameterfv()
148 "glPointParameterf[v]{EXT,ARB}(param)" ); in _mesa_PointParameterfv()
159 "glPointParameterf[v]{EXT,ARB}(param)" ); in _mesa_PointParameterfv()
176 "glPointParameterf[v]{EXT,ARB}(param)"); in _mesa_PointParameterfv()
202 * \param ct
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_complexconverter.h62 * @param targetUnit could be any units type (single, compound or mixed).
63 * @param ratesInfo
64 * @param status
74 * @param inputUnit represents the source unit. (should be single or compound unit).
75 * @param outputUnits represents the output unit. could be any type. (single, compound or mixed).
76 * @param status
87 * @param inputUnit represents the source unit. (should be single or compound unit).
88 * @param outputUnits represents the output unit. could be any type. (single, compound or mixed).
89 * @param ratesInfo a ConversionRates instance containing the unit conversion rates.
90 * @param statu
[all...]
H A Drbt_set.h70 * @param status Output parameter filled in with success or failure status.
87 * @param data the new data value to be set.
104 * @param adoptedRule the rule to add
118 * @param parseError A pointer to UParseError to receive information about errors
120 * @param status Output parameter filled in with success or failure status.
129 * @param text the text to be transliterated
130 * @param index the position indices, which will be updated
131 * @param isIncremental if true, assume new text may be inserted
143 * @param result string to receive the rule strings. Current
145 * @param escapeUnprintabl
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddisplayoptions.h55 * @param grammaticalCase The grammatical case.
67 * @param nounClass The noun class.
79 * @param pluralCategory The plural category.
91 * @param capitalization The capitalization.
103 * @param nameStyle The name style.
115 * @param displayLength The display length.
127 * @param substituteHandling The substitute handling.
232 * @param other The options to copy.
240 * @param other The options to move from.
248 * @param othe
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddisplayoptions.h57 * @param grammaticalCase The grammatical case.
69 * @param nounClass The noun class.
81 * @param pluralCategory The plural category.
93 * @param capitalization The capitalization.
105 * @param nameStyle The name style.
117 * @param displayLength The display length.
129 * @param substituteHandling The substitute handling.
234 * @param other The options to copy.
242 * @param other The options to move from.
250 * @param othe
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dhttp_client.h103 * @param arg argument specified when initiating the request
104 * @param httpc_result result of the http transfer (see enum httpc_result_t)
105 * @param rx_content_len number of bytes received (without headers)
106 * @param srv_res this contains the http status code received (if any)
107 * @param err an error returned by internal lwip functions, can help to specify
116 * @param connection http client connection
117 * @param arg argument specified when initiating the request
118 * @param hdr header pbuf(s) (may contain data also)
119 * @param hdr_len length of the heders in 'hdr'
120 * @param content_le
[all...]
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/
H A DContactsPermissionManagement.java32 * @param activity Activity of the app
50 * permission#WRITE_CONTACTS}) are granted for the param {@code context}.
52 * @param context Context of the app
68 * @param context Context of the app
79 * @param context Context of the app
92 * @param context Context of the app
105 * @param activity Activity of the app
117 * permission#WRITE_CONTACTS}) in the param {@code activity} with the request code {@link
120 * @param activity Activity of the app
132 * @param activit
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-2.c58 struct sched_param param; in child_process() local
61 param.sched_priority = sched_get_priority_min(SCHED_RR); in child_process()
62 sched_setparam(getpid(), &param); in child_process() local
86 struct sched_param param; in main() local
112 param.sched_priority = (sched_get_priority_min(SCHED_RR) + in main()
115 if (sched_setscheduler(getpid(), SCHED_RR, &param) == -1) { in main()
149 param.sched_priority = sched_get_priority_max(SCHED_RR); in main()
150 if (sched_setparam(0, &param) != 0) { in main()
169 param.sched_priority = sched_get_priority_min(SCHED_RR); in main()
170 if (sched_setparam(0, &param) ! in main()
[all...]

Completed in 15 milliseconds

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