HomeSort by relevance Sort by last modified time
    Searched defs:option (Results 176 - 200 of 387) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /external/bison/darwin-lib/
getopt.h 10 (at your option) any later version.
65 # undef option macro
76 # define option __GETOPT_ID (option) macro
143 When 'getopt' finds an option that takes an argument,
146 each non-option ARGV-element is returned here. */
157 non-option elements that the caller should itself scan.
169 /* Set to an option character which was unrecognized. */
176 of 'struct option' terminated by an element containing a name which is
180 no_argument (or 0) if the option does not take an argument
196 struct option struct
    [all...]
  /external/bison/lib/
getopt.in.h 9 (at your option) any later version.
64 # undef option macro
75 # define option __GETOPT_ID (option) macro
132 When 'getopt' finds an option that takes an argument,
135 each non-option ARGV-element is returned here. */
146 non-option elements that the caller should itself scan.
158 /* Set to an option character which was unrecognized. */
165 of 'struct option' terminated by an element containing a name which is
169 no_argument (or 0) if the option does not take an argument
185 struct option struct
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.cc 125 ListValue* option = new ListValue(); local
132 option->Append(Value::CreateStringValue(encoding));
133 option->Append(Value::CreateStringValue(name));
136 option->Append(Value::CreateStringValue(""));
137 option->Append(Value::CreateStringValue(""));
139 encoding_list.Append(option);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_dialog.cc 48 util::GetSelectedFileInfoLocalPathOption option = local
51 option = for_opening ?
59 option, local
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
timezone_options_util.cc 134 base::ListValue* option = new base::ListValue(); local
135 option->Append(new base::StringValue(
137 option->Append(new base::StringValue(GetTimezoneName(*timezone)));
138 timezoneList->Append(option);
  /external/chromium_org/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 130 ListValue* option = new ListValue(); local
131 option->Append(new base::FundamentalValue(i));
132 option->Append(new base::StringValue(label_string));
133 time_list->Append(option);
  /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/marisa-trie/tools/
cmdopt.c 30 // Checks if the current argument is an option or not.
47 // Gets an argument of the current option.
55 // Checks whether the current option has an argument or not.
64 // Searches an option.
68 // Updates an option character.
73 // Gets an option argument if required.
94 // Returns '?' if the option character is undefined.
98 // Compares a long option with an argument and returns the length of the
150 // Gets an argument of a long option.
170 const cmdopt_option *option; local
    [all...]
  /external/marisa-trie/v0_1_5/tools/
cmdopt.c 30 // Checks if the current argument is an option or not.
47 // Gets an argument of the current option.
55 // Checks whether the current option has an argument or not.
64 // Searches an option.
68 // Updates an option character.
73 // Gets an option argument if required.
94 // Returns '?' if the option character is undefined.
98 // Compares a long option with an argument and returns the length of the
150 // Gets an argument of a long option.
170 const cmdopt_option *option; local
    [all...]
  /hardware/ril/rild/
radiooptions.c 41 perror("Usage: radiooptions [option] [extra_socket_args]\n\
59 const int option = atoi(argv[1]); local
60 if (option < 0 || option > 10) {
62 } else if ((option == DIAL_CALL || option == SETUP_PDP) && argc == 3) {
64 } else if ((option != DIAL_CALL && option != SETUP_PDP) && argc == 2) {
71 const int option = atoi(argv[1]); local
72 if (option != DIAL_CALL && option != SETUP_PDP)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 9 (at your option) any later version.
108 When `getopt' finds an option that takes an argument,
111 each non-option ARGV-element is returned here. */
122 non-option elements that the caller should itself scan.
134 /* Set to an option character which was unrecognized. */
141 of `struct option' terminated by an element containing a name which is
145 no_argument (or 0) if the option does not take an argument,
146 required_argument (or 1) if the option requires an argument,
147 optional_argument (or 2) if the option takes an optional argument.
150 to the value given in the field `val' when the option is found, bu
160 struct option struct
    [all...]
  /external/bluetooth/bluedroid/include/
bte.h 91 UINT8 option; /* option for operation. depends on operation */ member in struct:tHCISU_USERIAL_MSG_tag
94 extern void bte_hcisu_userial_oper( tUSERIAL_MSG_CBACK *p_cback, UINT8 port, UINT8 op, UINT8 option );

Completed in 415 milliseconds

1 2 3 4 5 6 78 91011>>