| /external/turbine/java/com/google/turbine/parse/ |
| D | Parser.java | 105 ImmutableList.Builder<Anno> annos = ImmutableList.builder(); in compilationUnit() local 255 private TyDecl recordDeclaration(EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in recordDeclaration() 296 private TyDecl interfaceDeclaration(EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in interfaceDeclaration() 341 private TyDecl annotationDeclaration(EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in annotationDeclaration() 364 private TyDecl enumDeclaration(EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in enumDeclaration() 403 private ModDecl moduleDeclaration(boolean open, ImmutableList<Anno> annos) { in moduleDeclaration() 544 ImmutableList.Builder<Anno> annos = ImmutableList.builder(); in enumMembers() local 596 private TyDecl classDeclaration(EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in classDeclaration() 655 ImmutableList.Builder<Anno> annos = ImmutableList.builder(); in classMembers() local 796 EnumSet<TurbineModifier> access, ImmutableList<Anno> annos) { in classMember() [all …]
|
| /external/turbine/java/com/google/turbine/processing/ |
| D | TurbineTypeMirror.java | 72 protected abstract ImmutableList<AnnoInfo> annos(); in annos() method in TurbineTypeMirror 155 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbinePrimitiveType 258 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineDeclaredType 294 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineArrayType 320 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineErrorType 392 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbinePackageType 435 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineNoType 463 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineVoidType 539 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineTypeVariable 590 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineTypeMirror.TurbineWildcardType [all …]
|
| D | TurbineElement.java | 124 static AnnoInfo getAnnotation(Iterable<AnnoInfo> annos, ClassSymbol sym) { in getAnnotation() 186 protected abstract ImmutableList<AnnoInfo> annos(); in annos() method in TurbineElement 491 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineTypeElement 661 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineTypeParameterElement 841 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineExecutableElement 942 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineFieldElement 1093 private final Supplier<ImmutableList<AnnoInfo>> annos = field in TurbineElement.TurbinePackageElement 1105 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbinePackageElement 1215 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineParameterElement 1329 protected ImmutableList<AnnoInfo> annos() { in annos() method in TurbineElement.TurbineRecordComponentElement
|
| /external/turbine/java/com/google/turbine/type/ |
| D | Type.java | 181 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) { in create() 192 public abstract ImmutableList<AnnoInfo> annos(); in annos() method in Type.ClassTy.SimpleClassTy 240 public static ArrayTy create(Type elem, ImmutableList<AnnoInfo> annos) { in create() 253 public abstract ImmutableList<AnnoInfo> annos(); in annos() method in Type.ArrayTy 279 public static TyVar create(TyVarSymbol sym, ImmutableList<AnnoInfo> annos) { in create() 303 public abstract ImmutableList<AnnoInfo> annos(); in annos() method in Type.TyVar 314 public static PrimTy create(TurbineConstantTypeKind tykind, ImmutableList<AnnoInfo> annos) { in create() 327 public abstract ImmutableList<AnnoInfo> annos(); in annos() method in Type.PrimTy
|
| /external/turbine/java/com/google/turbine/tree/ |
| D | Tree.java | 126 private final ImmutableList<Anno> annos; field in Tree.Type 128 public Type(int position, ImmutableList<Anno> annos) { in Type() 133 public ImmutableList<Anno> annos() { in annos() method in Tree.Type 151 int position, ImmutableList<Anno> annos, Optional<Type> upper, Optional<Type> lower) { in WildTy() 191 public ArrTy(int position, ImmutableList<Anno> annos, Type elem) { in ArrTy() 221 public PrimTy(int position, ImmutableList<Anno> annos, TurbineConstantTypeKind tykind) { in PrimTy() 273 ImmutableList<Anno> annos) { in ClassTy() 719 private final ImmutableList<Anno> annos; field in Tree.VarDecl 728 ImmutableList<Anno> annos, in VarDecl() 757 public ImmutableList<Anno> annos() { in annos() method in Tree.VarDecl [all …]
|
| D | Pretty.java | 313 private void printAnnos(ImmutableList<Anno> annos) { in printAnnos()
|
| /external/turbine/java/com/google/turbine/binder/bound/ |
| D | ModuleInfo.java | 30 private final ImmutableList<AnnoInfo> annos; field in ModuleInfo 41 ImmutableList<AnnoInfo> annos, in ModuleInfo() 70 public ImmutableList<AnnoInfo> annos() { in annos() method in ModuleInfo
|
| D | SourceModuleInfo.java | 38 ImmutableList<AnnoInfo> annos, in SourceModuleInfo()
|
| /external/turbine/java/com/google/turbine/binder/ |
| D | ConstBinder.java | 97 ImmutableList<AnnoInfo> annos = in bind() local 170 ImmutableList<AnnoInfo> annos = constEvaluator.evaluateAnnotations(base.annotations()); in bindParameter() local 178 ImmutableList<AnnoInfo> annos = constEvaluator.evaluateAnnotations(base.annotations()); in bindRecordComponents() local
|
| D | ModuleBinder.java | 105 ImmutableList<AnnoInfo> annos = constEvaluator.evaluateAnnotations(annoInfos.build()); in bind() local
|
| D | DisambiguateTypeAnnotations.java | 273 ImmutableList<AnnoInfo> annos, ImmutableList<AnnoInfo> extra) { in appendAnnotations()
|
| D | TypeBinder.java | 851 ImmutableList<AnnoInfo> annos = bindAnnotations(scope, flat.get(annoIdx).annos()); in bindClassTy() local
|
| /external/turbine/javatests/com/google/turbine/lower/ |
| D | IntegrationTestSupport.java | 275 private static void sortTypeAnnotations(List<TypeAnnotationNode> annos) { in sortTypeAnnotations() 286 private static void sortAnnotations(List<AnnotationNode> annos) { in sortAnnotations() 389 private static void addTypesInTypeAnnotations(Set<String> types, List<TypeAnnotationNode> annos) { in addTypesInTypeAnnotations() 396 private static void addTypesInAnnotations(Set<String> types, List<AnnotationNode> annos) { in addTypesInAnnotations()
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | ClassGen.java | 176 final AnnotationEntry[] annos = rva.getAnnotationEntries(); in unpackAnnotations() local 186 final AnnotationEntry[] annos = ria.getAnnotationEntries(); in unpackAnnotations() local
|
| /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
| D | GeneratingAnnotatedClassesTestCase.java | 287 final AnnotationEntry[] annos= method.getAnnotationEntries(); in assertMethodAnnotations() local 313 final AnnotationEntry[] annos= parameterAnnotation.getAnnotationEntries(); in assertParameterAnnotations() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | def_use_manager.cpp | 209 std::vector<Instruction*> annos; in GetAnnotations() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | def_use_manager.cpp | 209 std::vector<Instruction*> annos; in GetAnnotations() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | def_use_manager.cpp | 209 std::vector<Instruction*> annos; in GetAnnotations() local
|
| /external/javassist/src/test/javassist/ |
| D | JvstTest5.java | 57 Annotation[] annos = t.getAnnotations(); in testTypeAnno() local
|
| /external/turbine/java/com/google/turbine/lower/ |
| D | Lower.java | 851 private void lowerTypeAnnotations(ImmutableList<AnnoInfo> annos, TypePath path) { in lowerTypeAnnotations()
|