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

1234567891011>>

/external/dhcpcd/
H A Ddhcpcd.conf12 option domain_name_servers, domain_name, domain_search, host_name
13 option classless_static_routes
15 option ntp_servers
17 option interface_mtu
H A Dandroid.conf6 option subnet_mask, routers, domain_name_servers
/external/webkit/Source/WebCore/css/
H A DthemeChromiumSkia.css35 option {
H A DthemeChromiumLinux.css37 select:not([size]):not([multiple]) option,
38 select[size="0"] option,
39 select[size="1"] option {
/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/wpa_supplicant_8/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf81 # keyword 'opt' or 'option'. If an option can take multiple items, such
82 # as the dns option, they can be listed on the same line, or multiple
83 # lines. The only option with a default is 'lease'.
87 option subnet 255.255.255.0
88 option domain atherosowl.com
89 option lease 864000 # 10 days of seconds
/external/oprofile/libopt++/
H A Dpopt_options.h3 * option parsing
14 * static popt::option allow_frob_opt(allow_frob, "allow-frob", 'a', "allow frobs");
15 * static popt::option frob_opt(frob, "frob", 'f', "what to frob", "name");
21 * Note than if you try to implement an option for an unsupported type like :
24 * static popt::option i_opt(i, ....);
31 * that the template parameter denotes the type of the option argument.
33 * When the template parameter type is bool, option starting with "no-" prefix
38 * popt::option(demangle, "demangle", 'd', "demangle C++ symbols"),
39 * popt::option(demangle, "no-demangle", '\0', "don't demangle C++ symbols"),
74 * option
79 class option { class in namespace:popt
[all...]
/external/linux-tools-perf/util/
H A Dcgroup.h4 struct option;
15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
H A Dparse-events.h18 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/webkit/Source/WebCore/
H A Dmake-hash-tools.pl10 # version 2 of the License, or (at your option) any later version.
28 my $option = basename($ARGV[0],".gperf");
31 switch ($option) {
53 } # switch ($option)
/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/chromium/net/http/
H A Dhttp_network_layer.cc90 const std::string& option = name_value[0]; local
93 if (option == kOff) {
95 } else if (option == kDisableSSL) {
99 } else if (option == kSSL) {
102 } else if (option == kDisablePing) {
104 } else if (option == kExclude) {
106 } else if (option == kDisableCompression) {
108 } else if (option == kEnableNPN) {
111 } else if (option == kEnableNpnHttpOnly) {
116 } else if (option
[all...]
/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/oprofile/pp/
H A Dopannotate_options.cpp55 popt::option options_array[] = {
56 popt::option(demangle_option, "demangle", 'D',
59 popt::option(options::output_dir, "output-dir", 'o',
61 popt::option(options::search_dirs, "search-dirs", 'd',
63 popt::option(options::base_dirs, "base-dirs", 'b',
65 popt::option(include_file, "include-file", '\0',
67 popt::option(exclude_file, "exclude-file", '\0',
69 popt::option(include_symbols, "include-symbols", 'i',
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
73 popt::option(option
[all...]
/external/valgrind/main/coregrind/m_mach/
H A Dmach_msg.c52 mach_msg_option_t option,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
62 mach_msg_option_t option;
78 * We refrain from passing the option bits that we implement
80 * the kernel's fast paths (when it checks the option value).
83 mr = mach_msg_trap(msg, option &~ LIBMACH_OPTIONS,
89 if ((option & MACH_SEND_INTERRUPT) == 0)
92 option &~ LIBMACH_OPTIONS,
96 if ((option & MACH_RCV_INTERRUPT) == 0)
99 option
[all...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A DtestxxLexer.l3 %option C++ noyywrap
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLSelectElementCustom.cpp8 * version 2 of the License, or (at your option) any later version.
39 // The remove function can take either an option object or the index of an option.
40 if (HTMLOptionElement* option = toHTMLOptionElement(exec->argument(0)))
41 select.remove(option);
54 HTMLOptionElement* option = toHTMLOptionElement(value); local
55 if (!option)
58 select->setOption(index, option, ec);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp73 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/webkit/Tools/Scripts/
H A Dbuild-webkit128 { option => "3d-canvas", desc => "Toggle 3D canvas (WebGL) support",
131 { option => "3d-rendering", desc => "Toggle 3D rendering support",
134 { option => "accelerated-2d-canvas", desc => "Toggle accelerated 2D canvas support",
137 { option => "blob", desc => "Toggle Blob support",
140 { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support",
143 { option => "client-based-geolocation", desc => "Toggle client-based Geolocation support",
146 { option => "coverage", desc => "Toggle code coverage support",
149 { option => "database", desc => "Toggle Database Support",
152 { option => "datagrid", desc => "Toggle Datagrid Support",
155 { option
456 sub option($$$) subroutine
[all...]
/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/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dlanguage_hangul_handler.cc37 ListValue* option = new ListValue(); local
38 option->Append(Value::CreateStringValue(
40 option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16(
42 keyboard_layout_list->Append(option);
/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/qemu/
H A Dqemu-options.h32 #define DEF(option, opt_arg, opt_enum, opt_help) \
/external/iptables/extensions/
H A Dlibxt_TCPOPTSTRIP.c22 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 <
[all...]

Completed in 681 milliseconds

1234567891011>>