| /third_party/curl/src/ |
| H A D | tool_paramhlp.c | 445 * @param str the protocol name 464 * @param val the offset to populate 465 * @param str the buffer containing the offset
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib_common_4.h | 360 * @param v The value to population count. 383 * @param input0 The first encoded endpoint. 384 * @param input1 The second encoded endpoint.
|
| H A D | astcenc_compute_variance.cpp | 44 * @param d The array to prefix-sum. 45 * @param items The number of items in the array. 46 * @param stride The item spacing in the array; i.e. dense arrays should use 1.
|
| /third_party/backends/backend/ |
| H A D | u12-if.c | 189 * @param usbIdStr - string consisting out of product and vendor ID 226 * @param vendor - pointer to receive vendor ID 227 * @param product - pointer to receive product ID
|
| /third_party/css-what/src/ |
| H A D | parse.ts | 75 * @param selector Selector to check. 128 * @param selector Selector to parse. 129 * @param options Options for parsing.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/ |
| H A D | PersonNameFormatterImpl.java | 185 * @param resource An ICUResourceBundle of type STRING or ARRAY. If ARRAY, this function just returns it 202 * @param name The name to be formatted. 271 * @param name The name for which we need the locale
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| H A D | NumberPropertyMapper.java | 70 * @param properties 72 * @param symbols 74 * @param exportedProperties
|
| /third_party/icu/icu4c/source/common/ |
| H A D | caniter.cpp | 68 *@param source string to get results for 165 *@param set the source string to iterate against. This allows the same iterator to be used 264 * @param source the string to find permutations for
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBImporter.java | 71 * @param title The title that appears in the Dialog box 72 * @param rbm An RBManager instance 73 * @param gui The RBManager GUI instance associated with the RBManager instance
|
| /third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
| H A D | MessagePatternUtilDemo.java | 105 * @param msg 264 * @param msg 265 * @param args
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CheckTags.java | 203 "@param", "@return", "@throws", "@obsolete", "@exception", "@serial", "@provisional" 215 static final int PARAM = 8; field in CheckTags 447 case PARAM: in doTags()
|
| H A D | GatherAPIDataOld.java | 440 case PARAM: in tagStatus() 489 private static final int PARAM = 8; field in GatherAPIDataOld 499 "@param", "@return", "@throws", "@obsolete", "@exception", "@serial" in tagKindIndex()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | NumberFormatter.java | 414 * @param locale 426 * @param locale 438 * @param skeleton
|
| H A D | NumberPropertyMapper.java | 71 * @param properties 73 * @param symbols 75 * @param exportedProperties
|
| /third_party/libcoap/man/ |
| H A D | coap_oscore.txt.in | 83 typedef int (*coap_oscore_save_seq_num_t)(uint64_t sender_seq_num, void *param); 232 oscore_save_seq_num(uint64_t sender_seq_num, void *param COAP_UNUSED) { 320 oscore_save_seq_num(uint64_t sender_seq_num, void *param COAP_UNUSED) {
|
| /third_party/jerryscript/jerry-core/include/ |
| H A D | jerryscript-core.h | 269 * @param [in] data The buffer that JerryScript allocated for the manager. The buffer is zeroed out. The size is 282 * @param [in] data The buffer that JerryScript allocated for the manager. 292 * @param [in] data The buffer that JerryScript allocated for the manager. After returning from this callback,
|
| /third_party/jsframework/runtime/src/ |
| H A D | parse.ts | 75 * @param selector Selector to check. 128 * @param selector Selector to parse. 129 * @param options Options for parsing.
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| H A D | mbedtls-client.c | 117 X509_VERIFY_PARAM *param = SSL_get0_param(wsi->tls.ssl); in lws_ssl_client_bio_create() local 119 // X509_VERIFY_PARAM_set_hostflags(param, in lws_ssl_client_bio_create() 122 if (X509_VERIFY_PARAM_set1_host(param, hostname, 0) != 1) in lws_ssl_client_bio_create()
|
| /third_party/node/lib/internal/ |
| H A D | async_hooks.js | 448 * @param {number} triggerAsyncId 449 * @param { (...T: args) => R } block 450 * @param {T} args
|
| /third_party/openGLES/api/GLSC2/ |
| H A D | glsc2.h | 388 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param); 402 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param); 404 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
|
| /third_party/musl/src/malloc/mallocng/ |
| H A D | malloc.c | 19 extern int je_mallopt(int param, int value); 473 int mallopt(int param, int value) in mallopt() argument 476 return je_mallopt(param, value); in mallopt()
|
| /third_party/nghttp2/src/ |
| H A D | nghttpd.cc | 157 --dh-param-file=<PATH> in print_help() 226 {"dh-param-file", required_argument, &flag, 4}, in main() 353 // dh-param-file in main()
|
| /third_party/musl/porting/linux/user/src/malloc/mallocng/ |
| H A D | malloc.c | 17 extern int je_mallopt(int param, int value); 466 int mallopt(int param, int value) in mallopt() argument 469 return je_mallopt(param, value); in mallopt()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | caniter.cpp | 68 *@param source string to get results for 165 *@param set the source string to iterate against. This allows the same iterator to be used 264 * @param source the string to find permutations for
|
| /third_party/mesa3d/src/mapi/glapi/ |
| H A D | glapi_getproc.c | 262 * \param funcName Name of the function to create an entry-point for. 331 * \param function_names Array of pointers to function names that should 333 * \param parameter_signature String representing the types of the parameters
|