Searched defs:targs (Results 1 – 8 of 8) sorted by relevance
| /external/turbine/java/com/google/turbine/type/ |
| D | Type.java | 181 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) { in create() 189 public abstract ImmutableList<Type> targs(); in targs() method in Type.ClassTy.SimpleClassTy 549 private final ImmutableList<Type> targs; field in Type.ErrorTy 551 private ErrorTy(String name, ImmutableList<Type> targs) { in ErrorTy() 564 public ImmutableList<Type> targs() { in targs() method in Type.ErrorTy 568 public static ErrorTy create(Iterable<Tree.Ident> names, ImmutableList<Type> targs) { in create() 576 public static ErrorTy create(String name, ImmutableList<Type> targs) { in create()
|
| /external/ltp/testcases/kernel/syscalls/time/ |
| D | time01.c | 20 time_t *targs[] = { variable
|
| /external/turbine/java/com/google/turbine/types/ |
| D | Canonicalize.java | 185 ImmutableList.Builder<Type> targs = ImmutableList.builder(); in uninstantiated() local 363 private ImmutableList<Type> canonicalize(ImmutableList<Type> targs, ClassSymbol base) { in canonicalize()
|
| /external/linux-kselftest/tools/testing/selftests/kvm/ |
| D | memslot_perf_test.c | 845 static void help(char *name, struct test_args *targs) in help() 871 struct test_args *targs) in parse_args() 946 const struct test_args *targs, in test_loop() 1000 struct test_args targs = { in main() local
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | SignatureAttribute.java | 678 TypeArgument[] targs, ClassType parent) { in make() 684 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() 810 TypeArgument[] targs, ClassType p) { in NestedClassType() 1116 TypeArgument[] targs; in parseClassType2() local
|
| /external/turbine/java/com/google/turbine/binder/ |
| D | TypeBinder.java | 915 private ImmutableList<Type> bindTyArgs(CompoundScope scope, ImmutableList<Tree.Type> targs) { in bindTyArgs() 1009 ImmutableList<Type> targs = bindTyArgs(scope, curr.tyargs()); in bindClassTyRest() local
|
| /external/pytorch/aten/src/ATen/native/cuda/ |
| D | Blas.cpp | 1043 TensorArg targs[]{{out, "out", 0}, {mat1, "mat1", 1}, {mat2, "mat2", 2}, in _scaled_mm_out_cuda() local
|
| /external/clang/lib/AST/ |
| D | Expr.cpp | 1406 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create()
|