Home
last modified time | relevance | path

Searched refs:GetArgument (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/math/clblast/CLBlast-1.1.0/test/performance/
H A Dclient.cpp66 if (o == kArgM) { args.m = GetArgument(command_line_args, help, kArgM, size_t{512}); } in ParseArguments()
67 if (o == kArgN) { args.n = GetArgument(command_line_args, help, kArgN, size_t{512}); } in ParseArguments()
68 if (o == kArgK) { args.k = GetArgument(command_line_args, help, kArgK, size_t{512}); } in ParseArguments()
69 if (o == kArgKU) { args.ku = GetArgument(command_line_args, help, kArgKU, size_t{128}); } in ParseArguments()
70 if (o == kArgKL) { args.kl = GetArgument(command_line_args, help, kArgKL, size_t{128}); } in ParseArguments()
127 args.compare_clblas = GetArgument(command_line_args, help, kArgCompareclblas, 1); in ParseArguments()
132 args.compare_cblas = GetArgument(command_line_args, help, kArgComparecblas, 1); in ParseArguments()
137 args.compare_cublas = GetArgument(command_line_args, help, kArgComparecublas, 1); in ParseArguments()
141 args.step = GetArgument(command_line_args, help, kArgStepSize, size_t{1}); in ParseArguments()
142 args.num_steps = GetArgument(command_line_args, help, kArgNumSteps, size_t{0}); in ParseArguments()
[all …]
/dports/math/clblast/CLBlast-1.1.0/test/correctness/misc/
H A Doverride_parameters.cpp50 args.m = GetArgument(arguments, help, kArgM, size_t{256}); in RunOverrideTests()
51 args.n = GetArgument(arguments, help, kArgN, size_t{256}); in RunOverrideTests()
52 args.k = GetArgument(arguments, help, kArgK, size_t{256}); in RunOverrideTests()
53 args.a_ld = GetArgument(arguments, help, kArgALeadDim, args.k); in RunOverrideTests()
54 args.b_ld = GetArgument(arguments, help, kArgBLeadDim, args.n); in RunOverrideTests()
55 args.c_ld = GetArgument(arguments, help, kArgCLeadDim, args.n); in RunOverrideTests()
56 args.a_offset = GetArgument(arguments, help, kArgAOffset, size_t{0}); in RunOverrideTests()
57 args.b_offset = GetArgument(arguments, help, kArgBOffset, size_t{0}); in RunOverrideTests()
58 args.c_offset = GetArgument(arguments, help, kArgCOffset, size_t{0}); in RunOverrideTests()
62 args.alpha = GetArgument(arguments, help, kArgAlpha, GetScalar<T>()); in RunOverrideTests()
[all …]
/dports/math/clblast/CLBlast-1.1.0/src/tuning/
H A Dtuning.hpp40 …args.platform_id = GetArgument(command_line_args, help, kArgPlatform, ConvertArgument(std::getenv(… in Tuner()
41 …args.device_id = GetArgument(command_line_args, help, kArgDevice, ConvertArgument(std::getenv("C… in Tuner()
42 args.precision = GetArgument(command_line_args, help, kArgPrecision, Precision::kSingle); in Tuner()
44 …if (o == kArgM) { args.m = GetArgument(command_line_args, help, kArgM, C::DefaultM()… in Tuner()
45 …if (o == kArgN) { args.n = GetArgument(command_line_args, help, kArgN, C::DefaultN()… in Tuner()
46 …if (o == kArgK) { args.k = GetArgument(command_line_args, help, kArgK, C::DefaultK()… in Tuner()
47 …if (o == kArgAlpha) { args.alpha = GetArgument(command_line_args, help, kArgAlpha, GetScalar… in Tuner()
48 …if (o == kArgBeta) { args.beta = GetArgument(command_line_args, help, kArgBeta, GetScalar<… in Tuner()
49 …if (o == kArgFraction) { args.fraction = GetArgument(command_line_args, help, kArgFraction, C::Def… in Tuner()
50 …if (o == kArgBatchCount) { args.batch_count = GetArgument(command_line_args, help, kArgBatchCount,… in Tuner()
[all …]
/dports/devel/fpc-dbus/fpc-3.2.2/packages/dbus/src/
H A Ddbuscomp.pp1366 FGetIterator.GetArgument(Arg);
2456 IR.GetArgument(By);
2461 IR.GetArgument(Boo);
2466 IR.GetArgument(S);
2471 IR.GetArgument(W);
2476 IR.GetArgument(I);
2481 IR.GetArgument(C);
2486 IR.GetArgument(I64);
2491 IR.GetArgument(Q);
2496 IR.GetArgument(D);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/dbus/src/
H A Ddbuscomp.pp1366 FGetIterator.GetArgument(Arg);
2456 IR.GetArgument(By);
2461 IR.GetArgument(Boo);
2466 IR.GetArgument(S);
2471 IR.GetArgument(W);
2476 IR.GetArgument(I);
2481 IR.GetArgument(C);
2486 IR.GetArgument(I64);
2491 IR.GetArgument(Q);
2496 IR.GetArgument(D);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DOptimizerPatterns.cs153 …annDst.AddArgument(OptimizerPatternArgument.StepNode, annSrc.GetArgument(OptimizerPatternArgument.… in Inherit()
154 …annDst.AddArgument(OptimizerPatternArgument.StepInput, annSrc.GetArgument(OptimizerPatternArgument… in Inherit()
158 …annDst.AddArgument(OptimizerPatternArgument.ElementQName, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
162 …annDst.AddArgument(OptimizerPatternArgument.KindTestType, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
166 …annDst.AddArgument(OptimizerPatternArgument.IndexedNodes, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
167 …annDst.AddArgument(OptimizerPatternArgument.KeyExpression, annSrc.GetArgument(OptimizerPatternArgu… in Inherit()
172 …annDst.AddArgument(OptimizerPatternArgument.DodStep, annSrc.GetArgument(OptimizerPatternArgument.D… in Inherit()
176 …annDst.AddArgument(OptimizerPatternArgument.MaxPosition, annSrc.GetArgument(OptimizerPatternArgume… in Inherit()
180 …annDst.AddArgument(OptimizerPatternArgument.RtfText, annSrc.GetArgument(OptimizerPatternArgument.R… in Inherit()
205 public object GetArgument(OptimizerPatternArgument argNum) { in GetArgument() method in System.Xml.Xsl.IlGen.OptimizerPatterns
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DOptimizerPatterns.cs172 …annDst.AddArgument(OptimizerPatternArgument.StepNode, annSrc.GetArgument(OptimizerPatternArgument.… in Inherit()
173 …annDst.AddArgument(OptimizerPatternArgument.StepInput, annSrc.GetArgument(OptimizerPatternArgument… in Inherit()
177 …annDst.AddArgument(OptimizerPatternArgument.ElementQName, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
181 …annDst.AddArgument(OptimizerPatternArgument.KindTestType, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
185 …annDst.AddArgument(OptimizerPatternArgument.IndexedNodes, annSrc.GetArgument(OptimizerPatternArgum… in Inherit()
186 …annDst.AddArgument(OptimizerPatternArgument.KeyExpression, annSrc.GetArgument(OptimizerPatternArgu… in Inherit()
191 …annDst.AddArgument(OptimizerPatternArgument.DodStep, annSrc.GetArgument(OptimizerPatternArgument.D… in Inherit()
195 …annDst.AddArgument(OptimizerPatternArgument.MaxPosition, annSrc.GetArgument(OptimizerPatternArgume… in Inherit()
199 …annDst.AddArgument(OptimizerPatternArgument.RtfText, annSrc.GetArgument(OptimizerPatternArgument.R… in Inherit()
226 public object GetArgument(OptimizerPatternArgument argNum) in GetArgument() method in System.Xml.Xsl.IlGen.OptimizerPatterns
/dports/devel/heimdall/Heimdall-1.4.2/heimdall/source/
H A DDownloadPitAction.cpp63 …const StringArgument *outputArgument = static_cast<const StringArgument *>(arguments.GetArgument("… in Execute()
72 bool reboot = arguments.GetArgument("no-reboot") == nullptr; in Execute()
73 bool resume = arguments.GetArgument("resume") != nullptr; in Execute()
74 bool verbose = arguments.GetArgument("verbose") != nullptr; in Execute()
76 if (arguments.GetArgument("stdout-errors") != nullptr) in Execute()
79 …t *usbLogLevelArgument = static_cast<const StringArgument *>(arguments.GetArgument("usb-log-level"… in Execute()
H A DPrintPitAction.cpp65 …const StringArgument *fileArgument = static_cast<const StringArgument *>(arguments.GetArgument("fi… in Execute()
67 bool reboot = arguments.GetArgument("no-reboot") == nullptr; in Execute()
68 bool resume = arguments.GetArgument("resume") != nullptr; in Execute()
69 bool verbose = arguments.GetArgument("verbose") != nullptr; in Execute()
71 if (arguments.GetArgument("stdout-errors") != nullptr) in Execute()
74 …t *usbLogLevelArgument = static_cast<const StringArgument *>(arguments.GetArgument("usb-log-level"… in Execute()
H A DClosePcScreenAction.cpp58 …t *usbLogLevelArgument = static_cast<const StringArgument *>(arguments.GetArgument("usb-log-level"… in Execute()
93 bool reboot = arguments.GetArgument("no-reboot") == nullptr; in Execute()
94 bool resume = arguments.GetArgument("resume") != nullptr; in Execute()
95 bool verbose = arguments.GetArgument("verbose") != nullptr; in Execute()
97 if (arguments.GetArgument("stdout-errors") != nullptr) in Execute()
H A DFlashAction.cpp89 …const StringArgument *pitArgument = static_cast<const StringArgument *>(arguments.GetArgument("pit… in openFiles()
458 bool reboot = arguments.GetArgument("no-reboot") == nullptr; in Execute()
459 bool resume = arguments.GetArgument("resume") != nullptr; in Execute()
460 bool verbose = arguments.GetArgument("verbose") != nullptr; in Execute()
461 bool tflash = arguments.GetArgument("tflash") != nullptr; in Execute()
463 if (arguments.GetArgument("stdout-errors") != nullptr) in Execute()
466 …t *usbLogLevelArgument = static_cast<const StringArgument *>(arguments.GetArgument("usb-log-level"… in Execute()
502 …const StringArgument *pitArgument = static_cast<const StringArgument *>(arguments.GetArgument("pit… in Execute()
504 bool repartition = arguments.GetArgument("repartition") != nullptr; in Execute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DListArgumentProvider.cs53 if (_provider.GetArgument(i) == item) { in IndexOf()
75 return _provider.GetArgument(index);
101 array[arrayIndex++] = _provider.GetArgument(i); in CopyTo()
125 yield return _provider.GetArgument(i); in GetEnumerator()
137 yield return _provider.GetArgument(i); in System.Collections.IEnumerable.GetEnumerator()
/dports/math/clblast/CLBlast-1.1.0/src/utilities/
H A Dutilities.cpp247 T GetArgument(const std::vector<std::string> &arguments, std::string &help, in GetArgument() function
269 template int GetArgument<int>(const std::vector<std::string>&, std::string&, const std::string&, co…
270 template size_t GetArgument<size_t>(const std::vector<std::string>&, std::string&, const std::strin…
271 template half GetArgument<half>(const std::vector<std::string>&, std::string&, const std::string&, …
272 template float GetArgument<float>(const std::vector<std::string>&, std::string&, const std::string&…
273 template double GetArgument<double>(const std::vector<std::string>&, std::string&, const std::strin…
274 template float2 GetArgument<float2>(const std::vector<std::string>&, std::string&, const std::strin…
275 template double2 GetArgument<double2>(const std::vector<std::string>&, std::string&, const std::str…
276 template Layout GetArgument<Layout>(const std::vector<std::string>&, std::string&, const std::strin…
278 template Side GetArgument<Side>(const std::vector<std::string>&, std::string&, const std::string&, …
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dsandbox_policy_diagnostic.cc270 opcode->GetArgument(1, &args[1]); in GetPolicyOpcode()
272 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
276 opcode->GetArgument(0, &match_ptr); in GetPolicyOpcode()
281 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
282 opcode->GetArgument(1, &args[1]); in GetPolicyOpcode()
287 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
292 opcode->GetArgument(1, &args[1]); // Length. in GetPolicyOpcode()
293 opcode->GetArgument(2, &pos); // Position. in GetPolicyOpcode()
294 opcode->GetArgument(3, &args[3]); // Options. in GetPolicyOpcode()
305 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dsandbox_policy_diagnostic.cc272 opcode->GetArgument(1, &args[1]); in GetPolicyOpcode()
274 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
278 opcode->GetArgument(0, &match_ptr); in GetPolicyOpcode()
283 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
284 opcode->GetArgument(1, &args[1]); in GetPolicyOpcode()
289 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
294 opcode->GetArgument(1, &args[1]); // Length. in GetPolicyOpcode()
295 opcode->GetArgument(2, &pos); // Position. in GetPolicyOpcode()
296 opcode->GetArgument(3, &args[3]); // Options. in GetPolicyOpcode()
307 opcode->GetArgument(0, &args[0]); in GetPolicyOpcode()
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc96 opcode->GetArgument(0, &action); in OpcodeEval()
133 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
139 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
176 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
177 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
204 opcode->GetArgument(0, &number); in OpcodeEval()
259 opcode->GetArgument(1, &match_len); in OpcodeEval()
260 opcode->GetArgument(2, &start_position); in OpcodeEval()
261 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc96 opcode->GetArgument(0, &action); in OpcodeEval()
133 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
139 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
176 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
177 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
204 opcode->GetArgument(0, &number); in OpcodeEval()
259 opcode->GetArgument(1, &match_len); in OpcodeEval()
260 opcode->GetArgument(2, &start_position); in OpcodeEval()
261 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc98 opcode->GetArgument(0, &action); in OpcodeEval()
137 opcode->GetArgument(0, &match_uint32); in OpcodeEval()
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
182 opcode->GetArgument(0, &lower_bound); in OpcodeEval()
183 opcode->GetArgument(1, &upper_bound); in OpcodeEval()
212 opcode->GetArgument(0, &number); in OpcodeEval()
264 opcode->GetArgument(1, &match_len); in OpcodeEval()
265 opcode->GetArgument(2, &start_position); in OpcodeEval()
266 opcode->GetArgument(3, &match_opts); in OpcodeEval()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Dev/Package/
H A DBuild.pm59 my $SourcePath = $Self->GetArgument('source-path');
64 my $TargetDirectory = $Self->GetArgument('target-directory');
83 my $SourcePath = $Self->GetArgument('source-path');
125 Location => $Self->GetArgument('target-directory') . '/' . $Filename,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/ListInit/
H A DElementInitTests.cs170 Assert.Same(key, init.GetArgument(0)); in CanAccessArguments()
171 Assert.Same(value, init.GetArgument(1)); in CanAccessArguments()
181 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => init.GetArgument(-1)); in InvalidArgumentIndex()
182 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => init.GetArgument(2)); in InvalidArgumentIndex()
183 … AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => init.GetArgument(3)); in InvalidArgumentIndex()
184 …AssertExtensions.Throws<ArgumentOutOfRangeException>("index", () => init.GetArgument(int.MaxValue)… in InvalidArgumentIndex()

12345678910>>...17