HomeSort by relevance Sort by last modified time
    Searched defs:targs (Results 1 - 25 of 28) sorted by null

1 2

  /external/turbine/java/com/google/turbine/types/
Canonicalize.java 113 if (s.targs().isEmpty() && !info.typeParameters().isEmpty()) {
147 ImmutableList.Builder<Type> targs = ImmutableList.builder(); local
149 targs.add(new Type.TyVar(p, ImmutableList.of()));
151 return new ClassTy.SimpleClassTy(owner, targs.build(), ImmutableList.of());
210 if (simpleType.targs().isEmpty()) {
218 Verify.verify(symbols.size() == simpleType.targs().size());
219 Iterator<Type> typeArguments = simpleType.targs().iterator();
296 for (Type arg : simple.targs()) {
321 args.add(new ClassTy.SimpleClassTy(s.sym(), canonicalize(s.targs(), base, env), s.annos()));
328 ImmutableList<Type> targs, ClassSymbol base, Env<ClassSymbol, TypeBoundClass> env)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
argv.c 513 char **targs; local
524 for (targs = argv; *targs != NULL; targs++)
526 printf ("\t\"%s\"\n", *targs);
  /external/turbine/java/com/google/turbine/type/
Type.java 113 if (!c.targs.isEmpty()) {
115 Joiner.on(',').appendTo(sb, c.targs);
127 private final ImmutableList<Type> targs; field in class:Type.ClassTy.SimpleClassTy
131 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) {
133 Preconditions.checkNotNull(targs);
135 this.targs = targs;
145 public ImmutableList<Type> targs() { method in class:Type.ClassTy.SimpleClassTy
146 return targs;
  /external/valgrind/none/tests/ppc32/
test_dfp4.c 459 dfp_test_args_t * targs; member in struct:dfp_test
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
test_dfp1.c 293 dfp_test_args_t * targs; member in struct:dfp_test
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
test_dfp2.c 382 dfp_test_args_t * targs; member in struct:dfp_test
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
536 shift_by = test_group.targs[i].frb_idx;
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
612 u0 = int64_vals[test_group.targs[i].fra_idx];
test_dfp3.c 783 dfp_test_args_t * targs; member in struct:dfp_test
885 u0 = dfp64_vals[test_def.targs[i].fra_idx];
886 u1 = dfp64_vals[test_def.targs[i].frb_idx];
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2];
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2];
891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
    [all...]
test_isa_2_06_part1.c 1030 fp_test_args_t * targs; member in struct:vx_fp_test
    [all...]
test_isa_2_06_part2.c 570 fp_test_args_t * targs; member in struct:vx_fp_test
1142 fp_test_args_t * targs = &test_group->targs[i]; local
1184 fp_test_args_t * targs = &test_group->targs[i]; local
    [all...]
test_isa_2_06_part3.c 572 fp_test_args_t * targs; member in struct:vx_fp_test
902 void * targs; member in struct:vx_intToFp_test
1056 fp_test_args_t * targs = &test_group->targs[i]; local
1278 unsigned long long *dst_dw, * targs = test_group.targs; local
1302 unsigned int * targs = test_group.targs; local
    [all...]
test_isa_2_07_part2.c 413 fp_test_args_t * targs; member in struct:vx_fp_test1
432 fp_test_args_t * targs; member in struct:vx_fp_test2
952 fp_test_args_t aTest = test_group.targs[i];
    [all...]
  /external/valgrind/none/tests/ppc64/
test_dfp4.c 459 dfp_test_args_t * targs; member in struct:dfp_test
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx];
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx];
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
test_dfp1.c 293 dfp_test_args_t * targs; member in struct:dfp_test
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
test_dfp2.c 382 dfp_test_args_t * targs; member in struct:dfp_test
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
536 shift_by = test_group.targs[i].frb_idx;
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1];
612 u0 = int64_vals[test_group.targs[i].fra_idx];
test_dfp3.c 783 dfp_test_args_t * targs; member in struct:dfp_test
885 u0 = dfp64_vals[test_def.targs[i].fra_idx];
886 u1 = dfp64_vals[test_def.targs[i].frb_idx];
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2];
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2];
891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
    [all...]
test_isa_2_06_part1.c 1030 fp_test_args_t * targs; member in struct:vx_fp_test
    [all...]
test_isa_2_06_part2.c 570 fp_test_args_t * targs; member in struct:vx_fp_test
1142 fp_test_args_t * targs = &test_group->targs[i]; local
1184 fp_test_args_t * targs = &test_group->targs[i]; local
    [all...]
test_isa_2_06_part3.c 572 fp_test_args_t * targs; member in struct:vx_fp_test
902 void * targs; member in struct:vx_intToFp_test
1056 fp_test_args_t * targs = &test_group->targs[i]; local
1278 unsigned long long *dst_dw, * targs = test_group.targs; local
1302 unsigned int * targs = test_group.targs; local
    [all...]
test_isa_2_07_part2.c 413 fp_test_args_t * targs; member in struct:vx_fp_test1
432 fp_test_args_t * targs; member in struct:vx_fp_test2
952 fp_test_args_t aTest = test_group.targs[i];
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs);
470 return new NestedClassType(s, b, e, targs, parent);
473 ClassType(String signature, int begin, int end, TypeArgument[] targs) {
475 arguments = targs;
533 TypeArgument[] targs, ClassType p) {
534 super(s, b, e, targs);
770 TypeArgument[] targs; local
772 targs = parseTypeArgs(sig, c);
776 targs = null
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 3401 List<Class<?>> targs = ttype.parameterList(); local
3472 List<Class<?>> targs = ttype.parameterList(); local
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 374 milliseconds

1 2