/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" 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...] |
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" 26 // version should come first; a Flag option should precede a Joined 27 // option, for example. 67 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) & [all...] |
/external/chromium_org/ppapi/generators/ |
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...] |
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_outfile.py | 14 from idl_option import GetOption, Option, ParseOptions 17 Option('diff', 'Generate a DIFF when saving the file.')
|
idl_diff.py | 11 from idl_option import GetOption, Option, ParseOptions 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.')
|
idl_generator.py | 9 from idl_option import GetOption, Option, ParseOptions 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, 78 # Check for a range option which over-rides a release option 226 print 'Option %s is %s, expecting %s' % (item, option_item, check_item)
|
idl_c_header.py | 16 from idl_option import GetOption, Option, ParseOptions 23 Option('dstroot', 'Base directory of output', default=os.path.join('..', 'c')) 24 Option('guard', 'Include guard prefix', default=os.path.join('ppapi', 'c'))
|
idl_gen_pnacl.py | 18 from idl_option import GetOption, Option, ParseOptions 21 Option('pnaclshim', 'Name of the pnacl shim file.', 24 Option('disable_pnacl_opt', 'Turn off optimization of pnacl shim.')
|
idl_lexer.py | 35 from idl_option import GetOption, Option, ParseOptions 38 Option('output', 'Generate output.')
|
idl_namespace.py | 15 from idl_option import GetOption, Option, ParseOptions 19 Option('label', 'Use the specifed label blocks.', default='Chrome') 20 Option('namespace_debug', 'Use the specified release')
|
idl_release.py | 16 from idl_option import GetOption, Option, ParseOptions 18 Option('release_debug', 'Debug Release data') 19 Option('wgap', 'Ignore Release gap warning')
|
idl_c_proto.py | 15 from idl_option import GetOption, Option, ParseOptions 18 Option('cgen_debug', 'Debug generate.') 48 # If an option prefix is provided, then prepend that to the comment 627 if left == 0: # No more parens, take the original option
|
idl_thunk.py | 16 from idl_option import GetOption, Option, ParseOptions 22 Option('thunkroot', 'Base directory of output',
|
/external/clang/tools/libclang/ |
CXStoredDiagnostic.cpp | 56 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); 57 if (!Option.empty()) { 59 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str()); 60 return cxstring::createDup((Twine("-W") + Option).str());
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebMenuItemInfo.h | 43 Option, 51 : type(Option)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socket.h | 181 enum Option { 187 virtual int GetOption(Option opt, int* value) = 0; 188 virtual int SetOption(Option opt, int value) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TypingCommand.h | 51 enum Option {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
socket.h | 182 enum Option { 190 virtual int GetOption(Option opt, int* value) = 0; 191 virtual int SetOption(Option opt, int value) = 0;
|
/external/chromium_org/third_party/re2/util/ |
pcre.h | 219 // "(?s)" has the same effect as the PCRE_DOTALL option. 220 enum Option { 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_; } function in class:re2::PCRE_Options [all...] |
/external/clang/tools/driver/ |
driver.cpp | 29 #include "llvm/Option/ArgList.h" 30 #include "llvm/Option/OptTable.h" 31 #include "llvm/Option/Option.h" 82 /// 'xOPTION': Removes all instances of the literal argument OPTION. 84 /// 'XOPTION': Removes all instances of the literal argument OPTION, 125 std::string Option = Edit.substr(1, std::string::npos); 127 if (Option == Args[i]) { 332 // Note that ParseDiagnosticArgs() uses the cc1 option table.
|
/external/llvm/include/llvm/Option/ |
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/regex-re2/util/ |
pcre.h | 213 // "(?s)" has the same effect as the PCRE_DOTALL option. 214 enum Option { 224 PCRE(const char* pattern, Option option); 226 PCRE(const string& pattern, Option option); 444 // Type of match (TODO: Should be restructured as an Option) 463 void Init(const char* pattern, Option option, int match_limit, 505 Option options_ 533 PCRE::Option option() const { return option_; } function in class:re2::PCRE_Options [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
FormField.java | 55 private final List<Option> options = new ArrayList<Option>(); 105 public Iterator<Option> getOptions() { 107 return Collections.unmodifiableList(new ArrayList<Option>(options)).iterator(); 261 * @param option a new available option for the question. 263 public void addOption(Option option) { 265 options.add(option); 295 for (Iterator<Option> i = getOptions(); i.hasNext();) [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 36 /// cl Namespace - This namespace contains all of the command line option 42 // ParseCommandLineOptions - Command line option processing entry point. 48 // ParseEnvironmentOptions - Environment variable option processing alternate 71 // PrintOptionValues - Print option values. 72 // With -print-options print the difference between option values and defaults. 73 // With -print-all-options print all option values. 90 // ConsumeAfter - Indicates that this option is fed anything that follows the 92 // there are zero positional arguments, and a ConsumeAfter option is used). 95 // passed, unprocessed, to the ConsumeAfter option. 100 enum ValueExpected { // Is a value required for the option [all...] |