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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ReadContext.java 46 private SparseArray<AnnotationSetItem> annotationSetItems = new SparseArray<AnnotationSetItem>(0);
64 annotationSetItems,
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 103 AnnotationSetItem[] annotationSetItems;
109 AnnotationSetItem[] annotationSetItems;
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 716 List<AnnotationSetItem> annotationSetItems = new ArrayList<AnnotationSetItem>();
721 while (annotationSetItems.size() < parameterCount) {
722 annotationSetItems.add(AnnotationSetItem.internAnnotationSetItem(dexFile, null));
724 annotationSetItems.add($parameter.parameterAnnotationSet);
731 if (annotationSetItems.size() > 0) {
732 while (annotationSetItems.size() < parameterCount) {
733 annotationSetItems.add(AnnotationSetItem.internAnnotationSetItem(dexFile, null));
735 $parameterAnnotations = AnnotationSetRefList.internAnnotationSetRefList(dexFile, annotationSetItems);
    [all...]

Completed in 24 milliseconds