Searched refs:AnnotationParser (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | StdAttributeFactory.java | 211 AnnotationParser ap = in annotationDefault() 212 new AnnotationParser(cf, offset, length, observer); in annotationDefault() 649 AnnotationParser ap = in runtimeInvisibleAnnotations() 650 new AnnotationParser(cf, offset, length, observer); in runtimeInvisibleAnnotations() 666 AnnotationParser ap = in runtimeVisibleAnnotations() 667 new AnnotationParser(cf, offset, length, observer); in runtimeVisibleAnnotations() 683 AnnotationParser ap = in runtimeInvisibleParameterAnnotations() 684 new AnnotationParser(cf, offset, length, observer); in runtimeInvisibleParameterAnnotations() 700 AnnotationParser ap = in runtimeVisibleParameterAnnotations() 701 new AnnotationParser(cf, offset, length, observer); in runtimeVisibleParameterAnnotations()
|
D | AnnotationParser.java | 50 public final class AnnotationParser { class 80 public AnnotationParser(DirectClassFile cf, int offset, int length, in AnnotationParser() method in AnnotationParser
|