Home
last modified time | relevance | path

Searched full:param (Results 5701 - 5725 of 21372) sorted by relevance

1...<<221222223224225226227228229230>>...855

/third_party/skia/third_party/externals/icu/source/common/
H A Dustrfmt.cpp19 * @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 DcallbackTag2.symbols4 * @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 DcallbackTag2.types4 * @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 DnoParameterReassignmentIIFEAnnotated.types3 >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
H A DcontextualTyping25.types2 function foo(param:{id:number;}){}; foo(<{id:number;}>({}));
3 >foo : (param: { id: number;}) => void
4 >param : { id: number; }
7 >foo : (param: { id: number; }) => void
H A DcontextualTyping26.types2 function foo(param:{id:number;}){}; foo(<{id:number;}>({}));
3 >foo : (param: { id: number;}) => void
4 >param : { id: number; }
7 >foo : (param: { id: number; }) => void
H A DcontextualTyping27.types2 function foo(param:{id:number;}){}; foo(<{id:number;}>({}));
3 >foo : (param: { id: number;}) => void
4 >param : { id: number; }
7 >foo : (param: { id: number; }) => void
/third_party/typescript/src/lib/
H A Des2017.object.d.ts4 * @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 Ddng_memory_stream.h52 /// \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/musl/porting/liteos_m/user/src/thread/
H A Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
13 if (param->sched_priority < 0 || param->sched_priority > PTHREAD_PRIORITY_LOWEST) { in pthread_setschedparam()
18 r = !t->tid ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param->sched_priority, MUSL_TYPE_THREAD); in pthread_setschedparam()
/third_party/mesa3d/src/mapi/glapi/gen/
H A DOES_EGL_image.xml9 <param name="target" type="GLenum"/>
10 <param name="writeOffset" type="GLvoid *"/>
14 <param name="target" type="GLenum"/>
15 <param name="writeOffset" type="GLvoid *"/>
/third_party/skia/third_party/externals/brotli/research/
H A Dsieve.h12 * @param dictionary_size_limit maximal dictionary size
13 * @param slice_len text slice size
14 * @param sample_sizes vector with sample sizes
15 * @param sample_data concatenated samples
/third_party/typescript/tests/cases/compiler/
H A DdeclarationEmitRetainsJsdocyComments.ts4 * @param p
10 * @param s
15 * @param s
24 * @param s
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
H A DjsDeclarationsOptionalTypeLiteralProps1.ts11 * @param {object} opts
12 * @param {number} opts.a
13 * @param {number} [opts.b]
14 * @param {number} [opts.c]
H A DjsDeclarationsOptionalTypeLiteralProps2.ts12 * @param {object} opts
13 * @param {number} opts.a
14 * @param {number} [opts.b]
15 * @param {number} [opts.c]
/third_party/typescript/tests/cases/fourslash/
H A DannotateWithTypeFromJSDoc19.ts5 //// * @param {number} a
6 //// * @param {T} b
18 * @param {number} a
19 * @param {T} b
H A DannotateWithTypeFromJSDoc22.ts4 /////** @param {Object<string, boolean>} sb
5 //// * @param {Object<number, string>} ns */
15 /** @param {Object<string, boolean>} sb
16 * @param {Object<number, string>} ns */
H A DcodeFixDeleteUnmatchedParameter2.ts5 //// * @param {number} a
6 //// * @param {string} b
13 { description: "Delete unused '@param' tag 'b'" },
21 * @param {number} a
H A DcodeFixDeleteUnmatchedParameterJS2.ts7 //// * @param {number} a
8 //// * @param {string} b
15 { description: "Delete unused '@param' tag 'b'" },
24 * @param {number} a
H A DcodeFixInferFromUsagePartialParameterListJS.ts9 //// * @param {*} y
21 * @param {*} y
22 * @param {number} x
23 * @param {number} z
H A DdocCommentTemplateClassDeclProperty01.ts25 * @param p0
31 * @param p1
37 * @param p2
38 * @param p3
H A DdocCommentTemplateFunctionWithParameters.ts8 const noIndentScaffolding = "/**\n * \n * @param x\n * @param y\n */";
9 const oneIndentScaffolding = "/**\n * \n * @param x\n * @param y\n */";
/third_party/ffmpeg/libavcodec/
H A Dqdm2.c243 * @param data pointer to data to be checksummed
244 * @param length data length
245 * @param value checksum value
262 * @param gb bitreader context
263 * @param sub_packet packet under analysis
296 * @param list list of subpackets to be scanned
297 * @param type type of searched subpacket
315 * @param q context
343 * @param q context
344 * @param s
[all...]
/third_party/typescript/lib/fr/
H A DdiagnosticMessages.generated.json4 "A_0_parameter_must_be_the_first_parameter_2680": "Un paramètre '{0}' doit être le premier paramètre.",
8 "A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463": "Un paramètre de modèle de liaison ne peut pas être facultatif dans une signature d'implémentation.",
16 "A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467": "Un nom de propriété calculée ne peut pas référencer un paramètre de type à partir de son type conteneur.",
27 "A_constructor_cannot_have_a_this_parameter_2681": "Un constructeur ne peut pas avoir un paramètre 'this'.",
44 "A_get_accessor_cannot_have_parameters_1054": "Un accesseur 'get' ne peut pas avoir de paramètres.",
52 "A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "Une classe mixin doit avoir un constructeur avec un paramètre rest unique de type 'any[]'.",
62 "A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371": "Un initialiseur de paramètre est uniquement autorisé dans une implémentation de fonction ou de constructeur.",
63 "A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317": "Impossible de déclarer une propriété de paramètre à l'aide d'un paramètr
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c1062 * \param ioplug the ioplug handle
1063 * \param name name of PCM
1064 * \param stream stream direction
1065 * \param mode PCM open mode
1123 * \param ioplug the ioplug handle
1134 * \param ioplug the ioplug handle
1146 * \param ioplug the ioplug handle
1147 * \param type parameter type
1148 * \param num_list number of available values
1149 * \param lis
[all...]

Completed in 47 milliseconds

1...<<221222223224225226227228229230>>...855