Home
last modified time | relevance | path

Searched full:param (Results 7151 - 7175 of 14201) sorted by relevance

1...<<281282283284285286287288289290>>...569

/third_party/skia/third_party/externals/tint/src/ast/
H A Dstatement.h35 /// @param pid the identifier of the program that owns this node
36 /// @param src the source of the expression
H A Dunary_op.h32 /// @param out the std::ostream to write to
33 /// @param mod the UnaryOp
/third_party/skia/third_party/externals/tint/src/
H A Ddemangler.h33 /// @param symbols the symbol table
34 /// @param str the string to replace
/third_party/skia/third_party/externals/tint/src/sem/
H A Dbehavior.h38 /// @param out the std::ostream to write to
39 /// @param behavior the Behavior to write
H A Ddepth_multisampled_texture_type.h30 /// @param dim the dimensionality of the texture
39 /// @param symbols the program's symbol table
H A Ddepth_texture_type.h29 /// @param dim the dimensionality of the texture
38 /// @param symbols the program's symbol table
H A Dsampler_type.h30 /// @param kind the kind of sampler
47 /// @param symbols the program's symbol table
H A Dtype_constructor.h27 /// @param type the type that's being constructed
28 /// @param parameters the type constructor parameters
H A Dtype_conversion.h27 /// @param type the target type of the cast
28 /// @param parameter the type cast parameter
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dfunction.cc37 for (const auto& param : params_) { in iterate()
38 cb(param); in iterate()
H A Dinstruction.h31 /// @param op the op to generate
32 /// @param operands the operand values for the instruction
/third_party/typescript/tests/baselines/reference/
H A DquickInfoJsDocTags10.baseline128 "name": "param",
137 "name": "param",
H A DquickInfoJsDocTags3.baseline99 "name": "param",
116 "name": "param",
H A DrecursiveBaseConstructorCreation1.js3 public func(param: C2): any { }
28 C1.prototype.func = function (param) { };
H A DsignaturesUseJSDocForOptionalParameters.types13 * @param {string} required
14 * @param {string} [notRequired]
H A DcallbackCrossModule.symbols3 * @param {object | undefined} error
22 /** @param {import('./mod1').Con} k */
H A DcallbackCrossModule.types3 * @param {object | undefined} error
25 /** @param {import('./mod1').Con} k */
H A DcallbackTag1.symbols3 * @param {string} s
26 * @param {{ e: number, m: number, title: string }} s - Knee deep, shores, etc
/third_party/typescript/lib/
H A Dlib.es2019.object.d.ts26 * @param entries An iterable object that contains key-value entries for properties and methods.
32 * @param entries An iterable object that contains key-value entries for properties and methods.
H A Dlib.es2020.number.d.ts26 * @param locales A locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
27 * @param options An object that contains one or more properties that specify comparison options.
H A Dlib.es2020.promise.d.ts37 * @param values An array of Promises.
45 * @param values An array of Promises.
/third_party/typescript/tests/issues_cookbook_tests/pages/cases/
H A D#14360.ets7 param: Record<string, string | number | undefined | null>
13 param: {
H A D#16322.ets9 myMethod2(param: string) {} // OK
38 myMethod2(@SomeDecorator2 param: string) {} // should report 2 error, arkts-sendable-class-decorator, arkts-sendable-imported-variables
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/unrelated_types_for_getters_and_setters/
H A Dunrelated_types_for_getters_and_setters_1.ts34 set value(param: boolean | number) {
35 this.val = param;
H A Dunrelated_types_for_getters_and_setters_10.ts34 set value(param: boolean | number) {
35 this.val = param;

Completed in 13 milliseconds

1...<<281282283284285286287288289290>>...569