HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 476 - 500 of 1471) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
qemu-setup.c 39 /* Contains arguments for -android-ports option. */
41 /* Contains arguments for -android-port option. */
43 /* Contains arguments for -android-report-console option. */
45 /* Contains arguments for -http-proxy option. */
85 derror( "socket port/path can be followed by [,<option>]+ only\n");
252 fprintf( stderr, "option -adb-port is obsolete, use -port instead\n" );
270 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two comma separated positive integer numbers" );
282 derror( "option -ports must be followed by two different integer numbers" );
307 derror( "option -port must be followed by an even integer number between %d and %d\n"
402 ProxyOption* option = option_tab; local
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Posix.java 67 public native int getsockoptByte(FileDescriptor fd, int level, int option) throws ErrnoException;
68 public native InetAddress getsockoptInAddr(FileDescriptor fd, int level, int option) throws ErrnoException;
69 public native int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException;
70 public native StructLinger getsockoptLinger(FileDescriptor fd, int level, int option) throws ErrnoException;
71 public native StructTimeval getsockoptTimeval(FileDescriptor fd, int level, int option) throws ErrnoException;
72 public native StructUcred getsockoptUcred(FileDescriptor fd, int level, int option) throws ErrnoException;
164 public native void setsockoptByte(FileDescriptor fd, int level, int option, int value) throws ErrnoException;
165 public native void setsockoptIfreq(FileDescriptor fd, int level, int option, String value) throws ErrnoException;
166 public native void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoException;
167 public native void setsockoptIpMreqn(FileDescriptor fd, int level, int option, int value) throws ErrnoException
    [all...]
  /external/dnsmasq/src/
option.c 6 (at your option) version 3 dated 29 June, 2007.
107 static const struct option opts[] =
129 { "dhcp-option", 1, 0, 'O' },
187 { "dhcp-option-force", 1, 0, LOPT_FORCE },
243 { LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL },
264 { LOPT_FORCE, ARG_DUP, "<optspec>", gettext_noop("DHCP option sent even if the client does not request it."), NULL},
294 { '4', ARG_DUP, "<id>,<mac address>", gettext_noop("Map MAC address (with wildcards) to option set."), NULL },
316 { LOPT_MATCH, ARG_DUP, "<netid>,<optspec>", gettext_noop("Set tag if client includes matching option in request."), NULL },
380 { "option-overload", 52, OT_INTERNAL },
439 --dhcp-option=3, strin
2534 int i, option; local
2783 int option, nest = 0, testmode = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc 31 AcceptOption* option = new AcceptOption(); local
34 option->description.reset(new std::string(description));
37 option->mime_types.reset(new std::vector<std::string>());
38 base::SplitString(mime_types, ',', option->mime_types.get());
42 option->extensions.reset(new std::vector<std::string>());
43 base::SplitString(extensions, ',', option->extensions.get());
46 return option;
  /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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 47 type = option = passfail = -1;
225 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
233 if (type == 0 && option == 0){
235 } else if (type == 0 && option == 1){
237 } else if (type == 1 && option == 0){
239 } else if (type == 1 && option == 1){
273 type = option = passfail = -1;
321 option = 1; // not found
323 option = 0;
  /external/dhcpcd/
showlease.c 28 uint8_t option; member in struct:dhcp_opt
149 valid_length(uint8_t option, int dl, int *type)
157 for (opt = dhcp_opts; opt->option; opt++) {
158 if (opt->option != option)
179 /* unknown option, so let it pass */
238 /* Ensure we only get this option once */
265 get_option_addr32(uint32_t *a, const struct dhcp_message *dhcp, uint8_t option)
267 const uint8_t *p = get_option_raw(dhcp, option);
276 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option)
    [all...]
dhcp.c 59 /* Our aggregate option buffer.
65 uint8_t option; member in struct:dhcp_opt
206 for (opt = dhcp_opts; opt->option; opt++)
208 printf("%03d %s\n", opt->option, opt->var);
221 for (opt = dhcp_opts; opt->option; opt++) {
231 if (opt->option == n)
242 opt->option);
245 opt->option);
249 if (!opt->option) {
260 valid_length(uint8_t option, int dl, int *type
    [all...]
  /external/icu4c/test/intltest/
idnaconf.cpp 47 type = option = passfail = -1;
225 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){
233 if (type == 0 && option == 0){
235 } else if (type == 0 && option == 1){
237 } else if (type == 1 && option == 0){
239 } else if (type == 1 && option == 1){
273 type = option = passfail = -1;
321 option = 1; // not found
323 option = 0;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_dialog.cc 44 file_manager::util::GetSelectedFileInfoLocalPathOption option = local
47 option = params->for_opening ?
56 option, local
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLOptionsCollectionCustom.cpp 81 HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(info[0]))); local
84 imp->add(option, exceptionState);
91 imp->add(option, index, exceptionState);
  /external/qemu/
qemu-option.c 2 * Commandline option parsing functions
32 #include "qemu-option.h"
36 * Extracts the name of an option from the parameter string (p points at the
37 * first byte of the option name)
39 * The option name is delimited by delim (usually , or =) or the string end
40 * and is copied into buf. If the option name is longer than buf_size, it is
43 * The return value is the position of the delimiter/zero byte after the option
63 * Extracts the value of an option from the parameter string p (p points at the
64 * first byte of the option value)
67 * delimiter is fixed to be comma which starts a new option. To specify a
95 char option[128]; local
776 char option[128], value[1024]; local
    [all...]
  /external/skia/bench/
benchmain.cpp 400 writer.option("mode", FLAGS_mode[0]);
401 writer.option("alpha", SkStringPrintf("0x%02X", alpha).c_str());
402 writer.option("antialias", SkStringPrintf("%d", FLAGS_forceAA).c_str());
403 writer.option("filter", SkStringPrintf("%d", FLAGS_forceFilter).c_str());
404 writer.option("dither", SkTriState::Name[dither]);
406 writer.option("rotate", SkStringPrintf("%d", FLAGS_rotate).c_str());
407 writer.option("scale", SkStringPrintf("%d", FLAGS_scale).c_str());
408 writer.option("clip", SkStringPrintf("%d", FLAGS_clip).c_str());
411 writer.option("scalar", "fixed");
413 writer.option("scalar", "float")
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure.ac 184 # Check to see if the --with-hints=FILE option is used. If there is none,
628 for option in $CFLAGS $CPPFLAGS
630 case $option in
631 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
632 -DSQLITE_ENABLE*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
640 for option in $CFLAGS
642 case $option in
645 *) ac_temp_CFLAGS="$ac_temp_CFLAGS $option";;
653 for option in $CPPFLAGS
655 case $option i
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 85 ListValue* option = new ListValue(); local
86 option->Append(Value::CreateIntegerValue(i));
87 option->Append(Value::CreateStringValue(label_string));
88 time_list->Append(option);
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 135 base::ListValue* option = new base::ListValue(); local
136 option->Append(new base::StringValue(
138 option->Append(new base::StringValue(GetTimezoneName(*timezone)));
139 timezoneList->Append(option);
  /external/chromium_org/chrome/browser/signin/
signin_promo.h 52 GURL GetLandingURL(const char* option, int value);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 44 CopyOrMoveOption option,
49 CopyOrMoveOption option,
87 CopyOrMoveOption option,
92 CopyOrMoveOption option,
  /external/chromium_org/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 132 ListValue* option = new ListValue(); local
133 option->Append(new base::FundamentalValue(i));
134 option->Append(new base::StringValue(label_string));
135 time_list->Append(option);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
options.js 6 Grays out or [whatever the opposite of graying out is called] the option
16 // Initialize the option controls.
  /external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h 25 StorageOption option);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp 240 for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); i++) {
241 if (!element().isValidValue(option->value()))
243 Color color(option->value());
246 ColorSuggestion suggestion(color, option->label().left(maxSuggestionLabelLength));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 156 bool HasOption(const std::string& option) const {
158 option) != transport_options.end());
160 void AddOption(const std::string& option) {
161 transport_options.push_back(option);
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonemetadata.proto 24 option optimize_for = LITE_RUNTIME;
26 option java_package = "com.google.i18n.phonenumbers";

Completed in 2150 milliseconds

<<11121314151617181920>>