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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationItem.java 35 public class AnnotationItem extends Item<AnnotationItem> {
42 * Creates a new uninitialized <code>AnnotationItem</code>
45 protected AnnotationItem(DexFile dexFile) {
50 * Creates a new <code>AnnotationItem</code> with the given values
55 private AnnotationItem(DexFile dexFile, AnnotationVisibility visibility,
63 * Returns an <code>AnnotationItem</code> for the given values, and that has been interned into the given
68 * @return an <code>AnnotationItem</code> for the given values, and that has been interned into the given
71 public static AnnotationItem internAnnotationItem(DexFile dexFile, AnnotationVisibility visibility,
73 AnnotationItem annotationItem = new AnnotationItem(dexFile, visibility, annotationValue)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 36 public final class AnnotationItem extends OffsettedItem {
70 private static class TypeIdSorter implements Comparator<AnnotationItem> {
72 public int compare(AnnotationItem item1, AnnotationItem item2) {
93 public static void sortByTypeIdIndex(AnnotationItem[] array) {
102 public AnnotationItem(Annotation annotation) {
133 AnnotationItem otherAnnotation = (AnnotationItem) other;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 33 public final class AnnotationItem extends OffsettedItem {
67 private static class TypeIdSorter implements Comparator<AnnotationItem> {
69 public int compare(AnnotationItem item1, AnnotationItem item2) {
90 public static void sortByTypeIdIndex(AnnotationItem[] array) {
99 public AnnotationItem(Annotation annotation) {
130 AnnotationItem otherAnnotation = (AnnotationItem) other;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 34 public final class AnnotationItem extends OffsettedItem {
68 private static class TypeIdSorter implements Comparator<AnnotationItem> {
70 public int compare(AnnotationItem item1, AnnotationItem item2) {
91 public static void sortByTypeIdIndex(AnnotationItem[] array) {
100 public AnnotationItem(Annotation annotation) {
131 AnnotationItem otherAnnotation = (AnnotationItem) other;
  /art/runtime/
dex_file.h 330 struct AnnotationItem {
335 DISALLOW_COPY_AND_ASSIGN(AnnotationItem);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3913 milliseconds