Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 9 of 9) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
DTableOfContents.java32 public final Section header = new Section(0x0000);
33 public final Section stringIds = new Section(0x0001);
34 public final Section typeIds = new Section(0x0002);
35 public final Section protoIds = new Section(0x0003);
36 public final Section fieldIds = new Section(0x0004);
37 public final Section methodIds = new Section(0x0005);
38 public final Section classDefs = new Section(0x0006);
39 public final Section mapList = new Section(0x1000);
40 public final Section typeLists = new Section(0x1001);
41 public final Section annotationSetRefLists = new Section(0x1002);
[all …]
DAnnotation.java49 public void writeTo(Dex.Section out) { in writeTo()
DEncodedValue.java40 public void writeTo(Dex.Section out) { in writeTo()
DProtoId.java53 public void writeTo(Dex.Section out) { in writeTo()
DFieldId.java56 public void writeTo(Dex.Section out) { in writeTo()
DDex.java186 public Section open(int position) { in open()
195 return new Section("section", sectionData); in open()
198 public Section appendSection(int maxByteCount, String name) { in appendSection()
207 Section result = new Section(name, sectionData); in appendSection()
513 public final class Section implements ByteInput, ByteOutput { class in Dex
518 private Section(String name, ByteBuffer data) { in Section() method in Dex.Section
662 Section triesSection = open(data.position()); in readCode()
955 private final Dex.Section in = open(tableOfContents.classDefs.off);
DMethodId.java56 public void writeTo(Dex.Section out) { in writeTo()
/libcore/
DLICENSE88 or work under the terms of Section 1 above, provided that you also meet all of
129 Section 2) in object code or executable form under the terms of Sections 1 and
/libcore/ojluni/
DNOTICE374 or work under the terms of Section 1 above, provided that you also meet all of
415 Section 2) in object code or executable form under the terms of Sections 1 and