Searched defs:AnnotationItem (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DAnnotationItem.java42 public class AnnotationItem { class
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java144 AnnotationItem previousRangeAnnotation = previousAnnotations.rangeAnnotation;
154 AnnotationItem existingRangeAnnotation = startPoint.rangeAnnotation;
172 AnnotationItem nextRangeAnnotation = nextEndpoint.rangeAnnotation;
209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg));
211 startPoint.rangeAnnotation = new AnnotationItem(indentLevel, formattedMsg);
254 public final List<AnnotationItem> pointAnnotations = Lists.newArrayList();
257 public AnnotationItem rangeAnnotation = null;
260 private static class AnnotationItem { class in class:AnnotatedBytes
264 public AnnotationItem(int indentLevel, String annotation) { method in class:AnnotatedBytes.AnnotationItem
304 for (AnnotationItem pointAnnotatio
[all...]
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 134 milliseconds