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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /external/python/cpython2/Lib/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /prebuilts/gdb/linux-x86/lib/python2.7/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
41 targs - optional arguments to pass to func
46 _exithandlers.append((func, targs, kargs))
  /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;
  /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/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...]
Erasure.java 64 if (c.targs().isEmpty()) {
  /external/valgrind/none/tests/ppc32/
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_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_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_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_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...]
  /external/valgrind/none/tests/ppc64/
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_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_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_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_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...]
  /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...]

Completed in 807 milliseconds

1 2 3