Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 3629) sorted by relevance

12345678910>>...146

/third_party/skia/src/sksl/ir/
DSkSLFunctionDeclaration.cpp70 std::vector<std::unique_ptr<Variable>>& parameters, in check_parameters() argument
81 for (auto& param : parameters) { in check_parameters()
137 std::vector<std::unique_ptr<Variable>>& parameters) { in check_main_signature() argument
146 const Variable& p = *parameters[idx]; in check_main_signature()
153 const Variable& p = *parameters[idx]; in check_main_signature()
169 bool validParams = (parameters.size() == 1 && paramIsInputColor(0)); in check_main_signature()
183 (parameters.size() == 1 && paramIsCoords(0)) || in check_main_signature()
184 (parameters.size() == 2 && paramIsCoords(0) && paramIsInputColor(1)); in check_main_signature()
197 if (!(parameters.size() == 2 && in check_main_signature()
210 bool validParams = (parameters.size() == 0) || in check_main_signature()
[all …]
/third_party/typescript/tests/baselines/reference/
DinterfaceWithMultipleDeclarations.errors.txt1 …eDeclarations.ts(1,11): error TS2428: All declarations of 'I1' must have identical type parameters.
2 …eDeclarations.ts(3,11): error TS2428: All declarations of 'I1' must have identical type parameters.
3 …eDeclarations.ts(5,11): error TS2428: All declarations of 'I1' must have identical type parameters.
4 …eDeclarations.ts(7,11): error TS2428: All declarations of 'I1' must have identical type parameters.
5 …eDeclarations.ts(9,11): error TS2428: All declarations of 'I1' must have identical type parameters.
6 …Declarations.ts(11,11): error TS2428: All declarations of 'I1' must have identical type parameters.
7 …Declarations.ts(14,11): error TS2428: All declarations of 'I2' must have identical type parameters.
8 …Declarations.ts(16,11): error TS2428: All declarations of 'I2' must have identical type parameters.
9 …Declarations.ts(18,11): error TS2428: All declarations of 'I2' must have identical type parameters.
10 …Declarations.ts(20,11): error TS2428: All declarations of 'I2' must have identical type parameters.
[all …]
DtwoGenericInterfacesDifferingByTypeParameterName.errors.txt1 …eParameterName.ts(3,11): error TS2428: All declarations of 'A' must have identical type parameters.
2 …eParameterName.ts(7,11): error TS2428: All declarations of 'A' must have identical type parameters.
3 …ParameterName.ts(11,11): error TS2428: All declarations of 'B' must have identical type parameters.
4 …ParameterName.ts(15,11): error TS2428: All declarations of 'B' must have identical type parameters.
5 …ParameterName.ts(20,15): error TS2428: All declarations of 'A' must have identical type parameters.
6 …ParameterName.ts(24,15): error TS2428: All declarations of 'A' must have identical type parameters.
7 …ParameterName.ts(28,15): error TS2428: All declarations of 'B' must have identical type parameters.
8 …ParameterName.ts(32,15): error TS2428: All declarations of 'B' must have identical type parameters.
9 …ParameterName.ts(50,22): error TS2428: All declarations of 'B' must have identical type parameters.
10 …ParameterName.ts(56,22): error TS2428: All declarations of 'B' must have identical type parameters.
[all …]
DgenericClassWithStaticsUsingTypeArguments.errors.txt1 …csUsingTypeArguments.ts(3,20): error TS2302: Static members cannot reference class type parameters.
2 …csUsingTypeArguments.ts(5,15): error TS2302: Static members cannot reference class type parameters.
3 …csUsingTypeArguments.ts(7,15): error TS2302: Static members cannot reference class type parameters.
4 …csUsingTypeArguments.ts(9,30): error TS2302: Static members cannot reference class type parameters.
5 …sUsingTypeArguments.ts(11,29): error TS2302: Static members cannot reference class type parameters.
6 …sUsingTypeArguments.ts(13,18): error TS2302: Static members cannot reference class type parameters.
7 …sUsingTypeArguments.ts(13,24): error TS2302: Static members cannot reference class type parameters.
15 !!! error TS2302: Static members cannot reference class type parameters.
19 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
DjsdocTemplateTagDefault.errors.txt4 …/jsdoc/file.js(33,14): error TS2706: Required type parameters may not follow optional type paramet…
5 …,17): error TS2744: Type parameter defaults can only reference previously declared type parameters.
6 …/jsdoc/file.js(53,14): error TS2706: Required type parameters may not follow optional type paramet…
7 …,17): error TS2744: Type parameter defaults can only reference previously declared type parameters.
49 * @template U - error: Required type parameters cannot follow optional type parameters
51 !!! error TS2706: Required type parameters may not follow optional type parameters.
56 …late [T=U] - error: Type parameter defaults can only reference previously declared type parameters.
58 !!! error TS2744: Type parameter defaults can only reference previously declared type parameters.
73 * @template U - error: Required type parameters cannot follow optional type parameters
75 !!! error TS2706: Required type parameters may not follow optional type parameters.
[all …]
DthisTypeInAccessors.errors.txt1 …TypeInAccessors.ts(8,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
2 …TypeInAccessors.ts(9,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
3 …ypeInAccessors.ts(13,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
4 …ypeInAccessors.ts(19,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
5 …ypeInAccessors.ts(23,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
6 …ypeInAccessors.ts(24,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
7 …ypeInAccessors.ts(29,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
8 …ypeInAccessors.ts(30,11): error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
21 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
24 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
[all …]
DstaticMembersUsingClassTypeParameter.errors.txt1 …ngClassTypeParameter.ts(3,15): error TS2302: Static members cannot reference class type parameters.
2 …ngClassTypeParameter.ts(4,17): error TS2302: Static members cannot reference class type parameters.
3 …ngClassTypeParameter.ts(8,15): error TS2302: Static members cannot reference class type parameters.
4 …ngClassTypeParameter.ts(9,17): error TS2302: Static members cannot reference class type parameters.
5 …gClassTypeParameter.ts(13,15): error TS2302: Static members cannot reference class type parameters.
6 …gClassTypeParameter.ts(14,17): error TS2302: Static members cannot reference class type parameters.
14 !!! error TS2302: Static members cannot reference class type parameters.
17 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
26 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
DnonIdenticalTypeConstraints.errors.txt1 …peConstraints.ts(7,7): error TS2428: All declarations of 'Foo' must have identical type parameters.
2 …Constraints.ts(10,11): error TS2428: All declarations of 'Foo' must have identical type parameters.
3 …Constraints.ts(13,11): error TS2428: All declarations of 'Qux' must have identical type parameters.
4 …eConstraints.ts(16,7): error TS2428: All declarations of 'Qux' must have identical type parameters.
5 …Constraints.ts(33,7): error TS2428: All declarations of 'Quux' must have identical type parameters.
6 …onstraints.ts(36,11): error TS2428: All declarations of 'Quux' must have identical type parameters.
18 !!! error TS2428: All declarations of 'Foo' must have identical type parameters.
23 !!! error TS2428: All declarations of 'Foo' must have identical type parameters.
28 !!! error TS2428: All declarations of 'Qux' must have identical type parameters.
33 !!! error TS2428: All declarations of 'Qux' must have identical type parameters.
[all …]
DtwoGenericInterfacesWithTheSameNameButDifferentArity.errors.txt1 …DifferentArity.ts(1,11): error TS2428: All declarations of 'A' must have identical type parameters.
2 …DifferentArity.ts(5,11): error TS2428: All declarations of 'A' must have identical type parameters.
3 …ifferentArity.ts(10,15): error TS2428: All declarations of 'A' must have identical type parameters.
4 …ifferentArity.ts(14,15): error TS2428: All declarations of 'A' must have identical type parameters.
5 …ifferentArity.ts(32,22): error TS2428: All declarations of 'A' must have identical type parameters.
6 …ifferentArity.ts(38,22): error TS2428: All declarations of 'A' must have identical type parameters.
12 !!! error TS2428: All declarations of 'A' must have identical type parameters.
18 !!! error TS2428: All declarations of 'A' must have identical type parameters.
25 !!! error TS2428: All declarations of 'A' must have identical type parameters.
31 !!! error TS2428: All declarations of 'A' must have identical type parameters.
[all …]
DgenericAndNonGenericInterfaceWithTheSameName.errors.txt1 …ithTheSameName.ts(3,11): error TS2428: All declarations of 'A' must have identical type parameters.
2 …ithTheSameName.ts(7,11): error TS2428: All declarations of 'A' must have identical type parameters.
3 …thTheSameName.ts(12,15): error TS2428: All declarations of 'A' must have identical type parameters.
4 …thTheSameName.ts(16,15): error TS2428: All declarations of 'A' must have identical type parameters.
5 …thTheSameName.ts(34,22): error TS2428: All declarations of 'A' must have identical type parameters.
6 …thTheSameName.ts(40,22): error TS2428: All declarations of 'A' must have identical type parameters.
14 !!! error TS2428: All declarations of 'A' must have identical type parameters.
20 !!! error TS2428: All declarations of 'A' must have identical type parameters.
27 !!! error TS2428: All declarations of 'A' must have identical type parameters.
33 !!! error TS2428: All declarations of 'A' must have identical type parameters.
[all …]
DtwoGenericInterfacesDifferingByTypeParameterName2.errors.txt1 …ParameterName2.ts(3,11): error TS2428: All declarations of 'B' must have identical type parameters.
2 …ParameterName2.ts(7,11): error TS2428: All declarations of 'B' must have identical type parameters.
4 …arameterName2.ts(12,15): error TS2428: All declarations of 'B' must have identical type parameters.
5 …arameterName2.ts(16,15): error TS2428: All declarations of 'B' must have identical type parameters.
6 …arameterName2.ts(34,22): error TS2428: All declarations of 'B' must have identical type parameters.
7 …arameterName2.ts(40,22): error TS2428: All declarations of 'B' must have identical type parameters.
15 !!! error TS2428: All declarations of 'B' must have identical type parameters.
21 !!! error TS2428: All declarations of 'B' must have identical type parameters.
30 !!! error TS2428: All declarations of 'B' must have identical type parameters.
36 !!! error TS2428: All declarations of 'B' must have identical type parameters.
[all …]
DtwoGenericInterfacesWithDifferentConstraints.errors.txt1 …entConstraints.ts(1,11): error TS2428: All declarations of 'A' must have identical type parameters.
2 …entConstraints.ts(5,11): error TS2428: All declarations of 'A' must have identical type parameters.
3 …ntConstraints.ts(10,15): error TS2428: All declarations of 'B' must have identical type parameters.
4 …ntConstraints.ts(14,15): error TS2428: All declarations of 'B' must have identical type parameters.
5 …ntConstraints.ts(32,22): error TS2428: All declarations of 'A' must have identical type parameters.
6 …ntConstraints.ts(38,22): error TS2428: All declarations of 'A' must have identical type parameters.
12 !!! error TS2428: All declarations of 'A' must have identical type parameters.
18 !!! error TS2428: All declarations of 'A' must have identical type parameters.
25 !!! error TS2428: All declarations of 'B' must have identical type parameters.
31 !!! error TS2428: All declarations of 'B' must have identical type parameters.
[all …]
/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts82 …ined, typeParameters: readonly TypeParameterDeclaration[] | undefined, parameters: readonly Parame…
86 …ined, typeParameters: readonly TypeParameterDeclaration[] | undefined, parameters: readonly Parame…
90 …y Decorator[] | undefined, modifiers: readonly Modifier[] | undefined, parameters: readonly Parame…
94 …y Decorator[] | undefined, modifiers: readonly Modifier[] | undefined, parameters: readonly Parame…
98 …difiers: readonly Modifier[] | undefined, name: string | PropertyName, parameters: readonly Parame…
102 …fined, modifiers: readonly Modifier[] | undefined, name: PropertyName, parameters: readonly Parame…
106 …difiers: readonly Modifier[] | undefined, name: string | PropertyName, parameters: readonly Parame…
110 …fined, modifiers: readonly Modifier[] | undefined, name: PropertyName, parameters: readonly Parame…
114 …y Decorator[] | undefined, modifiers: readonly Modifier[] | undefined, parameters: readonly Parame…
118 …y Decorator[] | undefined, modifiers: readonly Modifier[] | undefined, parameters: readonly Parame…
[all …]
/third_party/skia/tests/
DGLBackendSurfaceTest.cpp28 static bool sampler_params_invalid(const GrGLTextureParameters& parameters) { in sampler_params_invalid() argument
29 return SkScalarIsNaN(parameters.samplerOverriddenState().fMaxLOD); in sampler_params_invalid()
32 static bool nonsampler_params_invalid(const GrGLTextureParameters& parameters) { in nonsampler_params_invalid() argument
33 GrGLTextureParameters::NonsamplerState nsState = parameters.nonsamplerState(); in nonsampler_params_invalid()
41 static bool params_invalid(const GrGLTextureParameters& parameters) { in params_invalid() argument
42 return sampler_params_invalid(parameters) && nonsampler_params_invalid(parameters); in params_invalid()
45 static bool params_valid(const GrGLTextureParameters& parameters, const GrGLCaps* caps) { in params_valid() argument
46 if (nonsampler_params_invalid(parameters)) { in params_valid()
51 return caps->useSamplerObjects() == sampler_params_invalid(parameters); in params_valid()
78 auto parameters = texture->parameters(); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
[all …]
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_params.pod23 transfer of arbitrary key parameters to and from providers.
24 Not all parameters may be supported by all providers.
26 See L<OSSL_PARAM(3)> for more information on parameters.
34 settable parameters for the current algorithm implementation, i.e. parameters
42 Examples of EVP_PKEY parameters include the following:
44 L<provider-keymgmt(7)/Common parameters>
45 L<provider-keyexch(7)/Key Exchange parameters>
46 L<provider-signature(7)/Signature parameters>
48 L<EVP_PKEY-RSA(7)/Common RSA parameters>
49 L<EVP_PKEY-RSA(7)/RSA key generation parameters>
[all …]
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl5186 /* num parameters */ 1,
5191 /* parameters */ &kParameters[549],
5198 /* num parameters */ 2,
5203 /* parameters */ &kParameters[503],
5210 /* num parameters */ 1,
5215 /* parameters */ &kParameters[548],
5222 /* num parameters */ 2,
5227 /* parameters */ &kParameters[507],
5234 /* num parameters */ 1,
5239 /* parameters */ &kParameters[547],
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dcall_target.cc26 const ParameterList& parameters) in CallTarget() argument
27 : signature_{return_type, parameters} { in CallTarget()
36 : return_type(ret_ty), parameters(params) {} in CallTargetSignature()
41 for (size_t i = 0; i < parameters.size(); i++) { in IndexOf()
42 if (parameters[i]->Usage() == usage) { in IndexOf()
51 parameters.size() != other.parameters.size()) { in operator ==()
54 for (size_t i = 0; i < parameters.size(); i++) { in operator ==()
55 auto* a = parameters[i]; in operator ==()
56 auto* b = other.parameters[i]; in operator ==()
71 size_t hash = tint::utils::Hash(sig.parameters.size()); in operator ()()
[all …]
/third_party/skia/src/gpu/d3d/
DGrD3DRootSignature.cpp16 D3D12_ROOT_PARAMETER parameters[3]; in Make() local
19 parameters[0].ParameterType = D3D12_ROOT_PARAMETER_TYPE_CBV; in Make()
20 parameters[0].Descriptor.ShaderRegister = 0; in Make()
21 parameters[0].Descriptor.RegisterSpace = GrSPIRVUniformHandler::kUniformDescriptorSet; in Make()
22 parameters[0].ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in Make()
71 parameters[parameterCount].ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in Make()
72 parameters[parameterCount].DescriptorTable.NumDescriptorRanges = numDescriptorRanges; in Make()
73 parameters[parameterCount].DescriptorTable.pDescriptorRanges = shaderViewRanges.get(); in Make()
74 parameters[parameterCount].ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in Make()
79 parameters[parameterCount].ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in Make()
[all …]
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts79 first(declarationOrSignature.parameters),
80 last(declarationOrSignature.parameters),
355 if (!isValidParameterNodeArray(functionDeclaration.parameters, checker)) return false;
394 parameters: NodeArray<ParameterDeclaration>,
395 checker: TypeChecker): parameters is ValidParameterNodeArray {
396 return getRefactorableParametersLength(parameters) >= minimumParameterLength
397 … && every(parameters, /*callback*/ paramDecl => isValidParameterDeclaration(paramDecl, checker));
414 function hasThisParameter(parameters: NodeArray<ParameterDeclaration>): boolean {
415 return parameters.length > 0 && isThis(parameters[0].name);
418 function getRefactorableParametersLength(parameters: NodeArray<ParameterDeclaration>): number {
[all …]
/third_party/openssl/doc/man1/
Dopenssl-ecparam.pod.in34 this command can only create EC parameters from known (named) curves.
46 The EC parameters input format; unspecified by default.
51 The EC parameters output format; the default is B<PEM>.
58 This specifies the input filename to read parameters from or standard input if
63 This specifies the output filename parameters to. Standard output is used
69 This option inhibits the output of the encoded version of the parameters.
73 This option prints out the EC parameters in human readable form.
77 Validate the elliptic curve parameters.
81 Validate the elliptic name curve parameters by checking if the curve parameters
86 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
[all …]
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
Dtable.tentative.any.js8 var func1 = new WebAssembly.Function({parameters: ["i32"], results: []}, testfunc) property
10 var func2 = new WebAssembly.Function({parameters: ["f32"], results: []}, testfunc) property
12 var func3 = new WebAssembly.Function({parameters: ["i64"], results: []}, testfunc) property
18 assert_equals(first.type().parameters[0], func1.type().parameters[0])
23 assert_equals(second.type().parameters[0], func2.type().parameters[0])
28 assert_equals(third.type().parameters[0], func3.type().parameters[0])
/third_party/typescript/src/deprecatedCompat/4.2/
DabstractConstructorTypes.ts9 …eNode(typeParameters: readonly TypeParameterDeclaration[] | undefined, parameters: readonly Parame…
12 …Node, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: NodeArray<Param…
23 …ined, typeParameters: readonly TypeParameterDeclaration[] | undefined, parameters: readonly Parame…
24 return createConstructorTypeNode(modifiers, typeParameters, parameters, type);
27 …1(typeParameters: readonly TypeParameterDeclaration[] | undefined, parameters: readonly ParameterD…
28 … return createConstructorTypeNode(/*modifiers*/ undefined, typeParameters, parameters, type);
42 …ined, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: NodeArray<Param…
43 … return updateConstructorTypeNode(node, modifiers, typeParameters, parameters, type);
46 …Node, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: NodeArray<Param…
47 … return updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type);
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc199 size_t hash_value(CreateFunctionContextParameters const& parameters) { in hash_value() argument
200 return base::hash_combine(parameters.scope_info_.object().location(), in hash_value()
201 parameters.slot_count(), in hash_value()
202 static_cast<int>(parameters.scope_type())); in hash_value()
206 CreateFunctionContextParameters const& parameters) { in operator <<() argument
207 return os << parameters.slot_count() << ", " << parameters.scope_type(); in operator <<()
807 FeedbackParameter parameters(feedback); \
810 2, parameters); \
818 FeedbackParameter parameters(feedback); \ in JS_UNOP_WITH_FEEDBACK()
821 Operator::ZeroIfNoThrow(kProperties), parameters); \ in JS_UNOP_WITH_FEEDBACK()
[all …]
/third_party/python/Objects/
Dgenericaliasobject.c12 PyObject *parameters; member
27 Py_XDECREF(alias->parameters); in ga_dealloc()
37 Py_VISIT(alias->parameters); in ga_traverse()
206 PyObject *parameters = PyTuple_New(len); in _Py_make_parameters() local
207 if (parameters == NULL) in _Py_make_parameters()
214 Py_DECREF(parameters); in _Py_make_parameters()
218 iparam += tuple_add(parameters, iparam, t); in _Py_make_parameters()
224 Py_DECREF(parameters); in _Py_make_parameters()
232 if (_PyTuple_Resize(&parameters, len) < 0) { in _Py_make_parameters()
234 Py_DECREF(parameters); in _Py_make_parameters()
[all …]
/third_party/python/Modules/_sqlite/
Dstatement.c228 void pysqlite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters) in pysqlite_statement_bind_parameters() argument
242 …if (PyTuple_CheckExact(parameters) || PyList_CheckExact(parameters) || (!PyDict_Check(parameters) … in pysqlite_statement_bind_parameters()
244 if (PyTuple_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()
245 num_params = PyTuple_GET_SIZE(parameters); in pysqlite_statement_bind_parameters()
246 } else if (PyList_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()
247 num_params = PyList_GET_SIZE(parameters); in pysqlite_statement_bind_parameters()
249 num_params = PySequence_Size(parameters); in pysqlite_statement_bind_parameters()
262 if (PyTuple_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()
263 PyObject *item = PyTuple_GET_ITEM(parameters, i); in pysqlite_statement_bind_parameters()
265 } else if (PyList_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()
[all …]

12345678910>>...146