/external/qemu/ |
qemu-options.h | 32 #define DEF(option, opt_arg, opt_enum, opt_help) \
|
/external/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt_int.h | 9 (at your option) any later version. 24 const struct option *__longopts, int *__longind, 48 /* The next char to be scanned in the option-element 49 in which the last option character we returned was found. 56 /* Describe how to deal with options that follow non-option ARGV-elements. 63 stop option processing when the first non-option is seen. 67 of the list of option characters, or by calling getopt. 74 RETURN_IN_ORDER is an option available to programs that were 77 non-option ARGV-element as if it were the argument of an optio [all...] |
getopt1.c | 9 (at your option) any later version. 42 const struct option *long_options, int *opt_index) 50 const struct option *long_options, int *opt_index, 57 /* Like getopt_long, but '-' as well as '--' can indicate a long option. 58 If an option that starts with '-' (not '--') doesn't match a long option, 59 but does match a short option, it is parsed as a short option 65 const struct option *long_options, int *opt_index) 73 const struct option *long_options, int *opt_index [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
/external/iptables/extensions/ |
libxt_TCPOPTSTRIP.c | 22 const unsigned int option; member in struct:tcp_optionmap 52 printf(" %-14s strip \"%s\" option\n", w->name, w->desc); 58 unsigned int option; local 67 option = 0; 70 option = tcp_optionmap[i].option; 74 if (option == 0 && 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) 77 "Bad TCP option value \"%s\"", arg); 79 if (option < 2 [all...] |
/external/ppp/pppd/plugins/radius/ |
config.c | 26 * Purpose: find an option in the option list 28 * Returns: pointer to option on success, NULL otherwise 31 static OPTION *find_option(char *optname, unsigned int type) 48 * Purpose: set a specific option doing type conversions 53 static int set_option_str(char *filename, int line, OPTION *option, char *p) 56 option->val = (void *) strdup(p); 58 option->val = NULL; 63 static int set_option_int(char *filename, int line, OPTION *option, char *p 190 OPTION *option; local 269 OPTION *option; local 280 OPTION *option; local 291 OPTION *option; local [all...] |
/dalvik/tools/ |
dex-preopt | 26 # use the "--bootstrap" option to do this. 92 # A raw "--" signals the end of option processing. 97 # Parse the option into components. 101 # Option has the form "--option=value". 102 option="${optionBeforeValue}" 106 option=`expr -- "${origOption}" : '--\(.*\)'` 108 # Not an option. 111 # Option has the form "--option" [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityMenuListPopup.cpp | 73 AccessibilityMenuListOption* option = static_cast<AccessibilityMenuListOption*>(object); local 74 option->setElement(element); 76 return option; 100 AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(toHTMLElement(listItems[i])); local 101 if (option) { 102 option->setParent(this); 103 m_children.append(option);
|
/external/tcpdump/ |
print-dccp.c | 208 static int dccp_print_option(const u_char *option); 407 static int dccp_print_option(const u_char *option) 414 TCHECK(*option); 416 if (*option >= 32) { 417 TCHECK(*(option+1)); 418 optlen = *(option +1); 420 printf("Option %d optlen too short",*option); 425 TCHECK2(*option,optlen); 427 switch (*option){ [all...] |
bpf_dump.c | 38 bpf_dump(struct bpf_program *p, int option) 45 if (option > 2) { 53 if (option > 1) {
|
/external/oprofile/pp/ |
opreport_options.cpp | 64 popt::option options_array[] = { 65 popt::option(options::callgraph, "callgraph", 'c', 67 popt::option(options::details, "details", 'd', 69 popt::option(options::symbols, "symbols", 'l', 72 popt::option(outfile, "output-file", 'o', 75 popt::option(sort, "sort", 's', 77 popt::option(options::reverse_sort, "reverse-sort", 'r', 79 popt::option(mergespec, "merge", 'm', 81 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 83 popt::option(exclude_symbols, "exclude-symbols", 'e' [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
InFilesParser.pm | 133 my ($option, $value); 135 ($option, $value) = split "=", $options[$i]; 136 $option = trimWS($option); 144 &$perTagHandler($elementName, $option, $value);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 13 # the Free Software Foundation; either version 2, or (at your option) 60 # Initialize the option processor: 64 # For a description of option declarations, see the documentation at 68 # List of option declarations (separated by whitespace) 78 $optionStart = "-"; # Dash is the default option starter 87 foreach $option (split(/\s+/,$group)) { 88 croak "Invalid option declaration `$option'" 89 unless $option =~ /^([^=:>]+)([=:][$typeChars]|>[^=:>]+)?$/o; 94 croak "Invalid synonym `$option'" [all...] |
/external/libpcap/ |
bpf_dump.c | 34 bpf_dump(struct bpf_program *p, int option) 41 if (option > 2) { 49 if (option > 1) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
getopt.h | 9 version 2.1 of the License, or (at your option) any later version. 54 When `getopt' finds an option that takes an argument, 57 each non-option ARGV-element is returned here. */ 68 non-option elements that the caller should itself scan. 80 /* Set to an option character which was unrecognized. */ 87 of `struct option' terminated by an element containing a name which is 91 no_argument (or 0) if the option does not take an argument, 92 required_argument (or 1) if the option requires an argument, 93 optional_argument (or 2) if the option takes an optional argument. 96 to the value given in the field `val' when the option is found, bu 106 struct option struct [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
PanelEnablerView.js | 50 var option = document.createElement("input"); 51 option.type = "radio"; 52 option.name = "enable-option"; 54 option.checked = true; 55 label.appendChild(option); 58 return option;
|
/bootable/recovery/edify/ |
lexer.l | 39 %option noyywrap
|
/external/grub/util/ |
grub-md5-crypt | 9 # (at your option) any later version. 30 for option in "$@"; do 31 case "$option" in 34 Usage: $progname [OPTION] 52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` 56 echo "$progname: unrecognized option \`$option'" 57 echo "Usage: $progname [OPTION]"
|
grub-md5-crypt.in | 9 # (at your option) any later version. 30 for option in "$@"; do 31 case "$option" in 34 Usage: $progname [OPTION] 52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` 56 echo "$progname: unrecognized option \`$option'" 57 echo "Usage: $progname [OPTION]"
|
grub-terminfo | 9 # (at your option) any later version. 40 for option in "$@"; do 41 case "$option" in 49 error "Unrecognized option \`$option'" 58 termname="$option" ;;
|
grub-terminfo.in | 9 # (at your option) any later version. 40 for option in "$@"; do 41 case "$option" in 49 error "Unrecognized option \`$option'" 58 termname="$option" ;;
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebpluginfactory.cpp | 7 version 2 of the License, or (at your option) any later version. 232 This virtual function can be reimplemented in a QWebPluginFactory subclass to provide support for extensions. The \a option 245 bool QWebPluginFactory::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) 248 Q_UNUSED(option)
|