| /third_party/icu/icu4c/source/i18n/ |
| H A D | strrepl.h | 77 * @param theOutput text that will replace input text when the 80 * @param theCursorPos cursor position that will be returned by 82 * @param theData transliterator context object that translates 92 * @param theOutput text that will replace input text when the 95 * @param theData transliterator context object that translates
|
| H A D | anytrans.h | 91 * @param id the ID of the form S-T or S-T/V, where T is theTarget 93 * @param theTarget the target name. Must not be empty, and must 95 * @param theVariant the variant name, or the empty string if 97 * @param theTargetScript the script code corresponding to 99 * @param ec error code, fails if the internal hashtable cannot be
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | symtable.h | 78 * @param s the symbolic name to lookup 88 * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive. 102 * @param text the text to parse for the name 103 * @param pos on entry, the index of the first character to parse. 107 * @param limit the index after the last character to be parsed.
|
| /third_party/mbedtls/programs/test/ |
| H A D | udp_proxy_wrapper.sh | 64 for param; do 65 case "$param" in 66 server_port=*) server_port_orig="${param#*=}";; 67 server_addr=*:*) server_addr_orig="${param#*=}"; ipv6_in_use=1;; 68 server_addr=*) server_addr_orig="${param#*=}";;
|
| /third_party/mesa3d/src/broadcom/drm-shim/ |
| H A D | v3d_noop.c | 121 switch (gp->param) { in v3d_ioctl_get_param() 129 if (gp->param < ARRAY_SIZE(v3d42_reg_map) && v3d42_reg_map[gp->param]) { in v3d_ioctl_get_param() 130 gp->value = v3d42_reg_map[gp->param]; in v3d_ioctl_get_param() 134 fprintf(stderr, "Unknown DRM_IOCTL_V3D_GET_PARAM %d\n", gp->param); in v3d_ioctl_get_param()
|
| H A D | vc4_noop.c | 76 switch (gp->param) { in vc4_ioctl_get_param() 93 if (gp->param < ARRAY_SIZE(param_map) && param_map[gp->param]) { in vc4_ioctl_get_param() 94 gp->value = param_map[gp->param]; in vc4_ioctl_get_param() 98 fprintf(stderr, "Unknown DRM_IOCTL_VC4_GET_PARAM %d\n", gp->param); in vc4_ioctl_get_param()
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_shader.c | 44 * \param[in] shader The shader containing instructions to count. 45 * \param[in] opcode The opcode of the instruction to be counted. 65 * \param[in] stage The shader stage. 97 * \param[in] shader The shader. 98 * \param[in] opcode The instruction opcode.
|
| /third_party/node/lib/internal/modules/esm/ |
| H A D | assert.js | 49 * @param {string} url The URL of the imported module, for error reporting. 50 * @param {string} format One of Node's supported translators 51 * @param {Record<string, string>} importAttributes Validations for the 97 * @param {string} url The resolved URL for the module to be imported 98 * @param {string} type The value of the import assertion `type` property
|
| /third_party/node/lib/internal/readline/ |
| H A D | promises.js | 38 * @param {integer} x 39 * @param {integer} [y] 55 * @param {integer} dx 56 * @param {integer} dy 85 * @param {-1|0|1} dir Direction to clear:
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | symtable.h | 78 * @param s the symbolic name to lookup 88 * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive. 102 * @param text the text to parse for the name 103 * @param pos on entry, the index of the first character to parse. 107 * @param limit the index after the last character to be parsed.
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | anytrans.h | 91 * @param id the ID of the form S-T or S-T/V, where T is theTarget 93 * @param theTarget the target name. Must not be empty, and must 95 * @param theVariant the variant name, or the empty string if 97 * @param theTargetScript the script code corresponding to 99 * @param ec error code, fails if the internal hashtable cannot be
|
| H A D | strrepl.h | 77 * @param theOutput text that will replace input text when the 80 * @param theCursorPos cursor position that will be returned by 82 * @param theData transliterator context object that translates 92 * @param theOutput text that will replace input text when the 95 * @param theData transliterator context object that translates
|
| /third_party/node/deps/npm/node_modules/debug/node_modules/ms/ |
| H A D | index.js | 19 * @param {String|Number} val 20 * @param {Object} [options] 43 * @param {String} str 108 * @param {Number} ms 133 * @param {Number} ms
|
| /third_party/node/deps/npm/node_modules/ms/ |
| H A D | index.js | 19 * @param {String|Number} val 20 * @param {Object} [options] 43 * @param {String} str 108 * @param {Number} ms 133 * @param {Number} ms
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | ufieldpositer.h | 50 * @param status 62 * @param fpositer 93 * @param fpositer 96 * @param beginIndex 100 * @param endIndex
|
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| H A D | testdata.h | 62 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL 68 * @param settings a DataMap pointer provided by the user. Will be NULL if 70 * @param status for reporting unexpected errors. 78 * @param data a DataMap pointer provided by the user. Will be NULL if 80 * @param status for reporting unexpected errors.
|
| /third_party/libfuse/example/ |
| H A D | cuse_client.c | 95 size_t param[2] = { }; in main() local 115 param[i] = strtoul(argv[i], &endp, 0); in main() 129 size = param[0]; in main() 140 rc = do_rw(fd, cmd == 'r', param[0], param[1], in main()
|
| /third_party/libinput/src/ |
| H A D | libinput-private-config.h | 44 * @param device The device to configure 59 * @param device The device to configure 60 * @param enable @ref LIBINPUT_CONFIG_HOLD_ENABLED to enable hold gestures or 81 * @param device The device to configure 99 * @param device The device to configure
|
| /third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
| H A D | sched_setscheduler03.c | 31 static struct sched_param param[1] = { {0} }; variable 44 .sched_param = ¶m[0] 49 .sched_param = ¶m[0] 55 .sched_param = ¶m[0] 131 if (tv->sched_setscheduler(0, SCHED_OTHER, ¶m[0])) in setup()
|
| /third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
| H A D | NotFormattableFragment.java | 73 * Sets up the param {@code chip} to add/remove the param {@code formattingState} from the {@link 77 * @param chip Chip of which to handle check/uncheck action 78 * @param formattingState FormattingState the param {@code chip} represents
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_physical_device.h | 96 * @param[out] physical_device The physical device to initialize 97 * @param[in] instance The instance which is the parent of this 99 * @param[in] supported_extensions Table of all device extensions supported 101 * @param[in] dispatch_table Physical-device-level dispatch table 111 * @param[out] physical_device The physical device to tear down
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| H A D | PhonePrefixMapStorageStrategy.java | 39 * @param index the index of the prefix that needs to be returned 49 * @param index the index of the phone number prefix that needs to be returned 58 * @param sortedPhonePrefixMap a sorted map that maps phone number prefixes including country 67 * @param objectInput the object input stream from which the phone prefix map is read 76 * @param objectOutput the object output stream to which the phone prefix map is written
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/comp/ |
| H A D | image-load-store-short-vector.invalid.asm.comp | 21 OpName %param "param" 45 %param = OpVariable %_ptr_Function_v3uint Function 49 OpStore %param %42 50 %43 = OpFunctionCall %void %_main_vu3_ %param
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/vert/ |
| H A D | clip-distance-plain-variable.asm.vert | 22 OpName %param "param" 58 %param = OpVariable %_ptr_Function_v4float Function 62 OpStore %param %35 63 %36 = OpFunctionCall %VSOut %_main_vf4_ %param
|
| H A D | clip-distance-plain-variable.no-user-varying.asm.vert | 22 OpName %param "param" 58 %param = OpVariable %_ptr_Function_v4float Function 62 OpStore %param %35 63 %36 = OpFunctionCall %VSOut %_main_vf4_ %param
|