HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 1 - 25 of 1979) 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 9 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/icu/icu4c/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/chromium_org/third_party/cython/src/Cython/Compiler/
CmdLine.py 70 def get_param(option):
71 tail = option[2:]
81 option = pop_arg()
82 if option in ("-V", "--version"):
84 elif option in ("-l", "--create-listing"):
86 elif option in ("-+", "--cplus"):
88 elif option == "--embed":
90 elif option.startswith("--embed="):
91 Options.embed = option[8:]
92 elif option.startswith("-I")
    [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
  /art/test/116-nodex2oat/
run 25 ${RUN} ${flags} --runtime-option -Xnodex2oat
29 ${RUN} ${flags} --runtime-option -Xdex2oat
  /art/test/117-nopatchoat/
run 28 ${RUN} ${flags} --runtime-option -Xnodex2oat
32 ${RUN} ${flags} --runtime-option -Xdex2oat
  /art/test/304-method-tracing/
run 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
  /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...]
  /art/test/118-noimage-dex2oat/
run 24 BPATH="--runtime-option -Xbootclasspath:$ANDROID_HOST_OUT/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/javalib.jar"
28 BPATH="--runtime-option -Xbootclasspath:/system/framework/core-libart.jar"
33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
37 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
  /art/test/119-noimage-patchoat/
run 28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
  /external/fio/lib/
getopt.h 10 struct option { struct
23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
  /external/linux-tools-perf/perf-3.12.0/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
  /external/libnl/lib/route/
pktloc_grammar.l 10 %option 8bit
11 %option reentrant
12 %option warn
13 %option noyywrap
14 %option nounput
15 %option bison-bridge
16 %option bison-locations
17 %option prefix="pktloc_"
  /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, ...);

Completed in 1312 milliseconds

1 2 3 4 5 6 7 8 91011>>