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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 51 private final Map<Integer, SectionAnnotator> annotators = Maps.newHashMap(); field in class:DexAnnotator
93 annotators.put(mapItem.getType(), HeaderItem.makeAnnotator(this, mapItem));
96 annotators.put(mapItem.getType(), StringIdItem.makeAnnotator(this, mapItem));
99 annotators.put(mapItem.getType(), TypeIdItem.makeAnnotator(this, mapItem));
102 annotators.put(mapItem.getType(), ProtoIdItem.makeAnnotator(this, mapItem));
105 annotators.put(mapItem.getType(), FieldIdItem.makeAnnotator(this, mapItem));
108 annotators.put(mapItem.getType(), MethodIdItem.makeAnnotator(this, mapItem));
111 annotators.put(mapItem.getType(), ClassDefItem.makeAnnotator(this, mapItem));
114 annotators.put(mapItem.getType(), MapItem.makeAnnotator(this, mapItem));
117 annotators.put(mapItem.getType(), TypeListItem.makeAnnotator(this, mapItem))
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 131 milliseconds