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

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 22 * {@code DexAnnotation} represents an annotation.
24 public interface DexAnnotation {
27 * {@code Visibility} indicates the retention of a {@code DexAnnotation}.
77 * Returns the {@code Visibility} of this {@code DexAnnotation}.
79 * @return the {@code Visibility} of this {@code DexAnnotation}
84 * Returns the attributes of this {@code DexAnnotation}.
86 * @return the attributes of this {@code DexAnnotation}
91 * Returns the class name of this {@code DexAnnotation}.
93 * @return the class name of this {@code DexAnnotation}
  /external/r8/src/main/java/com/android/tools/r8/graph/
JarClassFileReader.java 75 List<DexAnnotation> annotations,
78 int visiblity = visible ? DexAnnotation.VISIBILITY_RUNTIME : DexAnnotation.VISIBILITY_BUILD;
80 annotations.add(new DexAnnotation(visiblity,
109 private List<DexAnnotation> annotations = null;
111 private DexAnnotation innerClassAnnotation = null;
112 private DexAnnotation enclosingAnnotation = null;
139 innerClassAnnotation = DexAnnotation.createInnerClassAnnotation(
145 enclosingAnnotation = DexAnnotation.createEnclosingClassAnnotation(
165 enclosingAnnotation = DexAnnotation.createEnclosingClassAnnotation
    [all...]
DexAnnotation.java 18 public class DexAnnotation extends DexItem {
25 public DexAnnotation(int visibility, DexEncodedAnnotation annotation) {
40 if (other instanceof DexAnnotation) {
41 DexAnnotation o = (DexAnnotation) other;
62 public static DexAnnotation createEnclosingClassAnnotation(DexType enclosingClass,
68 public static DexAnnotation createEnclosingMethodAnnotation(DexMethod enclosingMethod,
74 public static boolean isEnclosingClassAnnotation(DexAnnotation annotation,
79 public static boolean isEnclosingMethodAnnotation(DexAnnotation annotation,
84 public static boolean isInnerClassesAnnotation(DexAnnotation annotation
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 131 milliseconds