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

1 2 3 4 5 6 7

  /external/chromium_org/components/cloud_devices/common/
description_items.h 27 // static bool IsValid(const Option&);
33 // static bool Load(const base::DictionaryValue& dict, ContentType* option);
36 // static void Save(ContentType option, base::DictionaryValue* dict);
40 // Option specifies data type for <VALUE>.
42 template <class Option, class Traits>
59 const Option& operator[](size_t i) const { return options_[i]; }
61 bool Contains(const Option& option) const {
62 return std::find(options_.begin(), options_.end(), option) !=
66 void AddOption(const Option& option) { options_.push_back(option);
    [all...]
description_items_inl.h 19 template <class Option, class Traits>
20 ListCapability<Option, Traits>::ListCapability() {
24 template <class Option, class Traits>
25 ListCapability<Option, Traits>::~ListCapability() {
28 template <class Option, class Traits>
29 bool ListCapability<Option, Traits>::IsValid() const {
39 template <class Option, class Traits>
40 bool ListCapability<Option, Traits>::LoadFrom(
51 Option option;
    [all...]
  /external/llvm/include/llvm/Option/
OptSpecifier.h 1 //===--- OptSpecifier.h - Option Specifiers ---------------------*- C++ -*-===//
17 class Option;
19 /// OptSpecifier - Wrapper class for abstracting references to option IDs.
29 /*implicit*/ OptSpecifier(const Option *Opt);
Arg.h 20 #include "llvm/Option/Option.h"
27 /// \brief A concrete instance of a particular driver option.
36 /// \brief The option this argument is an instance of.
37 const Option Opt;
43 /// \brief How this instance of the option was spelled.
62 Arg(const Option Opt, StringRef Spelling, unsigned Index,
64 Arg(const Option Opt, StringRef Spelling, unsigned Index,
66 Arg(const Option Opt, StringRef Spelling, unsigned Index,
70 const Option &getOption() const { return Opt;
    [all...]
Option.h 1 //===--- Option.h - Abstract Driver Options ---------------------*- C++ -*-===//
15 #include "llvm/Option/OptTable.h"
33 /// Option - Abstract representation for a single form of driver
36 /// An Option class represents a form of option that the driver
37 /// takes, for example how many arguments the option has and how
38 /// they can be provided. Individual option instances store
39 /// additional information about what group the option is a member
40 /// of (if any), if the option is an alias, and a number of
43 /// particular Option instance
    [all...]
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 24 /* Llvm.llmodule -> string option */
27 CAMLlocal2(String, Option);
33 Option = Val_int(0);
35 Option = alloc(1, 0);
37 Store_field(Option, 0, String);
42 CAMLreturn(Option);
  /external/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 43 Option,
51 : type(Option)
  /external/chromium_org/third_party/webrtc/
common.h 22 // * declaring an option:
28 // * accessing an option:
31 // * setting an option:
40 // Returns the option if set or a default constructed one.
47 // Set the option, deleting any previous instance of the same.
69 struct Option : BaseOption {
70 explicit Option(T* v): value(v) {}
71 ~Option() {
105 const T* t = static_cast<Option<T>*>(it->second)->value;
117 it = new Option<T>(value)
    [all...]
  /external/llvm/lib/Option/
OptTable.cpp 1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "llvm/Option/OptTable.h"
11 #include "llvm/Option/Arg.h"
12 #include "llvm/Option/ArgList.h"
13 #include "llvm/Option/Option.h"
72 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) &&
74 return B.Kind == Option::JoinedClass;
78 // Support lower_bound between info and an option name
    [all...]
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"
22 Option::Option(const OptTable::Info *info, const OptTable *owner)
25 // Multi-level aliases are not supported. This just simplifies option
34 "Cannot provide alias args to a flag option.");
38 Option::~Option()
    [all...]
Arg.cpp 10 #include "llvm/Option/Arg.h"
13 #include "llvm/Option/ArgList.h"
14 #include "llvm/Option/Option.h"
20 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index, const Arg *_BaseArg)
25 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index,
32 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index,
92 case Option::RenderValuesStyle:
97 case Option::RenderCommaJoinedStyle: {
109 case Option::RenderJoinedStyle
    [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 62 assert(OptionInfo && "Attribute must have valid option info.");
64 LoopHintAttr::OptionType Option =
75 if (Option == LoopHintAttr::Vectorize || Option == LoopHintAttr::Interleave ||
76 Option == LoopHintAttr::Unroll) {
89 } else if (Option == LoopHintAttr::VectorizeWidth ||
90 Option == LoopHintAttr::InterleaveCount ||
91 Option == LoopHintAttr::UnrollCount) {
101 llvm_unreachable("Unknown loop hint option");
103 return LoopHintAttr::CreateImplicit(S.Context, Option, ValueInt
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 68 void Option::anchor() {}
105 static Option *RegisteredOptionList = nullptr;
107 void Option::addArgument() {
115 void Option::removeArgument() {
122 // This collects the different option categories that have been registered.
126 // Initialise the general option category.
134 }) == 0 && "Duplicate option categories");
140 // Basic, shared command line option processing machinery.
145 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
146 SmallVectorImpl<Option*> &SinkOpts
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 35 /// cl Namespace - This namespace contains all of the command line option
41 // ParseCommandLineOptions - Command line option processing entry point.
47 // ParseEnvironmentOptions - Environment variable option processing alternate
70 // PrintOptionValues - Print option values.
71 // With -print-options print the difference between option values and defaults.
72 // With -print-all-options print all option values.
89 // ConsumeAfter - Indicates that this option is fed anything that follows the
91 // there are zero positional arguments, and a ConsumeAfter option is used).
94 // passed, unprocessed, to the ConsumeAfter option.
99 enum ValueExpected { // Is a value required for the option
    [all...]
  /external/llvm/lib/
Makefile 14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
  /external/llvm/unittests/
Makefile 13 LineEditor Linker MC Option Support Transforms
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildProvider.java 22 import com.android.tradefed.config.Option;
31 @Option(name="cts-install-path", description="the path to the cts installation to use")
  /external/chromium_org/ppapi/generators/
idl_lint.py 13 from idl_option import GetOption, Option, ParseOptions
18 Option('wcomment', 'Disable warning for missing comment.')
19 Option('wenum', 'Disable warning for missing enum value.')
20 Option('winline', 'Disable warning for inline blocks.')
21 Option('wname', 'Disable warning for inconsistent interface name.')
22 Option('wnone', 'Disable all warnings.')
23 Option('wparam', 'Disable warning for missing [in|out|inout] on param.')
24 Option('wpass', 'Disable warning for mixed passByValue and returnByValue.')
idl_option.py 15 raise RuntimeError('Could not find option "%s".' % name)
18 class Option(object):
22 # Verify this option is not a duplicate
24 raise RuntimeError('Option "%s" already exists.' % name)
37 # If this is a boolean option, set it to true
50 def DumpOption(option):
51 if len(option.name) > 1:
52 out = ' --%-15.15s\t%s' % (option.name, option.desc)
54 out = ' -%-15.15s\t%s' % (option.name, option.desc
    [all...]
  /external/chromium_org/third_party/webrtc/base/
asyncudpsocket.h 45 virtual int GetOption(Socket::Option opt, int* value);
46 virtual int SetOption(Socket::Option opt, int value);
  /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/llvm/unittests/Option/
Makefile 1 ##===- unittests/Option/Makefile ---------------------------*- Makefile -*-===##
11 TESTNAME = Option
12 LINK_COMPONENTS := option support
22 $(Echo) "Building Driver Option tables with tblgen"
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 31 import io.airlift.command.Option;
81 @Option(name = { "-X", "--request" }, description = "Specify request command to use")
84 @Option(name = { "-d", "--data" }, description = "HTTP POST data")
87 @Option(name = { "-H", "--header" }, description = "Custom header to pass to server")
90 @Option(name = { "-A", "--user-agent" }, description = "User-Agent to send to server")
93 @Option(name = "--connect-timeout", description = "Maximum time allowed for connection (seconds)")
96 @Option(name = "--read-timeout", description = "Maximum time allowed for reading data (seconds)")
99 @Option(name = { "-L", "--location" }, description = "Follow redirects")
102 @Option(name = { "-k", "--insecure" },
106 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output"
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 52 struct Option
68 //! Construct generic option (string, int, boolean).
69 Option (const char* shortName_, const char* longName_, const char* description_, const char* defaultValue_ = DE_NULL)
80 //! Option with custom parsing function.
81 Option (const char* shortName_, const char* longName_, const char* description_, ParseFunc parse_, const char* defaultValue_ = DE_NULL)
92 //! Option that uses named values.
93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL)
104 //! Option that uses named values.
106 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType> (&namedValues_)[NumNamedValues], const char* defaultValue_ = DE_NULL)
118 template<class Option>
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 30 import com.android.tradefed.config.Option;
31 import com.android.tradefed.config.Option.Importance;
48 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create",
52 @Option (name = "session", shortName = 's', description = "the session id to derive from",
56 @Option (name = "result", shortName = 'r',
61 @Option(name = CtsTest.RUN_KNOWN_FAILURES_OPTION)
72 * All {@link Option} fields must be populated via
79 * Create a {@link PlanCreator} using the specified option values.
90 * {@link Option} values must all be set before this is called.
110 * {@link Option} values must all be set before this is called
    [all...]

Completed in 697 milliseconds

1 2 3 4 5 6 7