HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 1 - 25 of 1157) 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...]
  /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);
  /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);
  /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_"
  /bionic/libc/include/
getopt.h 46 struct option { struct
47 /* name of long option */
51 * whether option takes an argument
54 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 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 *);
  /development/ndk/platforms/android-L/include/
getopt.h 46 struct option { struct
47 /* name of long option */
51 * whether option takes an argument
54 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt.h 47 struct option { struct
48 /* name of long option */
52 * whether option takes an argument
55 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
  /external/mesa3d/src/getopt/
getopt.h 47 struct option { struct
48 /* name of long option */
52 * whether option takes an argument
55 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
  /art/runtime/
parsed_options.cc 107 static gc::CollectorType ParseCollectorType(const std::string& option) {
108 if (option == "MS" || option == "nonconcurrent") {
110 } else if (option == "CMS" || option == "concurrent") {
112 } else if (option == "SS") {
114 } else if (option == "GSS") {
116 } else if (option == "CC") {
118 } else if (option == "MC") {
125 bool ParsedOptions::ParseXGcOption(const std::string& option) {
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
is_option_element_toggleable.js 5 function isOptionElementToggleable(option) {
6 if (option.tagName.toLowerCase() != 'option')
7 throw new Error('element is not an option');
8 for (var parent = option.parentElement;
15 throw new Error('option element is not in a select');

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>