Searched refs:option (Results 1 - 25 of 555) sorted by relevance

1234567891011>>

/external/dhcpcd/
H A Ddhcpcd.conf5 option domain_name_servers, domain_name, domain_search, host_name
8 option ntp_servers
13 #option interface_mtu
H A Dandroid.conf6 option subnet_mask, routers, domain_name_servers
/external/chromium/third_party/icu/source/tools/toolutil/
H A Duoptions.c33 /* process an option */
34 UOption *option=NULL; local
37 /* process a long option */
42 /* search for the option string */
46 option=options+j;
50 if(option==NULL) {
51 /* no option matches */
54 option->doesOccur=1;
56 if(option->hasArg!=UOPT_NO_ARG) {
57 /* parse the argument for the option, i
[all...]
/external/icu4c/tools/toolutil/
H A Duoptions.c33 /* process an option */
34 UOption *option=NULL; local
37 /* process a long option */
42 /* search for the option string */
46 option=options+j;
50 if(option==NULL) {
51 /* no option matches */
54 option->doesOccur=1;
56 if(option->hasArg!=UOPT_NO_ARG) {
57 /* parse the argument for the option, i
[all...]
/external/stlport/stlport/stl/config/
H A D_warnings_off.h45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline
47 # pragma option -w-ngu // -w-8041 Negating unsigned value
48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
49 # pragma option -w-rch // -w-8066 Unreachable code
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
H A D_epilog.h8 # pragma option pop
9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
/external/grub/lib/
H A Dgetopt.h9 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 i
81 struct option struct
[all...]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
H A DtestxxLexer.l3 %option C++ noyywrap
/external/webkit/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp73 AccessibilityMenuListOption* option = static_cast<AccessibilityMenuListOption*>(object); local
74 option->setElement(element);
76 return option;
100 AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(static_cast<HTMLElement*>(listItems[i])); local
101 if (option) {
102 option->setParent(this);
103 m_children.append(option);
/external/bison/lib/
H A Dgetopt_int.h8 the Free Software Foundation; either version 2, or (at your option)
25 const struct option *__longopts, int *__longind,
49 /* The next char to be scanned in the option-element
50 in which the last option character we returned was found.
57 /* Describe how to deal with options that follow non-option ARGV-elements.
64 stop option processing when the first non-option is seen.
68 of the list of option characters, or by calling getopt.
75 RETURN_IN_ORDER is an option available to programs that were
78 non-option ARG
[all...]
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h8 License, or (at your option) any later version.
32 When `getopt' finds an option that takes an argument,
35 each non-option ARGV-element is returned here. */
46 non-option elements that the caller should itself scan.
58 /* Set to an option character which was unrecognized. */
64 of `struct option' terminated by an element containing a name which is
68 no_argument (or 0) if the option does not take an argument,
69 required_argument (or 1) if the option requires an argument,
70 optional_argument (or 2) if the option takes an optional argument.
73 to the value given in the field `val' when the option i
83 struct option struct
[all...]
/external/ppp/pppd/plugins/radius/
H A Dconfig.c26 * Purpose: find an option in the option list
28 * Returns: pointer to option on success, NULL otherwise
48 * Purpose: set a specific option doing type conversions
53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
56 option->val = (void *) strdup(p);
58 option->val = NULL;
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
78 option
83 set_option_srv(char *filename, int line, OPTION *option, char *p) argument
133 set_option_auo(char *filename, int line, OPTION *option, char *p) argument
190 OPTION *option; local
269 OPTION *option; local
280 OPTION *option; local
291 OPTION *option; local
[all...]
/external/webkit/WebCore/bindings/v8/custom/
H A DV8HTMLOptionElementConstructor.cpp62 RefPtr<HTMLOptionElement> option = new HTMLOptionElement(HTMLNames::optionTag, document);
73 option->appendChild(text.release(), ec);
79 option->setValue(toWebCoreString(args[1]));
82 option->setDefaultSelected(args[2]->BooleanValue());
84 option->setSelected(args[3]->BooleanValue());
89 V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::OPTION), option.get());
90 option->ref();
91 V8DOMWrapper::setJSWrapperForDOMNode(option.get(), v8::Persistent<v8::Object>::New(args.Holder()));
/external/webkit/WebKitTools/Scripts/
H A Dbuild-webkit62 { option => "3d-canvas", desc => "Toggle 3D canvas support",
65 { option => "3d-rendering", desc => "Toggle 3D rendering support",
68 { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support",
71 { option => "client-based-geolocation", desc => "Toggle client-based Geolocation support",
74 { option => "coverage", desc => "Toggle code coverage support",
77 { option => "database", desc => "Toggle Database Support",
80 { option => "datagrid", desc => "Toggle Datagrid Support",
83 { option => "datalist", desc => "Toggle HTML5 datalist support",
86 { option => "dom-storage", desc => "Toggle DOM Storage Support",
89 { option
265 sub option($$) subroutine
[all...]
/external/tcpdump/
H A Dprint-dccp.c208 static int dccp_print_option(const u_char *option);
407 static int dccp_print_option(const u_char *option) argument
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){
439 if (*(option
[all...]
H A Dbpf_dump.c38 bpf_dump(struct bpf_program *p, int option) argument
45 if (option > 2) {
53 if (option > 1) {
/external/webkit/WebCore/bindings/scripts/
H A DInFilesParser.pm129 my ($option, $value);
131 ($option, $value) = split "=", $options[$i];
132 $option = trimWS($option);
140 &$perTagHandler($elementName, $option, $value);
/external/libpcap/
H A Dbpf_dump.c34 bpf_dump(struct bpf_program *p, int option) argument
41 if (option > 2) {
49 if (option > 1) {
/external/webkit/WebCore/inspector/front-end/
H A DPanelEnablerView.js50 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;
/external/grub/util/
H A Dgrub-md5-crypt9 # (at your option) any later version.
30 for option in "$@"; do
31 case "$option" in
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
56 echo "$progname: unrecognized option \`$option'"
H A Dgrub-md5-crypt.in9 # (at your option) any later version.
30 for option in "$@"; do
31 case "$option" in
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
56 echo "$progname: unrecognized option \`$option'"
H A Dgrub-terminfo9 # (at your option) any later version.
40 for option in "$@"; do
41 case "$option" in
49 error "Unrecognized option \`$option'"
58 termname="$option" ;;
H A Dgrub-terminfo.in9 # (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/WebKit/qt/Api/
H A Dqwebpluginfactory.cpp7 version 2 of the License, or (at your option) any later version.
214 This virtual function can be reimplemented in a QWebPluginFactory subclass to provide support for extensions. The \a option
225 bool QWebPluginFactory::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) argument
228 Q_UNUSED(option)
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm13 # 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...]

Completed in 442 milliseconds

1234567891011>>