Searched defs:Option (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/webrtc/
H A Dcommon.h69 struct Option : BaseOption { struct in class:webrtc::Config
70 explicit Option(T* v): value(v) {} function in struct:webrtc::Config::Option
71 ~Option() {
105 const T* t = static_cast<Option<T>*>(it->second)->value;
117 it = new Option<T>(value);
/external/llvm/lib/Option/
H A DOption.cpp1 //===--- 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) function in class:Option
38 Option::~Option() {
41 void Option
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_option.py18 class Option(object): class in inherits:object
24 raise RuntimeError('Option "%s" already exists.' % name)
72 Option('h', 'Help', callfunc=DumpHelp)
73 Option('help', 'Help', callfunc=DumpHelp)
74 Option('verbose', 'Verbose')
75 Option('test', 'Test the IDL scripts')
H A Didl_lint.py13 from idl_option import GetOption, Option, ParseOptions namespace
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.')
H A Didl_outfile.py14 from idl_option import GetOption, Option, ParseOptions namespace
17 Option('diff', 'Generate a DIFF when saving the file.')
H A Didl_diff.py11 from idl_option import GetOption, Option, ParseOptions namespace
23 Option('gen', 'IDL generated files', default='hdir')
24 Option('src', 'Original ".h" files', default='../c')
25 Option('halt', 'Stop if a difference is found')
26 Option('diff', 'Directory holding acceptable diffs', default='diff')
27 Option('ok', 'Write out the diff file.')
H A Didl_generator.py9 from idl_option import GetOption, Option, ParseOptions namespace
14 Option('out', 'List of output files', default='')
15 Option('release', 'Which release to generate.', default='')
16 Option('range', 'Which ranges in the form of MIN,MAX.', default='start,end')
36 self.run_switch = Option(sname, desc)
37 self.opt_switch = Option(sname + '_opt', 'Options for %s.' % sname,
226 print 'Option %s is %s, expecting %s' % (item, option_item, check_item)
H A Didl_c_header.py16 from idl_option import GetOption, Option, ParseOptions namespace
23 Option('dstroot', 'Base directory of output', default=os.path.join('..', 'c'))
24 Option('guard', 'Include guard prefix', default=os.path.join('ppapi', 'c'))
H A Didl_gen_pnacl.py18 from idl_option import GetOption, Option, ParseOptions namespace
21 Option('pnaclshim', 'Name of the pnacl shim file.',
24 Option('disable_pnacl_opt', 'Turn off optimization of pnacl shim.')
H A Didl_lexer.py35 from idl_option import GetOption, Option, ParseOptions namespace
38 Option('output', 'Generate output.')
H A Didl_namespace.py15 from idl_option import GetOption, Option, ParseOptions namespace
19 Option('label', 'Use the specifed label blocks.', default='Chrome')
20 Option('namespace_debug', 'Use the specified release')
H A Didl_c_proto.py15 from idl_option import GetOption, Option, ParseOptions namespace
18 Option('cgen_debug', 'Debug generate.')
H A Didl_release.py16 from idl_option import GetOption, Option, ParseOptions namespace
18 Option('release_debug', 'Debug Release data')
19 Option('wgap', 'Ignore Release gap warning')
H A Didl_thunk.py16 from idl_option import GetOption, Option, ParseOptions namespace
22 Option('thunkroot', 'Base directory of output',
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp58 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); local
59 if (!Option.empty()) {
61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
62 return cxstring::createDup((Twine("-W") + Option).str());
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp30 unsigned Option = MO.getTargetFlags() & ARMII::MO_OPTION_MASK; local
31 switch (Option) {
35 switch (Option) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebMenuItemInfo.h43 Option, enumerator in enum:blink::WebMenuItemInfo::Type
51 : type(Option)
/external/chromium_org/v8/src/base/
H A Dflags-unittest.cc58 enum Option { enum in namespace:v8::base::__anon17243::foo
64 typedef Flags<Option> Options;
/external/clang/docs/tools/
H A Ddump_format_style.py32 class Option: class in inherits:
102 option = Option(str(field_name), str(field_type), comment)
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp64 LoopHintAttr::OptionType Option = local
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) {
103 return LoopHintAttr::CreateImplicit(S.Context, Option, ValueInt,
136 int Option = LH->getOption(); local
140 switch (Option) {
[all...]
/external/clang/test/CodeGenCXX/
H A Ddestructors.cpp369 struct Option { struct in namespace:test10
370 virtual ~Option() {}
372 template <class DataType> class opt : public Option {};
377 Option x;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h51 enum Option { enum in class:blink::FINAL
/external/chromium_org/third_party/re2/util/
H A Dpcre.h220 enum Option { enum in class:re2::PCRE
230 PCRE(const char* pattern, Option option);
232 PCRE(const string& pattern, Option option);
450 // Type of match (TODO: Should be restructured as an Option)
469 void Init(const char* pattern, Option option, int match_limit,
511 Option options_;
539 PCRE::Option option() const { return option_; }
540 void set_option(PCRE::Option option) {
559 PCRE::Option option_;
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h165 enum Option { enum in class:rtc::Socket
176 virtual int GetOption(Option opt, int* value) = 0;
177 virtual int SetOption(Option opt, int value) = 0;
/external/clang/tools/driver/
H A Ddriver.cpp29 #include "llvm/Option/ArgList.h"
30 #include "llvm/Option/OptTable.h"
31 #include "llvm/Option/Option.h"
127 std::string Option = Edit.substr(1, std::string::npos); local
129 if (Option == Args[i]) {

Completed in 1553 milliseconds

12