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

  /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;
AnnotationSetItem.java 42 private final AnnotationItem[] items;
53 this.items = new AnnotationItem[annotations.size()];
57 items[at] = new AnnotationItem(a);
128 AnnotationItem.sortByTypeIdIndex(items);
145 AnnotationItem item = items[i];
  /dalvik/dx/src/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) {
101 public AnnotationItem(Annotation annotation, DexFile dexFile) {
133 AnnotationItem otherAnnotation = (AnnotationItem) other;
AnnotationSetItem.java 42 private final AnnotationItem[] items;
54 this.items = new AnnotationItem[annotations.size()];
58 items[at] = new AnnotationItem(a, dexFile);
129 AnnotationItem.sortByTypeIdIndex(items);
146 AnnotationItem item = items[i];
  /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;
AnnotationSetItem.java 42 private final AnnotationItem[] items;
53 this.items = new AnnotationItem[annotations.size()];
57 items[at] = new AnnotationItem(a);
128 AnnotationItem.sortByTypeIdIndex(items);
145 AnnotationItem item = items[i];
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 144 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 {
264 public AnnotationItem(int indentLevel, String annotation) {
305 for (AnnotationItem pointAnnotation: annotations.pointAnnotations)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationItem.java 42 public class AnnotationItem {
AnnotationSetItem.java 59 out.annotate(4, AnnotationItem.getReferenceAnnotation(dexFile, annotationOffset));
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 195 class AnnotationItem(object):
ExprNodes.py 36 from Annotate import AnnotationItem
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 138 annotators.put(mapItem.getType(), AnnotationItem.makeAnnotator(this, mapItem));
  /art/runtime/
dex_file.h 372 struct AnnotationItem {
377 DISALLOW_COPY_AND_ASSIGN(AnnotationItem);
    [all...]
dex_file_verifier.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 227 milliseconds