/external/turbine/java/com/google/turbine/type/ |
D | Type.java | 113 if (!c.targs.isEmpty()) { in toString() 115 Joiner.on(',').appendTo(sb, c.targs); in toString() 127 private final ImmutableList<Type> targs; field in Type.ClassTy.SimpleClassTy 131 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) { in SimpleClassTy() argument 133 Preconditions.checkNotNull(targs); in SimpleClassTy() 135 this.targs = targs; in SimpleClassTy() 145 public ImmutableList<Type> targs() { in targs() method in Type.ClassTy.SimpleClassTy 146 return targs; in targs()
|
/external/python/cpython2/Lib/ |
D | atexit.py | 22 func, targs, kargs = _exithandlers.pop() 24 func(*targs, **kargs) 37 def register(func, *targs, **kargs): argument 46 _exithandlers.append((func, targs, kargs))
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 572 fp_test_args_t * targs; member 902 void * targs; member 1013 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument 1020 a_idx = targs->fra_idx; in setup_sp_fp_args() 1021 b_idx = targs->frb_idx; in setup_sp_fp_args() 1027 targs++; in setup_sp_fp_args() 1031 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument 1038 a_idx = targs->fra_idx; in setup_dp_fp_args() 1039 b_idx = targs->frb_idx; in setup_dp_fp_args() 1045 targs++; in setup_dp_fp_args() [all …]
|
D | test_isa_2_06_part2.c | 570 fp_test_args_t * targs; member 1099 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument 1106 a_idx = targs->fra_idx; in setup_sp_fp_args() 1107 b_idx = targs->frb_idx; in setup_sp_fp_args() 1113 targs++; in setup_sp_fp_args() 1117 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument 1124 a_idx = targs->fra_idx; in setup_dp_fp_args() 1125 b_idx = targs->frb_idx; in setup_dp_fp_args() 1131 targs++; in setup_dp_fp_args() 1142 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() local [all …]
|
D | test_dfp2.c | 382 dfp_test_args_t * targs; member 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops() 536 shift_by = test_group.targs[i].frb_idx; in test_dfp_two_arg_ops() 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 612 u0 = int64_vals[test_group.targs[i].fra_idx]; in test_dcffix_dcffixq()
|
D | test_dfp1.c | 293 dfp_test_args_t * targs; member 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops() 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops()
|
D | test_dfp4.c | 459 dfp_test_args_t * targs; member 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops() 579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops() 580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops() 581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
|
D | test_dfp3.c | 783 dfp_test_args_t * targs; member 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops() 886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_qua_ops() 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops() 889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_qua_ops() 890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_qua_ops() 891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_qua_ops() 1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_cmp_ops() 1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_cmp_ops() 1185 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_cmp_ops() [all …]
|
D | test_isa_2_07_part2.c | 413 fp_test_args_t * targs; member 432 fp_test_args_t * targs; member 952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1203 fp_test_args_t aTest = test_group.targs[i]; in test_vsx_two_fp_arg()
|
D | test_isa_2_06_part1.c | 1030 fp_test_args_t * targs; member 1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 572 fp_test_args_t * targs; member 902 void * targs; member 1013 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument 1020 a_idx = targs->fra_idx; in setup_sp_fp_args() 1021 b_idx = targs->frb_idx; in setup_sp_fp_args() 1027 targs++; in setup_sp_fp_args() 1031 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument 1038 a_idx = targs->fra_idx; in setup_dp_fp_args() 1039 b_idx = targs->frb_idx; in setup_dp_fp_args() 1045 targs++; in setup_dp_fp_args() [all …]
|
D | test_isa_2_06_part2.c | 570 fp_test_args_t * targs; member 1099 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument 1106 a_idx = targs->fra_idx; in setup_sp_fp_args() 1107 b_idx = targs->frb_idx; in setup_sp_fp_args() 1113 targs++; in setup_sp_fp_args() 1117 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument 1124 a_idx = targs->fra_idx; in setup_dp_fp_args() 1125 b_idx = targs->frb_idx; in setup_dp_fp_args() 1131 targs++; in setup_dp_fp_args() 1142 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() local [all …]
|
D | test_dfp2.c | 382 dfp_test_args_t * targs; member 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops() 536 shift_by = test_group.targs[i].frb_idx; in test_dfp_two_arg_ops() 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 612 u0 = int64_vals[test_group.targs[i].fra_idx]; in test_dcffix_dcffixq()
|
D | test_dfp1.c | 293 dfp_test_args_t * targs; member 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops() 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops() 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops()
|
D | test_dfp4.c | 459 dfp_test_args_t * targs; member 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops() 579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops() 580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops() 581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
|
D | test_dfp3.c | 783 dfp_test_args_t * targs; member 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops() 886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_qua_ops() 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops() 889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_qua_ops() 890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_qua_ops() 891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_qua_ops() 1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_cmp_ops() 1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_cmp_ops() 1185 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_cmp_ops() [all …]
|
D | test_isa_2_07_part2.c | 413 fp_test_args_t * targs; member 432 fp_test_args_t * targs; member 952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1203 fp_test_args_t aTest = test_group.targs[i]; in test_vsx_two_fp_arg()
|
D | test_isa_2_06_part1.c | 1030 fp_test_args_t * targs; member 1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
|
/external/turbine/java/com/google/turbine/types/ |
D | Canonicalize.java | 113 if (s.targs().isEmpty() && !info.typeParameters().isEmpty()) { in isRaw() 147 ImmutableList.Builder<Type> targs = ImmutableList.builder(); in uninstantiated() local 149 targs.add(new Type.TyVar(p, ImmutableList.of())); in uninstantiated() 151 return new ClassTy.SimpleClassTy(owner, targs.build(), ImmutableList.of()); in uninstantiated() 210 if (simpleType.targs().isEmpty()) { in addInstantiation() 218 Verify.verify(symbols.size() == simpleType.targs().size()); in addInstantiation() 219 Iterator<Type> typeArguments = simpleType.targs().iterator(); in addInstantiation() 296 for (Type arg : simple.targs()) { in instantiateClassTy() 321 args.add(new ClassTy.SimpleClassTy(s.sym(), canonicalize(s.targs(), base, env), s.annos())); in canonicalizeClassTy() 328 ImmutableList<Type> targs, ClassSymbol base, Env<ClassSymbol, TypeBoundClass> env) { in canonicalize() argument [all …]
|
D | Erasure.java | 64 if (c.targs().isEmpty()) { in eraseClassTy()
|
/external/javassist/src/main/javassist/bytecode/ |
D | SignatureAttribute.java | 466 TypeArgument[] targs, ClassType parent) { in make() argument 468 return new ClassType(s, b, e, targs); in make() 470 return new NestedClassType(s, b, e, targs, parent); in make() 473 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() argument 475 arguments = targs; in ClassType() 533 TypeArgument[] targs, ClassType p) { in NestedClassType() argument 534 super(s, b, e, targs); in NestedClassType() 770 TypeArgument[] targs; in parseClassType2() local 772 targs = parseTypeArgs(sig, c); in parseClassType2() 776 targs = null; in parseClassType2() [all …]
|
/external/turbine/java/com/google/turbine/lower/ |
D | LowerSignature.java | 89 while (curr.targs().isEmpty() && it.hasNext()) { in classTySig() 114 for (Type targ : part.targs()) { in tyArgSigs() 254 if (!s.targs().isEmpty()) { in needsSig()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | token.rb | 363 token_class.new( *args ) do |*targs| 364 yield( *targs )
|
/external/turbine/java/com/google/turbine/binder/ |
D | DisambiguateTypeAnnotations.java | 201 new SimpleClassTy(base.sym(), base.targs(), appendAnnotations(base.annos(), extra)); in addAnnotationsToType()
|
D | TypeBinder.java | 577 private ImmutableList<Type> bindTyArgs(CompoundScope scope, ImmutableList<Tree.Type> targs) { in bindTyArgs() argument 579 for (Tree.Type ty : targs) { in bindTyArgs()
|