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

/dalvik/dx/src/com/android/dex/
H A DAnnotation.java24 public final class Annotation implements Comparable<Annotation> { class in inherits:Comparable
29 public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation) { method in class:Annotation
54 @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.java33 public final class Annotation extends MutabilityControl class in inherits:MutabilityControl,Comparable,ToHuman
34 implements Comparable<Annotation>, ToHuman {
50 public Annotation(CstType type, AnnotationVisibility visibility) { method in class:Annotation
67 if (! (other instanceof Annotation)) {
71 Annotation otherAnnotation = (Annotation) other;
90 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.java57 private ArrayList<Annotation> annotations;
369 annotations.add(new Annotation(cursor, msg));
390 annotations.add(new Annotation(startAt, startAt + amt, msg));
437 this.annotations = new ArrayList<Annotation>(1000);
456 Annotation last = annotations.get(asz - 1);
487 Annotation a = annotations.get(rightAt);
548 * Annotation on output.
550 private static class Annotation { class in class:ByteArrayAnnotatedOutput
571 public Annotation(int start, int end, String text) { method in class:ByteArrayAnnotatedOutput.Annotation
583 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 576 milliseconds