| /third_party/mesa3d/src/mapi/glapi/gen/ |
| H A D | EXT_shader_image_load_store.xml | 65 <param name="index" type="GLuint"/> 66 <param name="texture" type="GLuint"/> 67 <param name="level" type="GLint"/> 68 <param name="layered" type="GLboolean"/> 69 <param name="layer" type="GLint"/> 70 <param name="access" type="GLenum"/> 71 <param name="format" type="GLint"/> 75 <param name="barriers" type="GLbitfield"/>
|
| H A D | ARB_shader_image_load_store.xml | 74 <param name="unit" type="GLuint"/> 75 <param name="texture" type="GLuint"/> 76 <param name="level" type="GLint"/> 77 <param name="layered" type="GLboolean"/> 78 <param name="layer" type="GLint"/> 79 <param name="access" type="GLenum"/> 80 <param name="format" type="GLenum"/> 84 <param name="barriers" type="GLbitfield"/>
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | tmutamt.h | 42 * @param number a numeric object; number.isNumeric() must be true 43 * @param timeUnitField the time unit field of a time unit 44 * @param status the input-output error code. 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 61 * @param status the input-output error code. 102 * @param other the object to compare to. 111 * @param other the object to compare to.
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | quant.h | 52 * @param text the text to be matched 53 * @param offset on input, the index into text at which to begin 59 * @param limit the limit index of text to be matched. Greater 65 * @param incremental if true, then assume further characters may 79 * @param result Output param to receive the pattern. 80 * @param escapeUnprintable if True then escape the unprintable characters. 88 * @param v the given index value.
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | tmutamt.h | 42 * @param number a numeric object; number.isNumeric() must be true 43 * @param timeUnitField the time unit field of a time unit 44 * @param status the input-output error code. 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 61 * @param status the input-output error code. 102 * @param other the object to compare to. 111 * @param other the object to compare to.
|
| /third_party/node/deps/openssl/openssl/fuzz/ |
| H A D | x509.c | 41 X509_VERIFY_PARAM *param = NULL; in FuzzerTestOneInput() local 83 param = X509_VERIFY_PARAM_new(); in FuzzerTestOneInput() 84 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_NO_CHECK_TIME); in FuzzerTestOneInput() 85 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_X509_STRICT); in FuzzerTestOneInput() 86 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_PARTIAL_CHAIN); in FuzzerTestOneInput() 87 X509_VERIFY_PARAM_set_flags(param, X509_V_FLAG_CRL_CHECK); in FuzzerTestOneInput() 89 X509_STORE_set1_param(store, param); in FuzzerTestOneInput() 135 X509_VERIFY_PARAM_free(param); in FuzzerTestOneInput()
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_layers_internal.h | 44 * @param session Session to receive data on. 45 * @param data The data to receive. 46 * @param datalen The maximum length of @p data. 70 * @param session Session to receive data on. 71 * @param data The data to write out. 72 * @param datalen The maximum length of @p data. 90 * @param session Session being established 102 * @param session Session being closed.
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| H A D | EbscTable.java | 58 * @param header 59 * @param data 110 * @param header the header information 111 * @param data the data holding the table 119 * @param header 120 * @param data 127 * @param header 128 * @param data
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | quant.h | 52 * @param text the text to be matched 53 * @param offset on input, the index into text at which to begin 59 * @param limit the limit index of text to be matched. Greater 65 * @param incremental if true, then assume further characters may 79 * @param result Output param to receive the pattern. 80 * @param escapeUnprintable if True then escape the unprintable characters. 88 * @param v the given index value.
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | tmutamt.h | 42 * @param number a numeric object; number.isNumeric() must be true 43 * @param timeUnitField the time unit field of a time unit 44 * @param status the input-output error code. 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 61 * @param status the input-output error code. 102 * @param other the object to compare to. 111 * @param other the object to compare to.
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
| H A D | cli.cc | 50 [[noreturn]] void InvalidParam(const char* param) { in InvalidParam() argument 51 std::cout << "Invalid value for " << param << std::endl; in InvalidParam() 78 auto param = argv[i]; in ParseCliParams() local 81 if (HasPrefix(param, "-tint_fuzzing_target=")) { in ParseCliParams() 84 std::stringstream ss(param + sizeof("-tint_fuzzing_target=") - 1); in ParseCliParams() 88 InvalidParam(param); in ParseCliParams() 94 InvalidParam(param); in ParseCliParams() 98 } else if (!strcmp(param, "-tint_help")) { in ParseCliParams()
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | spirv_fuzz_mutator.h | 41 /// @param target_env - the target environment for the `binary`. 42 /// @param binary - the SPIR-V binary. Must be valid. 43 /// @param seed - seed for the RNG. 44 /// @param donors - vector of donor suppliers. 45 /// @param enable_all_passes - whether to use all fuzzer passes. 46 /// @param repeated_pass_strategy - the strategy to use when selecting the 48 /// @param validate_after_each_pass - whether to validate the binary after 50 /// @param transformation_batch_size - the maximum number of transformations
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | entry_point_info.h | 40 /// @param the_name the name of the entry point 41 /// @param the_stage the pipeline stage 42 /// @param the_owns_inner_implementation if true, this entry point is 44 /// @param the_inner_name the name of the inner implementation function of the 46 /// @param the_inputs list of IDs for Input variables used by the shader 47 /// @param the_outputs list of IDs for Output variables used by the shader 48 /// @param the_wg_size the workgroup_size, for a compute shader 57 /// @param other the other entry point info to be built from
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_memory_access.h | 76 /// @param program_id the identifier of the program that owns this node 77 /// @param o the op of the intrinsic 78 /// @param sc the storage class of the buffer 79 /// @param ty the data type of the intrinsic 89 /// @param ctx the clone context 111 /// @param ctx the CloneContext primed with the input program and 113 /// @param inputs optional extra transform-specific input data 114 /// @param outputs optional extra transform-specific output data
|
| H A D | test_helper.h | 37 /// @param transform the transform to apply 38 /// @param in the input WGSL source 39 /// @param data the optional DataMap to pass to Transform::Run() 51 /// @param in the input WGSL source 52 /// @param data the optional DataMap to pass to Transform::Run() 67 /// @param program the input Program 68 /// @param data the optional DataMap to pass to Transform::Run() 84 /// @param output the output of the transform
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | operand.h | 34 /// @param val the float value 38 /// @param val the int value 42 /// @param val the string value 47 /// @param kind the type of operand 54 /// @param b the operand to copy 59 /// @param val the value to set 62 /// @param val the value to set 65 /// @param val the value to set
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | locbased.h | 56 * @param type either ULOC_VALID_LOCALE or ULOC_ACTUAL_LOCALE 57 * @param status input-output error code 66 * @param type either ULOC_VALID_LOCALE or ULOC_ACTUAL_LOCALE 67 * @param status input-output error code 75 * @param valid the ID of the valid locale 76 * @param actual the ID of the actual locale 83 * @param valid the ID of the valid locale 84 * @param actual the ID of the actual locale
|
| H A D | ucnv_imp.h | 36 * @param name const char * charset name 57 * @param converterName The name of the converter 58 * @param err The error code 66 * @param myUConverter NULL, or pre-allocated UConverter structure to avoid 68 * @param type requested converter type 69 * @param locale locale parameter, or "" 70 * @param options converter options bit set (default 0) 71 * @param err ICU error code, not tested for U_FAILURE on input
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | jsDeclarationsReusesExistingTypeAnnotations.types | 74 /** @param {string=} value */
95 /** @param {string | undefined} value */
116 /** @param {?string} value */
137 /** @param {string | null} value */
155 /** @param {string=} value */
168 /** @param {string | undefined} value */
181 /** @param {?string} value */
194 /** @param {string | null} value */
|
| H A D | jsdocTypeNongenericInstantiationAttempt.errors.txt | 13 * @param {<T>(m: Boolean<T>) => string} somebody
23 * @param {<T>(m: Void<T>) => string} somebody
34 * @param {<T>(m: Undefined<T>) => string} somebody
45 * @param {<T>(m: Function<T>) => string} somebody
56 * @param {<T>(m: String<T>) => string} somebody
67 * @param {<T>(m: Number<T>) => string} somebody
78 * @param {<T>(m: Object<T>) => string} somebody
90 * @param {fn<T>} somebody
|
| H A D | jsdocTypeNongenericInstantiationAttempt.symbols | 3 * @param {<T>(m: Boolean<T>) => string} somebody
15 * @param {<T>(m: Void<T>) => string} somebody
28 * @param {<T>(m: Undefined<T>) => string} somebody
41 * @param {<T>(m: Function<T>) => string} somebody
54 * @param {<T>(m: String<T>) => string} somebody
67 * @param {<T>(m: Number<T>) => string} somebody
80 * @param {<T>(m: Object<T>) => string} somebody
95 * @param {fn<T>} somebody
|
| H A D | jsdocTypeNongenericInstantiationAttempt.types | 3 * @param {<T>(m: Boolean<T>) => string} somebody
17 * @param {<T>(m: Void<T>) => string} somebody
32 * @param {<T>(m: Undefined<T>) => string} somebody
47 * @param {<T>(m: Function<T>) => string} somebody
62 * @param {<T>(m: String<T>) => string} somebody
77 * @param {<T>(m: Number<T>) => string} somebody
92 * @param {<T>(m: Object<T>) => string} somebody
109 * @param {fn<T>} somebody
|
| /third_party/typescript/tests/cases/compiler/ |
| H A D | controlFlowPropertyDeclarations.ts | 22 * @param {string} string String to repeat
23 * @param {number} times Number of times to repeat string. Integer.
46 * @param {string} haystack String to search in
47 * @param {string} needle String to search for
58 * @param {string} haystack String to search in
59 * @param {string} needle String to search for
88 * @param {string} value CSS property value
104 * @param {TextNode} node
|
| /third_party/zlib/contrib/dotzlib/DotZLib/ |
| H A D | Deflater.cs | 37 /// <param name="level">The compression level to use for this <c>Deflater</c></param>
50 /// <param name="data">Byte array containing the data to be added to the codec</param>
51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
|
| /third_party/weex-loader/deps/weex-styler/ |
| H A D | README.md | 35 * @param {string} code 36 * @param {function} done 43 * @param {object} json 44 * @param {function} done 55 * @param {Error} err 56 * @param {object} data 63 * @param {string} name camel cased 64 * @param {string} value
|