Home
last modified time | relevance | path

Searched full:param (Results 6851 - 6875 of 22474) sorted by relevance

1...<<271272273274275276277278279280>>...899

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUnicodeRegex.java80 * @param regex A modified Java regex pattern, as in the input to
148 * @param regex as in process()
158 * @param regex Raw regex pattern, as in fix(...).
168 * @param regex Raw regex pattern, as in fix(...).
178 * @param bnfLines Series of BNF lines.
205 * @param lines Series of lines that represent a BNF expression. The lines contain
274 * @param result The result of the appended lines.
275 * @param file The file to have an input stream.
276 * @param encoding if null, then UTF-8
291 * @param resul
[all...]
H A DUResource.java67 * @param keyBytes new key string byte array
68 * @param keyOffset new key string offset
280 * @param i Array item index.
281 * @param value Output-only, receives the value of the i'th item.
297 * @param i Table item index.
298 * @param key Output-only, receives the key of the i'th item.
299 * @param value Output-only, receives the value of the i'th item.
304 * @param key Key string to find in the table.
305 * @param value Output-only, receives the value of the item with that key.
464 * @param ke
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUCharacterIterator.java45 * @param source
59 * @param source
73 * @param source
87 * @param source
101 * @param source
115 * @param source
261 * @param index
310 * @param fillIn
312 * @param offset
324 * @param fillI
[all...]
H A DDateTimePatternGenerator.java93 * @param uLocale The locale to pass.
102 * @param locale The {@link java.util.Locale} to pass.
114 * @param uLocale The locale to pass.
141 * @param uLocale The locale to pass.
617 * @param skeleton The skeleton is a pattern containing only the variable fields.
630 * @param skeleton The skeleton is a pattern containing only the variable fields.
632 * @param options MATCH_xxx options for forcing the length of specified fields in
802 * @param pattern Pattern to add.
803 * @param override When existing values are to be overridden use true, otherwise
805 * @param returnInf
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java129 * @param locale Locale for which the exemplar character set
131 * @param options Bitmask for options to apply to the exemplar pattern.
150 * @param locale Locale for which the exemplar character set
152 * @param options Bitmask for options to apply to the exemplar pattern.
160 * @param extype The type of exemplar character set to retrieve.
171 * @param options Bitmask for options to apply to the exemplar pattern.
179 * @param extype The type of exemplar set to be retrieved,
221 * @param locale Locale with thich the locale data object is associated.
247 * @param setting Value for the no substitute behavior. If true,
280 * @param typ
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUCharacterIterator.java43 * @param source
56 * @param source
69 * @param source
82 * @param source
95 * @param source
108 * @param source
244 * @param index
288 * @param fillIn
290 * @param offset
301 * @param fillI
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleData.java128 * @param locale Locale for which the exemplar character set
130 * @param options Bitmask for options to apply to the exemplar pattern.
149 * @param locale Locale for which the exemplar character set
151 * @param options Bitmask for options to apply to the exemplar pattern.
159 * @param extype The type of exemplar character set to retrieve.
170 * @param options Bitmask for options to apply to the exemplar pattern.
178 * @param extype The type of exemplar set to be retrieved,
220 * @param locale Locale with thich the locale data object is associated.
244 * @param setting Value for the no substitute behavior. If TRUE,
275 * @param typ
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUResource.java70 * @param keyBytes new key string byte array
71 * @param keyOffset new key string offset
284 * @param i Array item index.
285 * @param value Output-only, receives the value of the i'th item.
302 * @param i Table item index.
303 * @param key Output-only, receives the key of the i'th item.
304 * @param value Output-only, receives the value of the i'th item.
309 * @param key Key string to find in the table.
310 * @param value Output-only, receives the value of the item with that key.
471 * @param ke
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dplatform.h155 * \param calloc_func The \c calloc function implementation.
156 * \param free_func The \c free function implementation.
183 * \param fprintf_func The \c fprintf function implementation.
209 * \param printf_func The \c printf function implementation.
244 * \param snprintf_func The \c snprintf function implementation.
281 * \param vsnprintf_func The \c vsnprintf function implementation
324 * \param setbuf_func The \c setbuf function implementation
360 * \param exit_func The \c exit function implementation.
409 * \param nv_seed_read_func The seed reading function implementation.
410 * \param nv_seed_write_fun
[all...]
/third_party/node/src/
H A Dsourcemap.def77 * @param {string} string
119 * @param {SourceMapV3} payload
150 * @param {Array.<SourceMapV3.Section>} sections
160 * @param {number} lineOffset 0-indexed line offset in compiled resource
161 * @param {number} columnOffset 0-indexed column offset in compiled resource
197 * @param {number} lineNumber 1-indexed line number in compiled resource call site
198 * @param {number} columnNumber 1-indexed column number in compiled resource call site
286 * @param {string} char
294 * @param {SourceMap.StringCharIterator} stringCharIterator
326 * @param {SourceMapV
[all...]
/third_party/lwip/src/api/
H A Dnetdb.c82 * @param name the hostname to resolve
149 * @param name the hostname to resolve
150 * @param ret pre-allocated struct where to store the result
151 * @param buf pre-allocated buffer where to store additional data
152 * @param buflen the size of buf
153 * @param result pointer to a hostent pointer that is set to ret on success
155 * @param h_errnop pointer to an int where to store errors (instead of modifying
232 * @param ai struct addrinfo to free
258 * @param nodename descriptive name or address string of the host
260 * @param servnam
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_4_autogen.h221 GLint *param); \
243 void getTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param); \
244 void getTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param); \
245 void getTransformFeedbackiv(GLuint xfb, GLenum pname, GLint *param); \
247 GLint64 *param); \
249 GLint *param); \
250 void getVertexArrayiv(VertexArrayID vaobjPacked, GLenum pname, GLint *param); \
288 void namedFramebufferParameteri(FramebufferID framebufferPacked, GLenum pname, GLint param); \
308 void textureParameterf(TextureID texturePacked, GLenum pname, GLfloat param); \
309 void textureParameterfv(TextureID texturePacked, GLenum pname, const GLfloat *param); \
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5FmaAccuracy.cpp111 * @param context Test context
112 * @param name Test case's name
113 * @param description Test case's description
351 * @param result Result value
352 * @param expected_result Expected value
353 * @param relative_error Set to value of relative error
365 * @param program_object_id Gpu program that will be used during draw calls
366 * @param results Storage used for result values. It is expected to have capacity for at least m_n_draw_call_executions elements
433 * @param index Index of iteration
451 * @param descriptio
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp223 * @param context Rendering context
224 * @param name Test name
225 * @param description Test description
297 * @param context Rendering context
321 * @param context Rendering context
322 * @param name Test name
323 * @param description Test description
344 * @param context Rendering context
360 * @param context Rendering context
376 * @param contex
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat4.java48 * @param segment the cmap segment
49 * @param startCode the start code for the segment
50 * @param character the character to be looked up
81 * @param segment the segment in the look up table
153 * @param segment the segment in the look up table
170 * @param segment the segment in the look up table
181 * @param segment the segment in the look up table
191 * @param segment the segment in the look up table
306 * @param startCount the startCount to set
320 * @param endCoun
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dbitfield.inl9 template <typename PARAM, typename RET>
10 GLM_FUNC_DECL RET bitfieldInterleave(PARAM x, PARAM y);
12 template <typename PARAM, typename RET>
13 GLM_FUNC_DECL RET bitfieldInterleave(PARAM x, PARAM y, PARAM z);
15 template <typename PARAM, typename RET>
16 GLM_FUNC_DECL RET bitfieldInterleave(PARAM x, PARAM
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h69 /// @param type the test type info
115 /// @param obj the object to test from
141 /// @param obj the object to test from
142 /// @param pred predicate function with signature `bool(const TO*)` called iff
167 /// @param obj the object to cast from
175 /// @param obj the object to cast from
185 /// @param obj the object to cast from
206 /// @param other the CastableBase to copy
221 /// @param pred predicate function with signature `bool(const TO*)` called iff
302 /// @param pre
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc58 /// @param context the clone context
64 /// @param ty the type to clone
192 auto* param = ctx.dst->Param(new_var_symbol, store_type(), decos); in Process() local
193 ctx.InsertFront(func_ast->params, param); in Process()
205 auto* param = in Process() local
206 ctx.dst->Param(new_var_symbol, param_type, attributes); in Process()
207 ctx.InsertFront(func_ast->params, param); in Process()
265 ctx.dst->Param(new_var_symbol, param_type, attributes)); in Process()
303 auto* param in Process() local
[all...]
/third_party/typescript/src/compiler/
H A Dtransformer.ts148 * @param resolver The emit resolver provided by the checker.
149 * @param host The emit host object used to interact with the file system.
150 * @param options Compiler options to surface in the `TransformationContext`.
151 * @param nodes An array of nodes to transform.
152 * @param transforms An array of `TransformerFactory` callbacks.
153 * @param allowDtsFiles A value indicating whether to allow the transformation of .d.ts files.
285 * @param hint A hint as to the intended usage of the node.
286 * @param node The node to emit.
287 * @param emitCallback The callback used to emit the node or its substitute.
314 * @param hin
[all...]
/third_party/typescript/src/jsTyping/
H A DjsTyping.ts110 * @param host is the object providing I/O related operations.
111 * @param fileNames are the file names that belong to the same project
112 * @param projectRootPath is the path to the project root directory
113 * @param safeListPath is the path used to retrieve the safe list
114 * @param packageNameToTypingLocation is the map of package names to their cached typing locations and installed versions
115 * @param typeAcquisition is used to customize the typing acquisition process
116 * @param compilerOptions are used as a source for typing inference
214 * @param projectRootPath is the path to the directory where to look for package.json, bower.json and other typing information
215 * @param manifestName is the name of the manifest (package.json or bower.json)
216 * @param modulesDirNam
[all...]
/third_party/typescript/src/services/
H A DjsDoc.ts58 "param",
100 // - @param or @return indicate that the author thinks of it as a 'local' @typedef that's part of the function documentation
145 // - @param or @return indicate that the author thinks of it as a 'local' @typedef that's part of the function documentation
292 return mapDefined(fn.parameters, param => {
293 if (!isIdentifier(param.name)) return undefined;
295 const name = param.name.text;
336 * @param fileName The file in which to perform the check.
337 * @param position The (character-indexed) position in the file where the check should
377 // * the first line (without a param) for the object's untagged info (this is also where the caret ends up)
378 // * the '@param'
[all...]
/third_party/protobuf/js/binary/
H A Ddecoder_test.js53 * @param {Function} readValue
54 * @param {Function} writeValue
55 * @param {number} epsilon
56 * @param {number} upperLimit
57 * @param {Function} filter
94 * @param {Function} readValue
95 * @param {Function} writeValue
96 * @param {number} epsilon
97 * @param {number} lowerLimit
98 * @param {numbe
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1185 const AutoLaunchRequestCallback callback = [&notifier](const std::string &identifier, AutoLaunchParam &param) { in HWTEST_F()
1189 param.path = g_dbDir; in HWTEST_F()
1190 param.appId = APP_ID; in HWTEST_F()
1191 param.userId = USER_ID; in HWTEST_F()
1192 param.storeId = STORE_ID_1; in HWTEST_F()
1193 param.notifier = notifier; in HWTEST_F()
1195 param.option.isEncryptedDb = true; in HWTEST_F()
1196 param.option.cipher = CipherType::DEFAULT; in HWTEST_F()
1197 param.option.passwd = g_correctPasswd; in HWTEST_F()
1198 param in HWTEST_F()
1960 SetAutoLaunchParamForObserver008(AutoLaunchParam &param) SetAutoLaunchParamForObserver008() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1553 char *pos, *param; in hostapd_ctrl_iface_radar() local
1560 param = os_strchr(cmd, ' '); in hostapd_ctrl_iface_radar()
1561 if (param == NULL) in hostapd_ctrl_iface_radar()
1563 *param++ = '\0'; in hostapd_ctrl_iface_radar()
1579 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar()
1583 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar()
1587 pos = os_strstr(param, "chan_offset="); in hostapd_ctrl_iface_radar()
1591 pos = os_strstr(param, "chan_width="); in hostapd_ctrl_iface_radar()
1595 pos = os_strstr(param, "cf1="); in hostapd_ctrl_iface_radar()
1599 pos = os_strstr(param, "cf in hostapd_ctrl_iface_radar()
1640 char *pos, *param; hostapd_ctrl_iface_mgmt_tx_status_process() local
1701 char *pos, *param; hostapd_ctrl_iface_mgmt_rx_process() local
2375 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) hostapd_ctrl_iface_mib() argument
2467 char *pos = cmd, *param; hostapd_ctrl_iface_eapol_set() local
3937 hostapd_ctrl_iface_dup_param(struct hostapd_data *src_hapd, struct hostapd_data *dst_hapd, const char *param) hostapd_ctrl_iface_dup_param() argument
[all...]
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js16 * @param {!Int8Array} bytes
41 * @param {number} i
57 * @param {number} npostfix
58 * @param {number} ndirect
59 * @param {number} maxndistbits
66 * @param {number} maxDistance
67 * @param {number} npostfix
68 * @param {number} ndirect
81 * @param {!Int16Array} cmdLookup
111 * @param {!Stat
[all...]

Completed in 31 milliseconds

1...<<271272273274275276277278279280>>...899