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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetItem.java 38 public class AnnotationSetItem extends Item<AnnotationSetItem> {
44 * Creates a new uninitialized <code>AnnotationSetItem</code>
47 protected AnnotationSetItem(DexFile dexFile) {
52 * Creates a new <code>AnnotationSetItem</code> for the given annotations
54 * @param annotations The annotations for this <code>AnnotationSetItem</code>
56 private AnnotationSetItem(DexFile dexFile, AnnotationItem[] annotations) {
62 * Returns an <code>AnnotationSetItem</code> for the given annotations, and that has been interned into the given
65 * @param annotations The annotations for this <code>AnnotationSetItem</code>
66 * @return an <code>AnnotationSetItem</code> for the given annotation
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 95 static class AnnotationSetItem {
103 AnnotationSetItem[] annotationSetItems;
109 AnnotationSetItem[] annotationSetItems;
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 92 milliseconds