Home
last modified time | relevance | path

Searched full:param (Results 14401 - 14425 of 23737) sorted by relevance

1...<<571572573574575576577578579580>>...950

/third_party/typescript/tests/baselines/reference/
H A DmoduleExportNestedNamespaces.types75 /** @param {s.n.K} c
76 @param {s.Classic} classic */
H A DexportNestedNamespaces.symbols56 /** @param {s.n.K} c
57 @param {s.Classic} classic */
H A DfunctionOverloadErrors.js24 //Function overload with rest param and another with only an optional parameter
29 //Function overload with rest param and another with only optional parameters
H A DjsDeclarationsTypedefPropertyAndExportAssignment.types23 * @param {TaskGroup} x
24 * @param {TaskNode} y
H A DjsEnumTagOnObjectFrozen.types75 * @param {Thing} x
89 * @param {(x: Thing) => void} x
H A DjsFileImportPreservedWhenUsed.symbols53 * @param {object} obj
54 * @param {object} vm
H A DjsdocInTypeScript.errors.txt29 // @param type has no effect.
31 * @param {number} x
H A DjsdocInTypeScript.types27 // @param type has no effect.
29 * @param {number} x
H A DjsdocTypeFromChainedAssignment.types24 /** @param {number} n */
49 /** @param {number} m */
H A DjsdocTypeFromChainedAssignment2.symbols28 /** @param {number} n */
42 /** @param {string} mom */
H A DjsdocTypeFromChainedAssignment2.types37 /** @param {number} n */
56 /** @param {string} mom */
H A DamdLikeInputDeclarationEmit.types25 >define("lib/ExtendedClass", ["deps/BaseClass"], /** * {typeof import("deps/BaseClass")} * @param {typeof import("deps/BaseClass")} BaseClass * @returns */(BaseClass) => { const ExtendedClass = BaseClass.extends({ f: function() { return "something"; } }); // Exports the module in a way tsc recognize class export const module = {}; module.exports = ExtendedClass return module.exports;}) : any
33 * @param {typeof import("deps/BaseClass")} BaseClass
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.h96 /// \param white White point to set as an XY value.
125 /// \param neutral A camera color space value to use for white point.
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/
H A DobjectLiteralGettersAndSetters.ts25 // Set accessor only, type of the property is the param type of the set accessor
40 // Type of unannotated get accessor return type is the type annotation of the set accessor param
/third_party/typescript/tests/cases/conformance/functions/
H A DfunctionOverloadErrors.ts23 //Function overload with rest param and another with only an optional parameter
28 //Function overload with rest param and another with only optional parameters
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
H A DsubtypingWithCallSignaturesWithRestParameters.ts119 a4: (x: number, y?: number) => number; // error, second param has type mismatch
127 a4: (x: number, ...args: string[]) => number; // error, rest param has type mismatch
/third_party/typescript/tests/cases/fourslash/server/
H A DgoToSource9_mapFromAtTypes2.ts17 //// * @param {number} augend The first number in an addition.
18 //// * @param {number} addend The second number in an addition.
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H A Dconformance_testee.js13 * @param {!ConformanceRequest} request
89 * @param {string} base64Request
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseLocation.java48 * @param line the starting line number
49 * @param column the starting column number
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapFieldIter.php55 * @param MapField The MapField instance for which this iterator is
57 * @param GPBType Map key type.
/third_party/skia/include/core/
H A DSkVertices.h105 @param desc the string storing a description of parameters.
106 @param depth the number of tabs preceding each line.
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
H A Dlib.rs38 for param in &mut generics.params { in add_trait_bounds()
39 if let GenericParam::Type(ref mut type_param) = *param { in add_trait_bounds()
/third_party/rust/crates/rustix/src/backend/libc/
H A Dmod.rs73 feature = "param",
78 pub(crate) mod param;
/third_party/spirv-tools/tools/sva/src/
H A Dast.js114 for (const param of this.params_) {
115 size += param.length();
/third_party/spirv-tools/tools/sva/tools/
H A Dprocess_grammar.rb92 enum['parameters'].each do |param|
93 params << param['kind']

Completed in 21 milliseconds

1...<<571572573574575576577578579580>>...950