Searched refs:writeHeaderPart (Results 1 - 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.java100 file.getStringIds().writeHeaderPart(out);
101 file.getTypeIds().writeHeaderPart(out);
102 file.getProtoIds().writeHeaderPart(out);
103 file.getFieldIds().writeHeaderPart(out);
104 file.getMethodIds().writeHeaderPart(out);
105 file.getClassDefs().writeHeaderPart(out);
H A DFieldIdsSection.java77 public void writeHeaderPart(AnnotatedOutput out) { method in class:FieldIdsSection
H A DMethodIdsSection.java77 public void writeHeaderPart(AnnotatedOutput out) { method in class:MethodIdsSection
H A DProtoIdsSection.java65 public void writeHeaderPart(AnnotatedOutput out) { method in class:ProtoIdsSection
H A DStringIdsSection.java79 public void writeHeaderPart(AnnotatedOutput out) { method in class:StringIdsSection
H A DTypeIdsSection.java78 public void writeHeaderPart(AnnotatedOutput out) { method in class:TypeIdsSection
H A DClassDefsSection.java89 public void writeHeaderPart(AnnotatedOutput out) { method in class:ClassDefsSection
H A DMixedItemSection.java132 public void writeHeaderPart(AnnotatedOutput out) { method in class:MixedItemSection

Completed in 466 milliseconds