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

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 58 MixedItemSection wordData = file.getWordData();
60 annotations = wordData.intern(annotations);
FieldAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
MethodAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
EncodedMethod.java 118 MixedItemSection wordData = file.getWordData();
123 wordData.add(code);
ParameterAnnotationStruct.java 102 MixedItemSection wordData = file.getWordData();
105 wordData.add(annotationsItem);
DexFile.java 46 private final MixedItemSection wordData;
50 * it from {@link #wordData} helps break what would otherwise be a
110 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
129 classDefs, wordData, typeLists, stringData, byteData,
258 return wordData;
400 return wordData;
486 wordData.prepare();
577 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,
AnnotationsDirectoryItem.java 241 MixedItemSection wordData = file.getWordData();
244 classAnnotations = wordData.intern(classAnnotations);
ClassDefItem.java 133 MixedItemSection wordData = file.getWordData();
164 annotationsDirectory = wordData.intern(annotationsDirectory);
166 wordData.add(annotationsDirectory);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 526 milliseconds