Home
last modified time | relevance | path

Searched refs:param1 (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DprivacyFunctionParameterDeclFile.js43 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E…
56 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
69 constructor(param: privateClass, private param1: privateClass, public param2: privateClass) {
82 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
110 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
127 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
175 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E…
188 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
201 … constructor(param: privateClass, private param1: privateClass, public param2: privateClass) {
214 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
[all …]
DprivacyFunctionCannotNameParameterTypeDeclFile.js63 …constructor(param = exporter.createExportedWidget1(), private param1 = exporter.createExportedWidg… argument
75 …constructor(param = exporter.createExportedWidget3(), private param1 = exporter.createExportedWidg… argument
88 …constructor(param = exporter.createExportedWidget1(), private param1 = exporter.createExportedWidg… argument
100 …constructor(param = exporter.createExportedWidget3(), private param1 = exporter.createExportedWidg… argument
119 …constructor(param= exporter.createExportedWidget2(), private param1= exporter.createExportedWidget… argument
127 …constructor(param= exporter.createExportedWidget4(), private param1= exporter.createExportedWidget… argument
141 …constructor(param= exporter.createExportedWidget2(), private param1= exporter.createExportedWidget… argument
149 …constructor(param= exporter.createExportedWidget4(), private param1= exporter.createExportedWidget… argument
216 function publicClassWithWithPrivateParmeterTypes(param, param1, param2) { argument
218 if (param1 === void 0) { param1 = exporter.createExportedWidget1(); }
[all …]
DtypeGuardsInFunction.js23 function f2(param1: string | number) {
36 num = typeof param1 === "string" && param1.length; // string
44 var r = function (param1: string | number) {
57 num = typeof param1 === "string" && param1.length; // string
65 var r = ((param1: string | number) => {
78 num = typeof param1 === "string" && param1.length; // string
109 function f2(param1) {
119 num = typeof param1 === "string" && param1.length; // string
127 var r = function (param1) {
137 num = typeof param1 === "string" && param1.length; // string
[all …]
DtypeGuardsInFunction.types67 function f2(param1: string | number) {
68 >f2 : (param1: string | number) => void
69 >param1 : string | number
126 num = typeof param1 === "string" && param1.length; // string
127 >num = typeof param1 === "string" && param1.length : number
129 >typeof param1 === "string" && param1.length : number
130 >typeof param1 === "string" : boolean
131 >typeof param1 : "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "…
132 >param1 : string | number
134 >param1.length : number
[all …]
DtypeGuardsInFunction.symbols52 function f2(param1: string | number) {
54 >param1 : Symbol(param1, Decl(typeGuardsInFunction.ts, 21, 16))
91 num = typeof param1 === "string" && param1.length; // string
93 >param1 : Symbol(param1, Decl(typeGuardsInFunction.ts, 21, 16))
94 >param1.length : Symbol(String.length, Decl(lib.es5.d.ts, --, --))
95 >param1 : Symbol(param1, Decl(typeGuardsInFunction.ts, 21, 16))
109 var r = function (param1: string | number) {
111 >param1 : Symbol(param1, Decl(typeGuardsInFunction.ts, 42, 22))
148 num = typeof param1 === "string" && param1.length; // string
150 >param1 : Symbol(param1, Decl(typeGuardsInFunction.ts, 42, 22))
[all …]
DunusedFunctionsinNamespaces3.types5 var function1 = function(param1:string) {
6 >function1 : (param1: string) => void
7 >function(param1:string) { } : (param1: string) => void
8 >param1 : string
DprivacyFunctionParameterDeclFile.types77 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E…
79 >param1 : privateClass
103 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
105 >param1 : publicClass
129 constructor(param: privateClass, private param1: privateClass, public param2: privateClass) {
131 >param1 : privateClass
155 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
157 >param1 : publicClass
222 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
225 >param1 : privateModule.publicClass
[all …]
DreactReduxLikeDeferredInferenceAllowsAssignment.types228 const thunkAction = (param1: number, param2: string) => async (
229 >thunkAction : (param1: number, param2: string) => (dispatch: Dispatch, { foo }: OwnProps) => Promi…
230 >(param1: number, param2: string) => async ( dispatch: Dispatch, { foo }: OwnProps) => { return …
231 >param1 : number
255 thunkAction(param1: number, param2: string): Promise<string>;
256 >thunkAction : (param1: number, param2: string) => Promise<string>
257 >param1 : number
265 …(payload: boolean) => { type: string; payload: boolean; }; thunkAction: (param1: number, param2: s…
266 …(payload: boolean) => { type: string; payload: boolean; }; thunkAction: (param1: number, param2: s…
268 >thunkAction : (param1: number, param2: string) => (dispatch: Dispatch<AnyAction>, { foo }: OwnProp…
[all …]
DunusedParametersinConstructor1.symbols5 constructor(param1: string) {
6 >param1 : Symbol(param1, Decl(unusedParametersinConstructor1.ts, 1, 16))
DunusedFunctionsinNamespaces3.symbols5 var function1 = function(param1:string) {
7 >param1 : Symbol(param1, Decl(unusedFunctionsinNamespaces3.ts, 1, 29))
DprivacyFunctionParameterDeclFile.symbols109 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E…
112 >param1 : Symbol(publicClassWithWithPrivateParmeterTypes.param1, Decl(privacyFunctionParameterDeclF…
142 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
145 >param1 : Symbol(publicClassWithWithPublicParmeterTypes.param1, Decl(privacyFunctionParameterDeclFi…
175 constructor(param: privateClass, private param1: privateClass, public param2: privateClass) {
178 >param1 : Symbol(privateClassWithWithPrivateParmeterTypes.param1, Decl(privacyFunctionParameterDecl…
208 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
211 >param1 : Symbol(privateClassWithWithPublicParmeterTypes.param1, Decl(privacyFunctionParameterDeclF…
295 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
299 >param1 : Symbol(publicClassWithPrivateModuleParameterTypes.param1, Decl(privacyFunctionParameterDe…
[all …]
DunusedParametersinConstructor1.errors.txt1 tests/cases/compiler/unusedParametersinConstructor1.ts(2,17): error TS6133: 'param1' is declared bu…
6 constructor(param1: string) {
8 !!! error TS6133: 'param1' is declared but its value is never read.
DunusedParametersinConstructor2.errors.txt1 tests/cases/compiler/unusedParametersinConstructor2.ts(2,17): error TS6133: 'param1' is declared bu…
6 constructor(param1: string, param2: string) {
8 !!! error TS6133: 'param1' is declared but its value is never read.
DunusedParametersinConstructor2.symbols5 constructor(param1: string, param2: string) {
6 >param1 : Symbol(param1, Decl(unusedParametersinConstructor2.ts, 1, 16))
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsInFunction.ts22 function f2(param1: string | number) {
35 num = typeof param1 === "string" && param1.length; // string
43 var r = function (param1: string | number) {
56 num = typeof param1 === "string" && param1.length; // string
64 var r = ((param1: string | number) => {
77 num = typeof param1 === "string" && param1.length; // string
/third_party/typescript/tests/cases/compiler/
DprivacyFunctionParameterDeclFile.ts44 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E… property in publicClassWithWithPrivateParmeterTypes
57 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) { property in publicClassWithWithPublicParmeterTypes
70 constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { property in privateClassWithWithPrivateParmeterTypes
83 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) { property in privateClassWithWithPublicParmeterTypes
111 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
128 …constructor(param: privateModule.publicClass, private param1: privateModule.publicClass, public pa…
176 …constructor(param: privateClass, private param1: privateClass, public param2: privateClass) { // E…
189 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
202 … constructor(param: privateClass, private param1: privateClass, public param2: privateClass) {
215 constructor(param: publicClass, private param1: publicClass, public param2: publicClass) {
[all …]
DprivacyFunctionCannotNameParameterTypeDeclFile.ts65 …constructor(param = exporter.createExportedWidget1(), private param1 = exporter.createExportedWidg…
77 …constructor(param = exporter.createExportedWidget3(), private param1 = exporter.createExportedWidg…
90 …constructor(param = exporter.createExportedWidget1(), private param1 = exporter.createExportedWidg…
102 …constructor(param = exporter.createExportedWidget3(), private param1 = exporter.createExportedWidg…
121 …constructor(param= exporter.createExportedWidget2(), private param1= exporter.createExportedWidget…
129 …constructor(param= exporter.createExportedWidget4(), private param1= exporter.createExportedWidget…
143 …constructor(param= exporter.createExportedWidget2(), private param1= exporter.createExportedWidget…
151 …constructor(param= exporter.createExportedWidget4(), private param1= exporter.createExportedWidget…
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c70 struct h264_iparm1 param1; in nv84_decoder_vp_h264() local
90 memset(&param1, 0, sizeof(param1)); in nv84_decoder_vp_h264()
93 memcpy(&param1.scaling_lists_4x4, desc->pps->ScalingList4x4, in nv84_decoder_vp_h264()
94 sizeof(param1.scaling_lists_4x4)); in nv84_decoder_vp_h264()
95 memcpy(&param1.scaling_lists_8x8, desc->pps->ScalingList8x8, in nv84_decoder_vp_h264()
96 sizeof(param1.scaling_lists_8x8)); in nv84_decoder_vp_h264()
98 param1.width = width; in nv84_decoder_vp_h264()
99 param1.w1 = param1.w2 = param1.w3 = align(width, 64); in nv84_decoder_vp_h264()
100 param1.height = param1.h2 = height; in nv84_decoder_vp_h264()
101 param1.h1 = param1.h3 = align(height, 32); in nv84_decoder_vp_h264()
[all …]
/third_party/boost/boost/math/distributions/
Dcomplement.hpp43 param1(p1), in complemented3_type()
47 const RealType1& param1; member
62 param1(p1), in complemented4_type()
67 const RealType1& param1; member
84 param1(p1), in complemented5_type()
90 const RealType1& param1; member
109 param1(p1), in complemented6_type()
116 const RealType1& param1; member
137 param1(p1), in complemented7_type()
145 const RealType1& param1; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D2-1.c24 struct sched_param param1; in main() local
29 param1.sched_priority = -1; in main()
32 result1 = sched_getparam(getpid(), &param1); in main()
35 param0.sched_priority == param1.sched_priority && errno == 0) { in main()
/third_party/mindspore/tests/ut/python/nn/probability/bijector/
Dtest_bijector.py28 def __init__(self, param1, param2): argument
30 param['param_dict'] = {'param1': param1, 'param2': param2}
33 self._param1 = self._add_parameter(param1, 'param1')
37 def param1(self): member in MyBijector
46 param1_local = self.cast_param_by_value(value, self.param1)
54 def __init__(self, param1, param2): argument
56 param['param_dict'] = {'param1': param1, 'param2': param2}
59 self._param1 = self._add_parameter(param1, 'param1')
63 def param1(self): member in MySecondBijector
72 param1_local = self.cast_param_by_value(value, self.param1)
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-qualification_order.py141 self.param1 = ''
150 self.param1 += p.vars[1] + ' '
154 self.param1 += 'float x'
157 self.param1 = self.param1.replace(" ", " ")
165 "PARAMETER1" : self.param1,
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-qualification_order.py156 self.param1 = ''
165 self.param1 += p.vars[1] + ' '
169 self.param1 += 'float x'
172 self.param1 = self.param1.replace(" ", " ")
180 "PARAMETER1" : self.param1,
/third_party/node/test/pummel/
Dtest-timers.js94 setTimeout(function(param1, param2) { argument
95 assert.strictEqual(param1, 'param1');
102 setInterval(function(param1, param2) { argument
104 assert.strictEqual(param1, 'param1');
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c52 static void choose_a_goom_line (PluginInfo * goomInfo, float *param1,
676 float param1 = 0, param2 = 0, amplitude; in goom_update() local
680 choose_a_goom_line (goomInfo, &param1, &param2, &couleur, &mode, &amplitude, in goom_update()
684 goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, couleur); in goom_update()
706 float param1, param2, amplitude; in goom_update() local
711 choose_a_goom_line (goomInfo, &param1, &param2, &couleur1, in goom_update()
721 goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, in goom_update()
743 float param1, param2, amplitude; in goom_update() local
747 choose_a_goom_line (goomInfo, &param1, &param2, &couleur1, in goom_update()
756 goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, in goom_update()
[all …]

1234