HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd/
dhcpcd.conf 5 option domain_name_servers, domain_name, domain_search, host_name
8 option ntp_servers
13 #option interface_mtu
android.conf 6 option subnet_mask, routers, domain_name_servers
  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.c 33 /* 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, if any *
    [all...]
  /external/icu4c/tools/toolutil/
uoptions.c 33 /* 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, if any *
    [all...]
  /hardware/broadcom/wlan/bcm4329/config/
android_dhcpcd.conf 6 option subnet_mask, routers, domain_name_servers
  /hardware/ti/wlan/wl1271/config/
android_dhcpcd.conf 6 option subnet_mask, routers, domain_name_servers
  /system/wlan/ti/sta_dk_4_0_4_32/config/
android_dhcpcd.conf 6 option subnet_mask, routers, domain_name_servers
  /system/wlan/ti/wilink_6_1/config/
android_dhcpcd.conf 6 option subnet_mask, routers, domain_name_servers
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
testxxLexer.l 3 %option C++ noyywrap
  /bionic/libc/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /development/ndk/platforms/android-3/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
getopt.h 52 struct option { struct
53 /* name of long option */
57 * whether option takes an argument
60 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
70 const struct option *, int *);
  /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...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 52 private static final String osDoesNotSupportOptionString = "The socket option is not supported";
54 private static final String osDoesNotSupportOptionArgumentString = "The socket option arguments are invalid";
57 * Answer whether the OS supports the given socket option.
59 public boolean getOptionIsSupported(int option) {
60 switch (option) {
91 public void handleException(Exception e, int option) {
92 if (!getOptionIsSupported(option)) {
100 * not support the option
105 + "\" instead of correct exception for unsupported socket option: "
106 + getSocketOptionString(option));
    [all...]
  /external/stlport/stlport/stl/config/
_warnings_off.h 45 # 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
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 45 # 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
  /bionic/libc/include/sys/
prctl.h 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 41 BitmapFactory.Options option = new BitmapFactory.Options(); local
43 assertFalse(option.mCancel);
44 option.requestCancelDecode();
45 assertTrue(option.mCancel);
  /development/ndk/platforms/android-3/include/sys/
prctl.h 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /external/grub/lib/
getopt.h 9 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 is found, bu
81 struct option struct
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>