Searched defs:addContents (Results 1 - 25 of 30) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DIdItem.java47 public void addContents(DexFile file) { method in class:IdItem
H A DAnnotationSetRefItem.java57 public void addContents(DexFile file) { method in class:AnnotationSetRefItem
H A DFieldIdItem.java42 public void addContents(DexFile file) { method in class:FieldIdItem
43 super.addContents(file);
H A DHeaderItem.java50 public void addContents(DexFile file) { method in class:HeaderItem
H A DItem.java67 public abstract void addContents(DexFile file); method in class:Item
H A DMemberIdItem.java52 public void addContents(DexFile file) { method in class:MemberIdItem
53 super.addContents(file);
H A DMethodIdItem.java42 public void addContents(DexFile file) { method in class:MethodIdItem
43 super.addContents(file);
H A DStringDataItem.java65 public void addContents(DexFile file) { method in class:StringDataItem
H A DTypeIdItem.java52 public void addContents(DexFile file) { method in class:TypeIdItem
H A DEncodedMember.java71 public abstract void addContents(DexFile file); method in class:EncodedMember
H A DFieldAnnotationStruct.java76 public void addContents(DexFile file) { method in class:FieldAnnotationStruct
H A DMethodAnnotationStruct.java76 public void addContents(DexFile file) { method in class:MethodAnnotationStruct
H A DParameterAnnotationStruct.java100 public void addContents(DexFile file) { method in class:ParameterAnnotationStruct
H A DProtoIdItem.java111 public void addContents(DexFile file) { method in class:ProtoIdItem
H A DStringIdItem.java86 public void addContents(DexFile file) { method in class:StringIdItem
H A DTypeListItem.java66 public void addContents(DexFile file) { method in class:TypeListItem
H A DAnnotationSetItem.java115 public void addContents(DexFile file) { method in class:AnnotationSetItem
H A DDebugInfoItem.java64 public void addContents(DexFile file) { method in class:DebugInfoItem
H A DEncodedArrayItem.java86 public void addContents(DexFile file) { method in class:EncodedArrayItem
87 ValueEncoder.addContents(file, array);
H A DEncodedField.java99 public void addContents(DexFile file) { method in class:EncodedField
H A DEncodedMethod.java116 public void addContents(DexFile file) { method in class:EncodedMethod
H A DMapItem.java198 public void addContents(DexFile file) { method in class:MapItem
H A DUniformListItem.java121 public void addContents(DexFile file) { method in class:UniformListItem
123 i.addContents(file);
H A DAnnotationItem.java55 * {@link #addContents}
143 public void addContents(DexFile file) { method in class:AnnotationItem
145 ValueEncoder.addContents(file, annotation);
H A DAnnotationsDirectoryItem.java240 public void addContents(DexFile file) { method in class:AnnotationsDirectoryItem
249 item.addContents(file);
255 item.addContents(file);
261 item.addContents(file);

Completed in 1293 milliseconds

12