Home
last modified time | relevance | path

Searched refs:parseArguments (Results 1 – 25 of 1451) sorted by relevance

12345678910>>...59

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestNameNodeOptionParsing.java37 opt = NameNode.parseArguments(new String[] {"-upgrade"}); in testUpgrade()
42 opt = NameNode.parseArguments(new String[] { "-upgrade", "-clusterid", in testUpgrade()
48 opt = NameNode.parseArguments(new String[] { "-upgrade", "-clusterid", in testUpgrade()
60 opt = NameNode.parseArguments(new String[] { "-upgrade", "-renameReserved", in testUpgrade()
84 NameNode.parseArguments(new String[] { "-upgrade", "-renameReserved", in testUpgrade()
103 opt = NameNode.parseArguments(new String[] { "-upgrade", "-cid"}); in testUpgrade()
111 final StartupOption opt = NameNode.parseArguments(args); in testRollingUpgrade()
117 final StartupOption opt = NameNode.parseArguments(args); in testRollingUpgrade()
125 final StartupOption opt = NameNode.parseArguments(args); in testRollingUpgrade()
133 final StartupOption opt = NameNode.parseArguments(args); in testRollingUpgrade()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkCommandLineParserTest1.cpp41 parser1.parseArguments(arguments1, &ok); in ctkCommandLineParserTest1()
106 parsedArgs = parser3.parseArguments(arguments3, &ok); in ctkCommandLineParserTest1()
234 parser5.parseArguments(arguments5, &ok); in ctkCommandLineParserTest1()
248 parser5.parseArguments(arguments5, &ok); in ctkCommandLineParserTest1()
273 parser5.parseArguments(arguments5, &ok); in ctkCommandLineParserTest1()
298 parser5.parseArguments(arguments5, &ok); in ctkCommandLineParserTest1()
328 parser6.parseArguments(arguments6, &ok); in ctkCommandLineParserTest1()
486 parser10.parseArguments(arguments10, &ok); in ctkCommandLineParserTest1()
559 parsedArgs = parser12.parseArguments(arguments12); in ctkCommandLineParserTest1()
567 parsedArgs = parser12.parseArguments(arguments12); in ctkCommandLineParserTest1()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/DAEValidator/tests/src/
H A DArgumentParserTests.cpp61 Assert::IsTrue(argparse.parseArguments()); in TEST_CLASS()
73 Assert::IsFalse(argparse.parseArguments()); in TEST_CLASS()
86 Assert::IsFalse(argparse.parseArguments()); in TEST_CLASS()
98 Assert::IsFalse(argparse.parseArguments()); in TEST_CLASS()
110 Assert::IsFalse(argparse.parseArguments()); in TEST_CLASS()
122 Assert::IsFalse(argparse.parseArguments()); in TEST_CLASS()
133 Assert::IsTrue(argparse.parseArguments()); in TEST_CLASS()
163 Assert::IsTrue(argparse.parseArguments()); in TEST_CLASS()
179 Assert::IsTrue(argparse.parseArguments()); in TEST_CLASS()
194 Assert::IsTrue(argparse.parseArguments()); in TEST_CLASS()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/cmdline/GATKPlugin/
H A DGATKReadFilterPluginDescriptorTest.java56 clp.parseArguments(nullMessageStream, new String[]{}); in testGetAllowedValuesForDescriptorArgument()
109 clp.parseArguments(nullMessageStream, args); in testFilterArguments()
152 clp.parseArguments(nullMessageStream, args); in testDependentFilterArguments()
170 clp.parseArguments(nullMessageStream, args); in testDanglingFilterArguments()
205 clp.parseArguments(nullMessageStream, args); in testEnableMultipleFilters()
249 clp.parseArguments(nullMessageStream, arguments); in testEnableDuplicateFilter()
269 clp.parseArguments(nullMessageStream, arguments); in testDisableDuplicateFilter()
390 clp.parseArguments(nullMessageStream, args); in testDisableToolDefaultFilters()
655 clp.parseArguments(nullMessageStream, args); in testReadLengthFilter()
693 clp.parseArguments(nullMessageStream, args); in testToolHasDefaultRequiredArgsPositive()
[all …]
H A DGATKAnnotationPluginDescriptorUnitTest.java203 clp.parseArguments(nullMessageStream, args); in testInvalidUserSpecifiedAnnotations()
225 clp.parseArguments(nullMessageStream, args); in testDependentAnnotationArguments()
242 clp.parseArguments(nullMessageStream, args); in testDanglingAnnotationArguments()
435 clp.parseArguments(nullMessageStream, args); in testNoAnnotations()
447 clp.parseArguments(nullMessageStream, args); in testGetClassForPluginHelpFromReflection()
462 clp.parseArguments(nullMessageStream, args); in testUseAllAnnotations()
483 clp.parseArguments(nullMessageStream, args); in testUseAllAnnotationsDisableToolDefaultAnnotaiotns()
505 clp.parseArguments(nullMessageStream, args); in testIncludeAllExcludeIndividual()
530 clp.parseArguments(nullMessageStream, args); in testIncludeDefaultExcludeIndividual()
542 clp.parseArguments(nullMessageStream, args); in testIncludeDefaultGroupExcludeIndividual()
[all …]
/dports/lang/nx/nsf2.3.0/library/xotcl/library/lib/
H A Dhtmllib.xotcl345 set attributes [HtmlBuilder parseArguments $args [list] [list]]
365 set attributes [HtmlBuilder parseArguments $args \
446 set attributes [HtmlBuilder parseArguments $args \
490 set attributes [HtmlBuilder parseArguments $args \
522 set attributes [HtmlBuilder parseArguments $args \
543 set attributes [HtmlBuilder parseArguments $args \
568 set attributes [HtmlBuilder parseArguments $args \
585 set attributes [HtmlBuilder parseArguments $args \
599 set attributes [HtmlBuilder parseArguments $args \
619 set attributes [HtmlBuilder parseArguments $args \
[all …]
/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/
H A DMemoryReporterPluginTest.cpp138 reporter->parseArguments(1, cmd_line, 0); in TEST_GROUP()
163 CHECK(reporter->parseArguments(3, cmd_line, 1) == false); in TEST()
171 CHECK(reporter->parseArguments(3, cmd_line, 1)); in TEST()
299 CHECK(realReporter.parseArguments(1, cmd_line, 0)); in TEST()
306 CHECK(realReporter.parseArguments(1, cmd_line, 0)); in TEST()
313 CHECK(realReporter.parseArguments(1, cmd_line, 0)); in TEST()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dsettings.h89 virtual int parseArguments(char ** args) = 0;
123 int parseArguments(char ** args) { in parseArguments() function
174 int parseArguments(char ** args) { in parseArguments() function
251 bool parseArguments(int nargs, char ** args) { in parseArguments() function
261 consumed = it->second->parseArguments(remaining_args); in parseArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DExecutionArguments.java70 return DebugPlugin.parseArguments(fVMArgs); in getVMArgumentsArray()
79 return DebugPlugin.parseArguments(fProgramArgs); in getProgramArgumentsArray()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DGATKToolUnitTest.java255 clp.parseArguments(System.out, args); in testGATKToolWithSequenceDictionaryHelper()
309 clp.parseArguments(System.out, args); in testGetMasterSequenceDictionary()
347 clp.parseArguments(System.out, args); in testGetBestAvailableSequenceDictionaryWithMasterDictionary()
362 clp.parseArguments(System.out, args); in testReadsHeader()
386 clp.parseArguments(System.out, args); in testPicardIntervalList()
411 clp.parseArguments(System.out, args); in testFeaturesHeader()
436 clp.parseArguments(System.out, args); in testAllowLexicographicallySortedVariantHeader()
448 clp.parseArguments(System.out, args); in testNonExistentReferenceFile()
459 clp.parseArguments(System.out, args); in testDisallowLexicographicallySortedVariantHeader_ifClashWithReference()
488 clp.parseArguments(System.out, args); in testValidationStringency()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/baikal/baikal/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
36 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/validator/
H A DsfValidatorFromDescription.class.php86 $arguments = $this->parseArguments($string, $i);
105 $arguments = $this->parseArguments($string, $i);
115 $arguments = $this->parseArguments($string, $i);
155 protected function parseArguments($string, &$i) function in sfValidatorFromDescription
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/lib/Twig/TokenParser/
H A DInclude.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
35 protected function parseArguments() function in Twig_TokenParser_Include
/dports/www/pear-twig/Twig-1.29.0/lib/Twig/TokenParser/
H A DInclude.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
35 protected function parseArguments() function in Twig_TokenParser_Include
/dports/devel/gitlist/gitlist/vendor/twig/twig/lib/Twig/TokenParser/
H A DInclude.php28 list($variables, $only, $ignoreMissing) = $this->parseArguments();
33 protected function parseArguments() function in Twig_TokenParser_Include
/dports/www/matomo/piwik/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php34 list($variables, $only, $ignoreMissing) = $this->parseArguments();
39 protected function parseArguments() function in Twig\\TokenParser\\IncludeTokenParser
/dports/www/limesurvey/limesurvey/application/third_party/Twig/TokenParser/
H A DInclude.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
35 protected function parseArguments() function in Twig_TokenParser_Include
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/lib/Twig/TokenParser/
H A DInclude.php28 list($variables, $only, $ignoreMissing) = $this->parseArguments();
33 protected function parseArguments() function in Twig_TokenParser_Include
/dports/www/itop/web/lib/silex/vendor/twig/twig/lib/Twig/TokenParser/
H A DInclude.php28 list($variables, $only, $ignoreMissing) = $this->parseArguments();
33 protected function parseArguments() function in Twig_TokenParser_Include

12345678910>>...59