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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdsSection.java 31 public final class ProtoIdsSection extends UniformItemSection {
42 public ProtoIdsSection(DexFile file) {
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdsSection.java 30 public final class ProtoIdsSection extends UniformItemSection {
41 public ProtoIdsSection(DexFile file) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ProtoIdsSection.java 31 public final class ProtoIdsSection extends UniformItemSection {
42 public ProtoIdsSection(DexFile file) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 225 out.annotate("proto_ids_size: " + dexFile.ProtoIdsSection.getItems().size());
226 out.writeInt(dexFile.ProtoIdsSection.getItems().size());
228 out.annotate("proto_ids_off: 0x" + Integer.toHexString(dexFile.ProtoIdsSection.getOffset()));
229 out.writeInt(dexFile.ProtoIdsSection.getOffset());
DexFile.java 192 ProtoIdsSection,
213 ProtoIdsSection,
404 ProtoIdsSection,
748 public final IndexedSection<ProtoIdItem> ProtoIdsSection =
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 192 milliseconds