Searched refs:SortType (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java19 import com.android.dexgen.dex.file.MixedItemSection.SortType;
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
111 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
112 classData = new MixedItemSection(null, this, 1, SortType.NONE);
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
120 map = new MixedItemSection("map", this, 4, SortType.NONE);
H A DMixedItemSection.java42 static enum SortType { enum in class:MixedItemSection
70 private final SortType sort;
89 SortType sort) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java39 import static com.android.dx.dex.file.MixedItemSection.SortType;
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
118 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
119 classData = new MixedItemSection(null, this, 1, SortType.NONE);
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
127 map = new MixedItemSection("map", this, 4, SortType.NONE);
H A DMixedItemSection.java42 static enum SortType { enum in class:MixedItemSection
70 private final SortType sort;
89 SortType sort) {

Completed in 282 milliseconds