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

1 2 3 4 5 6 7 8 91011>>

  /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, domain_name, domain_search
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse_extra.c 50 if (state->option.NV_fragment) {
72 if (state->option.NV_fragment) {
152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option)
154 if (strcmp(option, "ARB_position_invariant") == 0) {
155 state->option.PositionInvariant = 1;
164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
171 if (strncmp(option, "ARB_", 4) == 0) {
174 option += 4;
177 if (strncmp(option, "fog_", 4) == 0) {
178 option += 4
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse_extra.c 50 if (state->option.NV_fragment) {
72 if (state->option.NV_fragment) {
152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option)
154 if (strcmp(option, "ARB_position_invariant") == 0) {
155 state->option.PositionInvariant = 1;
164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
171 if (strncmp(option, "ARB_", 4) == 0) {
174 option += 4;
177 if (strncmp(option, "fog_", 4) == 0) {
178 option += 4
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumSkia.css 33 /* Option elements inherit their font (see themeWin.css). However, their
35 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/chromium_org/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...]
  /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/ti/wlan/mac80211/config/
android_dhcpcd.conf 6 option subnet_mask, routers, domain_name_servers, interface_mtu
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 27 BitmapFactory.Options option = new BitmapFactory.Options(); local
29 assertFalse(option.mCancel);
30 option.requestCancelDecode();
31 assertTrue(option.mCancel);
  /external/smack/src/org/xbill/DNS/
Options.java 51 String option = token.substring(0, index); local
53 set(option, value);
65 /** Sets an option to "true" */
67 set(String option) {
70 table.put(option.toLowerCase(), "true");
73 /** Sets an option to the the supplied value */
75 set(String option, String value) {
78 table.put(option.toLowerCase(), value.toLowerCase());
81 /** Removes an option */
83 unset(String option) {
    [all...]
  /external/linux-tools-perf/util/
cgroup.h 4 struct option;
15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
  /hardware/broadcom/wlan/bcmdhd/config/
android_dhcpcd.conf 9 option subnet_mask, routers, domain_name_servers, interface_mtu
  /hardware/qcom/wlan/qcwcn/config/
android_dhcpcd.conf 9 option subnet_mask, routers, domain_name_servers, interface_mtu
  /development/ndk/platforms/android-3/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
prctl.h 41 extern int prctl(int option, ...);

Completed in 2606 milliseconds

1 2 3 4 5 6 7 8 91011>>