Home
last modified time | relevance | path

Searched full:param (Results 5126 - 5150 of 23681) sorted by relevance

1...<<201202203204205206207208209210>>...948

/third_party/libcoap/include/coap3/
H A Dcoap_layers_internal.h44 * @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 DEbscTable.java58 * @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 Dquant.h52 * @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 Dtmutamt.h42 * @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 Dcli.cc50 [[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 Dspirv_fuzz_mutator.h41 /// @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 Dentry_point_info.h40 /// @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 Ddecompose_memory_access.h76 /// @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 Dtest_helper.h37 /// @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 Doperand.h34 /// @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 Dlocbased.h56 * @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 Ducnv_imp.h36 * @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 DjsDeclarationsReusesExistingTypeAnnotations.types74 /** @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 DjsdocTypeNongenericInstantiationAttempt.errors.txt13 * @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 DjsdocTypeNongenericInstantiationAttempt.symbols3 * @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 DjsdocTypeNongenericInstantiationAttempt.types3 * @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 DcontrolFlowPropertyDeclarations.ts22 * @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 DDeflater.cs37 /// <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 DREADME.md35 * @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
/vendor/hihope/dayu210/bluetooth/src/
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
/vendor/hihope/rk3568/bluetooth/src/
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
/base/startup/init/test/fuzztest/
H A DBUILD.gn226 "//base/startup/init/interfaces/innerkits/include/param",
232 "//base/startup/init/services/param/linux:param_init",
253 "//base/startup/init/interfaces/innerkits/include/param",
276 "//base/startup/init/interfaces/innerkits/include/param",
300 "//base/startup/init/interfaces/innerkits/include/param",
323 "//base/startup/init/interfaces/innerkits/include/param",
348 "//base/startup/init/interfaces/innerkits/include/param",
372 "//base/startup/init/interfaces/innerkits/include/param",
396 "//base/startup/init/interfaces/innerkits/include/param",
399 "//base/startup/init/services/param/includ
[all...]
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocLiteral.ts5 * @param {'literal'} p1
6 * @param {"literal"} p2
7 * @param {'literal' | 'other'} p3
8 * @param {'literal' | number} p4
9 * @param {12 | true | 'str'} p5
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/ohosTest/ets/test/
H A DMathNdk.test.ets936 let param = 6.0;
938 let result: number = math.remainder(param, param2);
953 let param = 5.0;
955 let result: number = math.remainder(param, param2);
970 let param = 18;
972 let result: number = math.remainder(param, param2);
987 let param = 6;
989 let result: number = math.remainderf(param, param2);
1004 let param = 5;
1006 let result: number = math.remainderf(param, param
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp50 * @param env The environment that the Node-API call is invoked under.
51 * @param exports An empty object via the exports parameter as a convenience.
179 * @param env The environment that the Node-API call is invoked under.
180 * @param info The callback info passed into the callback function.
211 * @param env The environment that the Node-API call is invoked under.
212 * @param insertCB Process data asynchronously.
314 * @param param Indicates the want parameters saved the parse result.
315 * @param env The environment that the Node-API call is invoked under.
316 * @param arg
1394 NapiValueObject(napi_env env, napi_value param) NapiValueObject() argument
1402 UnwrapArrayObjectFromJS(napi_env env, napi_value param, std::vector<NativeRdb::ValuesBucket> &value) UnwrapArrayObjectFromJS() argument
1575 UnwrapArrayOperationFromJS( napi_env env, napi_callback_info info, napi_value param, std::vector<std::shared_ptr<DataAbilityOperation>> &result) UnwrapArrayOperationFromJS() argument
[all...]

Completed in 59 milliseconds

1...<<201202203204205206207208209210>>...948