HomeSort by relevance Sort by last modified time
    Searched defs:TypeAnnotation (Results 1 - 12 of 12) sorted by null

  /external/proguard/src/proguard/classfile/attribute/annotation/
TypeAnnotation.java 34 public class TypeAnnotation extends Annotation
41 * Creates an uninitialized TypeAnnotation.
43 public TypeAnnotation()
49 * Creates an initialized TypeAnnotation.
51 public TypeAnnotation(int u2typeIndex,
153 public void typePathInfosAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfoVisitor typePathVisitor)
159 typePathVisitor.visitTypePathInfo(clazz, method, codeAttribute, typeAnnotation, typePath[index]);
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 17 """Closure typeannotation parsing and utilities."""
29 class TypeAnnotation(object):
43 TypeAnnotation instances for sub_types, key_type or return_type.
77 return self.identifier == TypeAnnotation.FUNCTION_TYPE
91 return self.identifier.startswith(TypeAnnotation.VAR_ARGS_TYPE) or (
92 self.type_group == TypeAnnotation.IMPLICIT_TYPE_GROUP and
93 self.sub_types[0].identifier.startswith(TypeAnnotation.VAR_ARGS_TYPE))
110 item: The TypeAnnotation item to append.
112 # item is a TypeAnnotation instance, so pylint: disable=protected-access
125 TypeAnnotation.IMPLICIT_TYPE_GROUP: '%s'}[self.type_group
    [all...]
  /build/tools/ijar/
classfile.cc 731 struct TypeAnnotation {
732 virtual ~TypeAnnotation() {
749 static TypeAnnotation *Read(const u1 *&p) {
750 TypeAnnotation *value = new TypeAnnotation;
1120 TypeAnnotation *annotation = TypeAnnotation::Read(p);
1136 for (TypeAnnotation *annotation : type_annotations_) {
1142 std::vector<TypeAnnotation*> type_annotations_;
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 720 milliseconds