Home
last modified time | relevance | path

Searched refs:optDef (Results 1 – 25 of 53) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true))
128 Field f = optDef.getField();
140 setOptionValue(optDef, value);
148 if (optDef.hasFactory()) {
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false))
226 if (optDef == null)
228 if (!optDef.hasFactory())
231 setOptionValue(optDef, optDef.getDefaultValue());
299 optionDefs.put(name, optDef);
301 return optDef;
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DOptionsSetup.java94 if (optionsAnnotation(optDef.getOwner(), optDef.getField(), null, optDef, true)) in setDefaultValues()
128 Field f = optDef.getField(); in process1Arg()
140 setOptionValue(optDef, value); in process1Arg()
148 if (optDef.hasFactory()) { in setOptionValue()
159 if (!optionsAnnotation(o, f, optDef.getPrefix(), optDef, false)) in setOptionValue()
226 if (optDef == null) in optionsAnnotation()
228 if (!optDef.hasFactory()) in optionsAnnotation()
231 setOptionValue(optDef, optDef.getDefaultValue()); in optionsAnnotation()
299 optionDefs.put(name, optDef); in optionAnnotation()
301 return optDef; in optionAnnotation()
[all …]
H A DOptionError.java28 public OptionError(String msg, OptionDefinition optDef) { in OptionError() argument
29 super(msg + " (option definition: " + optDef + ")"); in OptionError()
32 public OptionError(String msg, Throwable e, OptionDefinition optDef) { in OptionError() argument
33 super(msg + " (option definition: " + optDef + ")", e); in OptionError()
/dports/games/spring/spring_98.0/cont/base/maphelper/maphelper/
H A Dsetupopts.lua83 local function ItemNumbers(optDef)
94 local function BoolOption(optDef)
100 key = optDef[1], name = optDef[2], desc = optDef[3],
101 def = optDef[4] or optDef[5]
110 key = optDef[1], name = optDef[2], desc = optDef[3],
111 def = optDef[4] or optDef[5],
112 min = optDef[6], max = optDef[7], step = optDef[8]
121 key = optDef[1], name = optDef[2], desc = optDef[3],
122 def = optDef[4] or optDef[5],
276 if (optDef) then
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/build/config/
H A Dparse.c764 YamlEvent optDef = yamlEventNext(yaml); in bldCfgParseOptionList() local
768 yamlEventCheck(optDef, yamlEventTypeScalar); in bldCfgParseOptionList()
770 if (strEqZ(optDef.value, "allow-list")) in bldCfgParseOptionList()
778 else if (strEqZ(optDef.value, "command")) in bldCfgParseOptionList()
786 else if (strEqZ(optDef.value, "depend")) in bldCfgParseOptionList()
790 else if (strEqZ(optDef.value, "deprecate")) in bldCfgParseOptionList()
798 if (strEqZ(optDef.value, "default")) in bldCfgParseOptionList()
813 else if (strEqZ(optDef.value, "group")) in bldCfgParseOptionList()
852 else if (strEqZ(optDef.value, "type")) in bldCfgParseOptionList()
860 optDef = yamlEventNext(yaml); in bldCfgParseOptionList()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/rust/src/dep_tests/
H A Dsimplejson.rs117 optDef: None, in test_struct_key()
152 optDef: Some("stuff\twith\nescape\\characters'...\"lots{of}fun</xml>".to_string()), in test_weird_text()
170 sub.optDef = Some("UNICODE\u{1F60A}UH OH".to_string()); in test_weird_text()
193 optDef: Some("thing".to_string()), in test_skip_complex()
274 optDef: None, in test_null_stuff()
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/splitmix-0.1.0.4/tests/
H A DTestU01.hs79 <$> optDef "-g" SplitMix
80 <*> optDef "-b" SmallCrush
149 optDef :: Read a => String -> a -> Parser a
150 optDef n d = Ap (Opt n readMaybe) (Pure (fromMaybe d)) function
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Dcreateprofiledialog.cpp84 const Record &optDef = opts[key]->valueAsRecord(); in DENG_GUI_PIMPL() local
85 const String optType = optDef["type"]; in DENG_GUI_PIMPL()
86 const String optLabel = optDef["label"]; in DENG_GUI_PIMPL()
102 slider->setRange(Ranged(optDef.getd("min"), optDef.getd("max"))); in DENG_GUI_PIMPL()
103 const double step = optDef.getd("step", 1.0); in DENG_GUI_PIMPL()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fastq-dump/
H A Dargs.hpp286 inline const AOptDef & optDef ( size_t i ) in optDef() function in ngs::AArgs
315 const AOptDef & optDef ( const String & name ) const;
/dports/devel/stack/stack-2.7.3/_cabal_deps/splitmix-0.1.0.3/tests/
H A DDieharder.hs44 <*> optDef "-n" 1
45 <*> optDef "-j" 1
239 optDef :: Read a => String -> a -> Parser a
240 optDef n d = Ap (Opt n readMaybe) (Pure (fromMaybe d)) function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/splitmix-0.1.0.3/tests/
H A DDieharder.hs44 <*> optDef "-n" 1
45 <*> optDef "-j" 1
239 optDef :: Read a => String -> a -> Parser a
240 optDef n d = Ap (Opt n readMaybe) (Pure (fromMaybe d)) function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/splitmix-0.1.0.1/tests/
H A DDieharder.hs44 <*> optDef "-n" 1
45 <*> optDef "-j" 1
239 optDef :: Read a => String -> a -> Parser a
240 optDef n d = Ap (Opt n readMaybe) (Pure (fromMaybe d)) function

123