/external/grub/lib/ |
getopt.h | 9 Free Software Foundation; either version 2, or (at your option) any 30 When `getopt' finds an option that takes an argument, 33 each non-option ARGV-element is returned here. */ 44 non-option elements that the caller should itself scan. 56 /* Set to an option character which was unrecognized. */ 62 of `struct option' terminated by an element containing a name which is 66 no_argument (or 0) if the option does not take an argument, 67 required_argument (or 1) if the option requires an argument, 68 optional_argument (or 2) if the option takes an optional argument. 71 to the value given in the field `val' when the option is found, bu 81 struct option struct [all...] |
/external/valgrind/main/lackey/docs/ |
lk-manual.xml | 10 <option>--tool=lackey</option> on the Valgrind 36 <option><![CDATA[--basic-counts=<no|yes> [default: yes] ]]></option> 46 <option>--fnname</option> option (the default is 85 <option><![CDATA[--detailed-counts=<no|yes> [default: no] ]]></option> 97 <option><![CDATA[--trace-mem=<no|yes> [default: no] ]]></option [all...] |
/ndk/sources/host-tools/make-3.81/ |
getopt.h | 10 Free Software Foundation; either version 2, or (at your option) any 30 When `getopt' finds an option that takes an argument, 33 each non-option ARGV-element is returned here. */ 44 non-option elements that the caller should itself scan. 56 /* Set to an option character which was unrecognized. */ 62 of `struct option' terminated by an element containing a name which is 66 no_argument (or 0) if the option does not take an argument, 67 required_argument (or 1) if the option requires an argument, 68 optional_argument (or 2) if the option takes an optional argument. 71 to the value given in the field `val' when the option is found, bu 81 struct option struct [all...] |
/external/chromium_org/chrome/browser/ui/ |
send_feedback_experiment.h | 9 // and/or location of the Report Feedback menu option, and corresponding option 18 // an Issue... option should be used.
|
/external/jdiff/src/jdiff/ |
Options.java | 20 * Returns the "length" of a given option. If an option takes no 28 * are not case-sensitive, use toLowerCase() on the option string 32 * @param option a String containing an option 33 * @return an int telling how many components that option has 35 public static int optionLength(String option) { 36 String opt = option.toLowerCase(); 78 // Option to change the location for the existing Javadoc 81 // Option to change the location for the existing Javado [all...] |
/external/linux-tools-perf/util/ |
parse-events.h | 18 struct option; 33 extern int parse_events(const struct option *opt, const char *str, int unset); 34 extern int parse_filter(const struct option *opt, const char *str, int unset);
|
/external/smack/src/org/xbill/DNS/ |
GenericEDNSOption.java | 23 * Construct a generic EDNS option. 24 * @param data The contents of the option. 29 this.data = Record.checkByteArrayLength("option data", data, 0xFFFF);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 1 """A powerful, extensible, and easy-to-use option parser. 26 __all__ = ['Option', 85 # Id: option.py 522 2006-06-11 16:22:03Z gward 107 Raised if an Option instance is created with invalid or 111 def __init__(self, msg, option): 113 self.option_id = str(option) 117 return "option %s: %s" % (self.option_id, self.msg) 128 Raised if an invalid option value is encountered on the command 134 Raised if an invalid option is seen on the command line. 140 return _("no such option: %s") % self.opt_st [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 1 """A powerful, extensible, and easy-to-use option parser. 26 __all__ = ['Option', 85 # Id: option.py 522 2006-06-11 16:22:03Z gward 107 Raised if an Option instance is created with invalid or 111 def __init__(self, msg, option): 113 self.option_id = str(option) 117 return "option %s: %s" % (self.option_id, self.msg) 128 Raised if an invalid option value is encountered on the command 134 Raised if an invalid option is seen on the command line. 140 return _("no such option: %s") % self.opt_st [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
options.html | 75 <option>5</option> 76 <option>10</option> 77 <option>20</option>
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
color_settings.js | 31 this.getChildElement('.color-option').disabled = !isEnabled; 32 this.getChildElement('.bw-option').disabled = !isEnabled; 39 this.getChildElement('.color-option'), 43 this.getChildElement('.bw-option'), 61 this.getChildElement('.color-option').checked = isColorEnabled; 62 this.getChildElement('.bw-option').checked = !isColorEnabled;
|
color_settings.html | 8 <input class="color-option" type="radio" name="color"> 12 <input class="bw-option" type="radio" name="color" checked>
|
/external/clang/lib/Driver/ |
CC1AsOptions.cpp | 12 #include "llvm/Option/OptTable.h" 13 #include "llvm/Option/Option.h" 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ 26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \ 29 #undef OPTION
|
DriverOptions.cpp | 12 #include "llvm/Option/OptTable.h" 13 #include "llvm/Option/Option.h" 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ 26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \ 29 #undef OPTION
|
/external/oprofile/pp/ |
common_option.h | 54 * @param option one of [smart,none,normal] 56 * return the demangle_type of option or throw an exception if option 59 demangle_type handle_demangle_option(std::string const & option); 62 * @param mergespec merge option 66 * parse merge option and return a merge_option filled from it.
|
/external/chromium_org/third_party/lcov-1.9/man/ |
genhtml.1 | 70 \-\-output\-directory option is used. If 78 Use option 120 option will slow down output creation noticeably because each source 122 module has to be installed for this option to work (it may be obtained 132 When this option is enabled, 170 Use this option to tell 177 It is advisable to use this option since depending on the 230 This option can also be configured permanently using the configuration file 231 option 242 Using this option, an extra .css file may be specified which will replac [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 47 # The option table is (currently) a list of tuples. The 50 # if an option takes an argument, its long_option should have '=' 53 # short_option, short_option should be None. All option tuples 57 # 'option_index' maps long option names to entries in the option 68 # opposite of some other option 71 # These keep track of the information in the option table. We 91 for option in self.option_table: 92 self.option_index[option[0]] = option [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 47 # The option table is (currently) a list of tuples. The 50 # if an option takes an argument, its long_option should have '=' 53 # short_option, short_option should be None. All option tuples 57 # 'option_index' maps long option names to entries in the option 68 # opposite of some other option 71 # These keep track of the information in the option table. We 91 for option in self.option_table: 92 self.option_index[option[0]] = option [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.c | 12 (at your option) any later version. 66 When `getopt' finds an option that takes an argument, 69 each non-option ARGV-element is returned here. */ 80 non-option elements that the caller should itself scan. 93 /* Set to an option character which was unrecognized. 236 non-option ARGV-elements is empty. */ 295 /* Scan elements of ARGV (whose length is ARGC) for option characters 299 then it is an option element. The characters of this element 300 (aside from the initial '-') are option characters. If `getopt' 301 is called repeatedly, it returns successively each of the option character [all...] |
/development/tools/idegen/templates/idea/ |
compiler.xml | 4 <option name="DEFAULT_COMPILER" value="Javac" /> 21 <option name="MAXIMUM_HEAP_SIZE" value="1024" />
|
/external/chromium/chrome/browser/sync/protocol/ |
bookmark_specifics.proto | 12 option optimize_for = LITE_RUNTIME; 13 option retain_unknown_fields = true;
|
preference_specifics.proto | 12 option optimize_for = LITE_RUNTIME; 13 option retain_unknown_fields = true;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 230 <option selected value="http">http://</option> 231 <option value="https">https://</option> 232 <option value="socks4">socks4://</option> 233 <option value="socks5">socks5://</option> 247 <option selected value="http">http://</option> [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
options.html | 60 <option value="red">red</option> 61 <option value="green">green</option> 62 <option value="blue">blue</option> 63 <option value="yellow">yellow</option>
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
options.html | 62 <option value="red">red</option> 63 <option value="green">green</option> 64 <option value="blue">blue</option> 65 <option value="yellow">yellow</option>
|