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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/program/
program_parse_extra.c 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option)
62 if (strcmp(option, "ARB_position_invariant") == 0) {
63 state->option.PositionInvariant = 1;
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
81 if (strncmp(option, "ARB_", 4) == 0) {
84 option += 4;
86 if (strncmp(option, "fog_", 4) == 0) {
87 option += 4;
89 if (strcmp(option, "exp") == 0) {
91 } else if (strcmp(option, "exp2") == 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
invalid_arith_mode.l 2 .*:7: Error: bad option.
3 .*:11: Error: bad option.
4 .*:12: Error: bad option.
5 .*:13: Error: bad option.
6 .*:14: Error: bad option.
7 .*:18: Error: bad option..
8 .*:22: Error: bad option.
9 .*:23: Error: bad option.
10 .*:24: Error: bad option.
11 .*:25: Error: bad option
    [all...]
  /art/test/080-oom-throw/
run 17 exec ${RUN} $@ --runtime-option -Xmx16m
  /art/test/160-read-barrier-stress/
run 18 exec ${RUN} $@ --runtime-option -Xmx16m
  /art/test/597-deopt-new-string/
run 18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
  /packages/apps/Launcher3/proto_overrides/
launcher_log_extension.proto 18 option java_package = "com.android.launcher3.userevent";
19 option java_outer_classname = "LauncherLogExtensions";
  /art/test/570-checker-osr/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /art/test/652-deopt-intrinsic/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /external/llvm/test/MC/AMDGPU/
symbol_special.s 6 .if .option.machine_version_major == 0
8 .elseif .option.machine_version_major == 7
10 .elseif .option.machine_version_major == 8
20 .if .option.machine_version_minor == 0
30 .if .option.machine_version_stepping == 0
32 .elseif .option.machine_version_stepping == 1
34 .elseif .option.machine_version_stepping == 3
44 v_add_f32 v0, v0, v[.option.machine_version_major]
  /art/test/004-ThreadStress/
run 18 ${RUN} --runtime-option -Xlockprofthreshold:10 "${@}"
22 ${RUN} --runtime-option -Xlockprofthreshold:10 --runtime-option -Xstackdumplockprofthreshold:20 "${@}" Main --locks-only -o 100
  /art/test/157-void-class/
run 21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
  /external/dhcpcd-6.8.2/
dhcpcd.conf 28 # Safe to enable by default because it requires the equivalent option set
30 #option rapid_commit
33 option domain_name_servers, domain_name, domain_search, host_name, wpad_url
34 option classless_static_routes
36 #option ntp_servers
39 option interface_mtu
  /art/test/595-profile-saving/
run 23 -Xcompiler-option --compiler-filter=quicken \
24 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
25 --runtime-option -Xjitsaveprofilinginfo \
26 --runtime-option -Xusejit:false \
27 --runtime-option -Xps-profile-boot-class-path \
  /art/compiler/driver/
compiler_options.cc 58 void CompilerOptions::ParseHugeMethodMax(const StringPiece& option, UsageFn Usage) {
59 ParseUintOption(option, "--huge-method-max", &huge_method_threshold_, Usage);
62 void CompilerOptions::ParseLargeMethodMax(const StringPiece& option, UsageFn Usage) {
63 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage);
66 void CompilerOptions::ParseSmallMethodMax(const StringPiece& option, UsageFn Usage) {
67 ParseUintOption(option, "--small-method-max", &small_method_threshold_, Usage);
70 void CompilerOptions::ParseTinyMethodMax(const StringPiece& option, UsageFn Usage) {
71 ParseUintOption(option, "--tiny-method-max", &tiny_method_threshold_, Usage);
74 void CompilerOptions::ParseNumDexMethods(const StringPiece& option, UsageFn Usage) {
75 ParseUintOption(option, "--num-dex-methods", &num_dex_methods_threshold_, Usage)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
uoptions.c 35 /* process an option */
36 UOption *option=NULL; local
39 /* process a long option */
44 /* search for the option string */
48 option=options+j;
52 if(option==NULL) {
53 /* no option matches */
56 option->doesOccur=1;
58 if(option->hasArg!=UOPT_NO_ARG) {
59 /* parse the argument for the option, if any *
    [all...]
  /external/ImageMagick/MagickWand/
convert.c 161 "-list type print a list of supported option arguments",
174 "-alpha option on, activate, off, deactivate, set, opaque, copy",
367 "-alpha option activate, deactivate, reset, or set the alpha channel",
388 "-define format:option",
524 #define ThrowConvertException(asperity,tag,option) \
527 option); \
531 #define ThrowConvertInvalidArgumentException(option,argument) \
534 "InvalidArgument","'%s': %s",option,argument); \
541 *option;
577 option=argv[1]
539 *option; local
    [all...]
montage.c 96 "-list type print a list of supported option arguments",
135 "-alpha option on, activate, off, deactivate, set, opaque, copy",
148 "-define format:option",
277 #define ThrowMontageException(asperity,tag,option) \
280 option); \
284 #define ThrowMontageInvalidArgumentException(option,argument) \
287 "InvalidArgument","'%s': %s",option,argument); \
293 *option,
339 option=argv[1];
340 if ((LocaleCompare("version",option+1) == 0) |
291 *option, local
    [all...]
stream.c 100 "-list type print a list of supported option arguments",
111 "-define format:option",
174 #define ThrowStreamException(asperity,tag,option) \
177 option); \
181 #define ThrowStreamInvalidArgumentException(option,argument) \
184 "InvalidArgument","'%s': %s",option,argument); \
191 *option;
231 option=argv[1];
232 if ((LocaleCompare("version",option+1) == 0) ||
233 (LocaleCompare("-version",option+1) == 0)
189 *option; local
    [all...]
animate.c 110 "-list type print a list of supported option arguments",
133 "-alpha option on, activate, off, deactivate, set, opaque, copy",
141 "-define format:option",
249 #define ThrowAnimateException(asperity,tag,option) \
252 option); \
256 #define ThrowAnimateInvalidArgumentException(option,argument) \
259 "InvalidArgument","'%s': %s",option,argument); \
269 *option;
314 option=argv[1];
315 if ((LocaleCompare("version",option+1) == 0) |
267 *option; local
    [all...]
  /external/tcpdump/
getopt_long.h 44 struct option { struct
45 /* name of long option */
49 * whether option takes an argument
52 /* if not NULL, set *flag to val when option found */
59 const struct option *, int *);
61 const struct option *, int *);
  /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/1338-gc-no-los/
run 16 ./default-run "$@" --runtime-option -XX:LargeObjectSpace=disabled
  /art/test/138-duplicate-classes-check2/
run 19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
  /art/test/569-checker-pattern-replacement/
run 18 -Xcompiler-option --no-inline-from="core-oj,569-checker-pattern-replacement.jar!classes2.dex"
  /art/test/628-vdex/
run 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"

Completed in 435 milliseconds

1 2 3 4 5 6 7 8 91011>>