Searched defs:Annotation (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DAnnotation.java24 public final class Annotation implements Comparable<Annotation> { class in inherits:Comparable
31 public Annotation(DexBuffer buffer, byte visibility, int typeIndex, int[] names, method in class:Annotation
66 @Override public int compareTo(Annotation other) {
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java42 public final class Annotation extends MutabilityControl class in inherits:MutabilityControl,Comparable,ToHuman
43 implements Comparable<Annotation>, ToHuman {
59 public Annotation(CstType type, AnnotationVisibility visibility) { method in class:Annotation
76 if (! (other instanceof Annotation)) {
80 Annotation otherAnnotation = (Annotation) other;
99 public int compareTo(Annotation other) {
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotation.java34 public final class Annotation extends MutabilityControl class in inherits:MutabilityControl,Comparable,ToHuman
35 implements Comparable<Annotation>, ToHuman {
51 public Annotation(CstType type, AnnotationVisibility visibility) { method in class:Annotation
68 if (! (other instanceof Annotation)) {
72 Annotation otherAnnotation = (Annotation) other;
91 public int compareTo(Annotation other) {
/dalvik/dexgen/src/com/android/dexgen/util/
H A DByteArrayAnnotatedOutput.java54 private ArrayList<Annotation> annotations;
373 annotations.add(new Annotation(cursor, msg));
394 annotations.add(new Annotation(startAt, startAt + amt, msg));
441 this.annotations = new ArrayList<Annotation>(1000);
460 Annotation last = annotations.get(asz - 1);
491 Annotation a = annotations.get(rightAt);
552 * Annotation on output.
554 private static class Annotation { class in class:ByteArrayAnnotatedOutput
575 public Annotation(int start, int end, String text) { method in class:ByteArrayAnnotatedOutput.Annotation
587 public Annotation(in method in class:ByteArrayAnnotatedOutput.Annotation
[all...]
/dalvik/dx/src/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java54 private ArrayList<Annotation> annotations;
366 annotations.add(new Annotation(cursor, msg));
387 annotations.add(new Annotation(startAt, startAt + amt, msg));
434 this.annotations = new ArrayList<Annotation>(1000);
453 Annotation last = annotations.get(asz - 1);
484 Annotation a = annotations.get(rightAt);
545 * Annotation on output.
547 private static class Annotation { class in class:ByteArrayAnnotatedOutput
568 public Annotation(int start, int end, String text) { method in class:ByteArrayAnnotatedOutput.Annotation
580 public Annotation(in method in class:ByteArrayAnnotatedOutput.Annotation
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 7038 milliseconds