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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
option-pic-vxworks-1.s 1 .option pic1
2 .option pic3
option-pic-vxworks-2.s 1 .option pic0
2 .option pic2
option-pic-2.s 2 .option picfoo
3 .option pic0foo
4 .option pic0 foo
  /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.27/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/044-proxy/
run 18 exec ${RUN} $@ --runtime-option -Xmx4m
  /art/test/064-field-access/
run 18 exec ${RUN} $@ --runtime-option -Xmx4m
  /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/165-lock-owner-proxy/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/167-visit-locks/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/168-vmstack-annotated/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/597-deopt-new-string/
run 18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
  /art/test/595-profile-saving/
run 24 -Xcompiler-option --compiler-filter=quicken \
25 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
26 --runtime-option -Xjitinitialsize:32M \
27 --runtime-option -Xjitsaveprofilinginfo \
28 --runtime-option -Xusejit:false \
29 --runtime-option -Xps-profile-boot-class-path \
  /art/test/597-deopt-invoke-stub/
run 21 exec ${RUN} --jit --runtime-option -Xjitthreshold:10000 -Xcompiler-option --debuggable "${@}"
  /art/test/676-proxy-jit-at-first-use/
run 19 ${RUN} "${@}" --runtime-option -Xjitthreshold:0 --runtime-option -Xjitinitialsize:32M
  /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/566-polymorphic-inlining/
run 19 --runtime-option -Xjitinitialsize:32M \
  /art/test/570-checker-osr/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /art/test/597-deopt-busy-loop/
run 18 exec ${RUN} --jit -Xcompiler-option --debuggable "${@}"
  /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/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
  /external/icu/icu4c/source/tools/toolutil/
uoptions.cpp 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...]

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>