HomeSort by relevance Sort by last modified time
    Searched defs:Option (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vogar/src/vogar/
Option.java 25 * Annotates a field as representing a command-line option for OptionParser.
29 public @interface Option {
31 * The names for this option, such as { "-h", "--help" }.
33 * An option must have at least one name.
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
Option.java 18 public final class Option<T> {
22 public static <T> Option<T> valueOf(T v) {
23 return new Option<T>(v);
26 private Option(T v) {
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 1 package Option::ROM;
21 Option::ROM - Option ROM manipulation
25 use Option::ROM;
28 my $rom = new Option::ROM;
40 C<Option::ROM> provides a mechanism for manipulating Option ROM
49 # Option::ROM::Fields
53 package Option::ROM::Fields;
158 # Option::RO
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
option.go 20 type option struct { type
24 // Option sets options for the template. Options are described by
26 // most one equals sign in an option string. If the option string
27 // is unrecognized or otherwise invalid, Option panics.
42 func (t *Template) Option(opt ...string) *Template {
52 panic("empty option string")
62 t.option.missingKey = mapInvalid
65 t.option.missingKey = mapZeroValue
68 t.option.missingKey = mapErro
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
option.go 20 type option struct { type
24 // Option sets options for the template. Options are described by
26 // most one equals sign in an option string. If the option string
27 // is unrecognized or otherwise invalid, Option panics.
42 func (t *Template) Option(opt ...string) *Template {
52 panic("empty option string")
62 t.option.missingKey = mapInvalid
65 t.option.missingKey = mapZeroValue
68 t.option.missingKey = mapErro
    [all...]
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 58 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID);
59 if (!Option.empty()) {
61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
62 return cxstring::createDup((Twine("-W") + Option).str());
  /external/desugar/java/com/google/devtools/common/options/
Option.java 27 * <p>A number of checks are run on an Option's fields' values at compile time. See
32 public @interface Option {
33 /** The name of the option ("--name"). */
36 /** The single-character abbreviation of the option ("-a"). */
49 * The default value for the option. This method should only be invoked directly by the parser
54 * option at its default value (as printed in the usage message) has the same behavior as not
55 * specifying the option at all; this would be very hard to achieve if the default value was an
60 * <p>If an option's defaultValue() is the string "null", the option's converter will not be
95 * Tag about the intent or effect of this option. Unless this option is a no-op (and the reaso
    [all...]
  /external/llvm/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /external/llvm/lib/Option/
Option.cpp 1 //===--- Option.cpp - Abstract Driver Options -----------------------------===//
10 #include "llvm/Option/Option.h"
12 #include "llvm/Option/Arg.h"
13 #include "llvm/Option/ArgList.h"
23 Option::Option(const OptTable::Info *info, const OptTable *owner)
26 // Multi-level aliases are not supported. This just simplifies option
35 "Cannot provide alias args to a flag option.");
39 void Option::print(raw_ostream &O) const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Options.h 26 /// When reading data for options the interface is via the LLVMContext. Option
28 /// example of reading the above option would be:
62 /// provides interfaces for option registration and reading values from options.
67 DenseMap<void *, cl::Option *> Options;
69 /// \brief Adds a cl::Option to the registry.
71 /// \param Key unique key for option
72 /// \param O option to map to \p Key
76 void addOption(void *Key, cl::Option *O);
85 /// \brief Registers an option with the OptionRegistry singleton.
87 /// \tparam ValT type of the option's dat
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
Option.java 27 * Annotates a field as representing a {@link IConfiguration} option.
31 public @interface Option {
36 /** the option should never be treated as important */
38 /** the option should be treated as important only if it has no value */
40 /** the option should always be treated as important */
45 * The mandatory unique name for this option.
48 * For example, an {@link Option} with name 'help' would be specified with '--help' on the
56 * Optional abbreviated name for option.
60 * '0' is reserved to mean the option has no shortName.
65 * User friendly description of the option
    [all...]

Completed in 1193 milliseconds

1 2 3 4 5 6 7 8 91011>>