| /third_party/node/deps/icu-small/source/common/ |
| H A D | lstmbe.h | 54 * @param text A UText representing the text 55 * @param rangeStart The start of the range of dictionary characters 56 * @param rangeEnd The end of the range of dictionary characters 57 * @param foundBreaks Output of C array of int32_t break positions, or 0 58 * @param status Information on any errors encountered.
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
| H A D | 25-2.c | 29 struct sched_param param; in main() local 37 if (sched_getparam(0, ¶m) != 0) { in main() 42 if (sched_setscheduler(0, SCHED_SPORADIC, ¶m) == -1) { in main() 57 param.sched_ss_low_priority = invalid_priority; in main() 59 result = sched_setparam(0, ¶m); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
| H A D | 15-1.c | 12 * value specified in param. 34 struct sched_param param; in main() local 59 param.sched_priority = sched_get_priority_min(new_policy); in main() 60 if (sched_setscheduler(getpid(), new_policy, ¶m) == -1) { in main() 70 if (pthread_getschedparam(tid, &policy, ¶m) != 0) { in main()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_texture.h | 41 * \param face Cubemap face. 42 * \param in_st 4 pairs of 2D texture coordinates to convert. 43 * \param in_stride Stride of in_st in floats. 44 * \param out_str STR cubemap texture coordinates to compute. 45 * \param out_stride Stride of out_str in floats.
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_hashkey_internal.h | 32 * @param s The string used for hash calculation. 33 * @param len The length of @p s. 34 * @param h The result buffer to store the calculated hash key. 50 * @param Str Must contain a pointer to a coap string object. 51 * @param H A coap_key_t object to store the result.
|
| /third_party/skia/src/codec/ |
| H A D | SkSampler.h | 41 * @param row Row of the image, starting with the first row in the subset. 54 * @param info 59 * @param dst 62 * @param rowBytes 65 * @param zeroInit
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
| H A D | TableBasedTableBuilder.java | 28 * @param <T> the type of table to be built 36 * @param header 37 * @param data 46 * @param header 47 * @param data
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/ |
| H A D | demote-impure-function-call.vk.nocompat.asm.frag | 20 OpName %param "param" 44 %param = OpVariable %_ptr_Function_int Function 46 OpStore %param %29 47 %30 = OpFunctionCall %v4float %foobar_i1_ %param
|
| H A D | discard-impure-function-call.asm.frag | 17 OpName %param "param" 41 %param = OpVariable %_ptr_Function_int Function 43 OpStore %param %30 44 %31 = OpFunctionCall %v4float %foobar_i1_ %param
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | case_statement.h | 33 /// @param pid the identifier of the program that owns this node 34 /// @param src the source of this node 35 /// @param selectors the case selectors 36 /// @param body the case body 50 /// @param ctx the clone context
|
| H A D | switch_statement.h | 28 /// @param pid the identifier of the program that owns this node 29 /// @param src the source of this node 30 /// @param condition the switch condition 31 /// @param body the switch body 45 /// @param ctx the clone context
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | call.h | 31 /// @param declaration the AST node 32 /// @param target the call target 33 /// @param arguments the call arguments 34 /// @param statement the statement that owns this expression 35 /// @param constant the constant value of this expression
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | calculate_array_length.h | 40 /// @param program_id the identifier of the program that owns this node 49 /// @param ctx the clone context 62 /// @param ctx the CloneContext primed with the input program and 64 /// @param inputs optional extra transform-specific input data 65 /// @param outputs optional extra transform-specific output data
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ustrfmt.cpp | 19 * @param buffer UChar buffer to receive result 20 * @param capacity capacity of buffer 21 * @param i the unsigned number to be formatted 22 * @param radix the radix from 2..36 23 * @param minwidth the minimum width. If the result is narrower than
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | callbackTag2.symbols | 4 * @param {T} t
17 * @param {S} ego
47 * @param {V} barts - "Barts"
48 * @param {X} tidus - Titus
49 * @param {X & V} noctis - "Prince Noctis Lucius Caelum"
|
| H A D | callbackTag2.types | 4 * @param {T} t
20 * @param {S} ego
55 * @param {V} barts - "Barts"
56 * @param {X} tidus - Titus
57 * @param {X & V} noctis - "Prince Noctis Lucius Caelum"
|
| H A D | noParameterReassignmentIIFEAnnotated.types | 3 >self.importScripts = (function (importScripts) { /** * @param {...unknown} rest */ return function () { return importScripts.apply(this, arguments); };})(importScripts) : (...args: unknown[]) => any
7 >(function (importScripts) { /** * @param {...unknown} rest */ return function () { return importScripts.apply(this, arguments); };})(importScripts) : (...args: unknown[]) => any
8 >(function (importScripts) { /** * @param {...unknown} rest */ return function () { return importScripts.apply(this, arguments); };}) : (importScripts: (...urls: string[]) => void) => (...args: unknown[]) => any
9 >function (importScripts) { /** * @param {...unknown} rest */ return function () { return importScripts.apply(this, arguments); };} : (importScripts: (...urls: string[]) => void) => (...args: unknown[]) => any
13 * @param {...unknown} rest
|
| /third_party/typescript/src/lib/ |
| H A D | es2017.object.d.ts | 4 * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
10 * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
16 * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
22 * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
28 * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_memory_stream.h | 52 /// \param allocator Allocator to use to allocate memory in stream as needed. 53 /// \param sniffer If non-NULL used to check for user cancellation. 54 /// \param pageSize Unit of allocation for data stored in stream. 63 /// \param dstStream The target stream. 64 /// \param count The number of bytes to copy.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DecimalFormatSymbols.java | 61 * @param locale the locale 70 * @param locale the locale 109 * @param locale the locale. 126 * @param locale the locale. 144 * @param locale the locale. 145 * @param ns the numbering system. 163 * @param locale the locale. 164 * @param ns the numbering system. 236 * @param zeroDigit the zero character. 313 * @param digitString [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DecimalFormatSymbols.java | 60 * @param locale the locale 68 * @param locale the locale 105 * @param locale the locale. 121 * @param locale the locale. 138 * @param locale the locale. 139 * @param ns the numbering system. 156 * @param locale the locale. 157 * @param ns the numbering system. 225 * @param zeroDigit the zero character. 300 * @param digitString [all...] |
| /third_party/libabigail/tools/ |
| H A D | fedabipkgdiff | 173 :param str distro: a string representing a distro value. 186 :param str the string to consider 232 :param str left: left nvr to compare. 233 :param str right: right nvr to compare. 256 :param callable func: a callable object to decorate 290 :param dict rpm_info: a dict representing an RPM descriptor 306 :param str name: the property name to access. 387 :param str filename: a filename pointing to a RPM file in local 411 :param str rpm_filename: filename of rpm to find, for example 582 :param [all...] |
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec.cpp | 375 WorkingFrequencyParam param {}; in SetFrameRateAdaptiveMode() 376 InitOMXParamExt(param); in SetFrameRateAdaptiveMode() 377 if (!GetParameter(OMX_IndexParamWorkingFrequency, param)) { in SetFrameRateAdaptiveMode() 378 HLOGW("get working freq param failed"); in SetFrameRateAdaptiveMode() 381 if (param.level == 0) { in SetFrameRateAdaptiveMode() 384 HLOGI("level cnt is %d, set level to %d", param.level, param.level - 1); in SetFrameRateAdaptiveMode() 385 param.level = param.level - 1; in SetFrameRateAdaptiveMode() 387 if (!SetParameter(OMX_IndexParamWorkingFrequency, param)) { in SetFrameRateAdaptiveMode() 489 CodecVideoPortFormatParam param; SetVideoPortInfo() local [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
| H A D | GlobalizationPreferences.java | 158 * @param inputLocales list of locales in priority order, eg {"be", "fr"} 190 * @param index The index (0..n) of the desired item. 210 * @param uLocales list of locales in an array 226 * @param uLocale single locale 241 * @param acceptLanguageString Accept-Language list, as defined by 261 * @param baseName the base name of the resource bundle, a fully qualified 276 * @param baseName the base name of the resource bundle, a fully qualified 278 * @param loader the class object from which to load the resource bundle 333 * @param territory code 362 * @param currenc [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | GlobalizationPreferences.java | 160 * @param inputLocales list of locales in priority order, eg {"be", "fr"} 192 * @param index The index (0..n) of the desired item. 212 * @param uLocales list of locales in an array 228 * @param uLocale single locale 243 * @param acceptLanguageString Accept-Language list, as defined by 263 * @param baseName the base name of the resource bundle, a fully qualified 278 * @param baseName the base name of the resource bundle, a fully qualified 280 * @param loader the class object from which to load the resource bundle 335 * @param territory code 364 * @param currenc [all...] |