/external/dhcpcd/ |
dhcpcd.conf | 12 option domain_name_servers, domain_name, domain_search, host_name 13 option classless_static_routes 15 option ntp_servers 17 option interface_mtu
|
android.conf | 6 option subnet_mask, routers, domain_name_servers
|
/external/webkit/Source/WebCore/css/ |
themeChromiumSkia.css | 33 /* Option elements inherit their font (see themeWin.css). However, their 35 option {
|
themeChromiumLinux.css | 37 select:not([size]):not([multiple]) option, 38 select[size="0"] option, 39 select[size="1"] option {
|
/external/oprofile/libopt++/ |
popt_options.h | 3 * 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 - base class for a command line optio 79 class option { class in namespace:popt [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...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
udhcpd-p2p.conf | 81 # 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
|
/hardware/broadcom/wlan/bcm4329/config/ |
android_dhcpcd.conf | 6 option subnet_mask, routers, domain_name_servers
|
/hardware/broadcom/wlan/bcmdhd/config/ |
android_dhcpcd.conf | 6 option subnet_mask, routers, domain_name_servers
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
testxxLexer.l | 3 %option C++ noyywrap
|
/bionic/libc/include/sys/ |
prctl.h | 41 extern int prctl(int option, ...);
|
/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 *);
|
/prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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
|