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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
AnnotationsDirectory.java 36 import org.jf.dexlib2.dexbacked.DexBackedAnnotation;
46 @Nonnull @Override public Set<? extends DexBackedAnnotation> getClassAnnotations() { return ImmutableSet.of(); }
53 @Nonnull public abstract Set<? extends DexBackedAnnotation> getClassAnnotations();
99 public static Set<? extends DexBackedAnnotation> getAnnotations(@Nonnull final DexBackedDexFile dexFile,
103 return new FixedSizeSet<DexBackedAnnotation>() {
106 public DexBackedAnnotation readItem(int index) {
108 return new DexBackedAnnotation(dexFile, annotationOffset);
119 public static List<Set<? extends DexBackedAnnotation>> getParameterAnnotations(
124 return new FixedSizeList<Set<? extends DexBackedAnnotation>>() {
127 public Set<? extends DexBackedAnnotation> readItem(int index)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedAnnotation.java 40 public class DexBackedAnnotation extends BaseAnnotation {
47 public DexBackedAnnotation(@Nonnull DexBackedDexFile dexFile,
DexBackedField.java 119 public Set<? extends DexBackedAnnotation> getAnnotations() {
158 Set<? extends DexBackedAnnotation> annotations = getAnnotations();
DexBackedClassDef.java 140 public Set<? extends DexBackedAnnotation> getAnnotations() {
464 Set<? extends DexBackedAnnotation> classAnnotations = directory.getClassAnnotations();
DexBackedMethod.java 150 public List<? extends Set<? extends DexBackedAnnotation>> getParameterAnnotations() {
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 527 milliseconds