Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 95) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoItem.java63 public void addContents(DexFile file) { in addContents()
97 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo()
113 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode()
170 private byte[] encode0(DexFile file, String prefix, PrintWriter debugPrint, in encode0()
DMemberIdItem.java52 public void addContents(DexFile file) { in addContents()
61 public final void writeTo(DexFile file, AnnotatedOutput out) { in writeTo()
90 protected abstract int getTypoidIdx(DexFile file); in getTypoidIdx()
DUniformItemSection.java38 public UniformItemSection(String name, DexFile file, int alignment) { in UniformItemSection()
70 DexFile file = getFile(); in prepare0() local
82 DexFile file = getFile(); in writeTo0() local
DItem.java67 public abstract void addContents(DexFile file); in addContents()
79 public abstract void writeTo(DexFile file, AnnotatedOutput out); in writeTo()
DMethodIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DFieldIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DTypeIdItem.java52 public void addContents(DexFile file) { in addContents()
58 public void writeTo(DexFile file, AnnotatedOutput out) { in writeTo()
DClassDataItem.java225 public void addContents(DexFile file) { in addContents()
339 private void encodeOutput(DexFile file, AnnotatedOutput out) { in encodeOutput()
371 private static void encodeSize(DexFile file, AnnotatedOutput out, in encodeSize()
391 private static void encodeList(DexFile file, AnnotatedOutput out, in encodeList()
411 public void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
DHeaderItem.java50 public void addContents(DexFile file) { in addContents()
56 public void writeTo(DexFile file, AnnotatedOutput out) { in writeTo()
DAnnotationSetRefItem.java57 public void addContents(DexFile file) { in addContents()
71 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
DEncodedMember.java70 public abstract void addContents(DexFile file); in addContents()
83 public abstract int encode(DexFile file, AnnotatedOutput out, in encode()
DCodeItem.java107 public void addContents(DexFile file) { in addContents()
184 final DexFile file = addedTo.getFile(); in place0() local
224 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
288 private void writeCodes(DexFile file, AnnotatedOutput out) { in writeCodes()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoItem.java66 public void addContents(DexFile file) { in addContents()
100 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo()
116 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode()
173 private byte[] encode0(DexFile file, String prefix, PrintWriter debugPrint, in encode0()
DUniformItemSection.java39 public UniformItemSection(String name, DexFile file, int alignment) { in UniformItemSection()
71 DexFile file = getFile(); in prepare0() local
83 DexFile file = getFile(); in writeTo0() local
DMemberIdItem.java54 public void addContents(DexFile file) { in addContents()
63 public final void writeTo(DexFile file, AnnotatedOutput out) { in writeTo()
92 protected abstract int getTypoidIdx(DexFile file); in getTypoidIdx()
DItem.java67 public abstract void addContents(DexFile file); in addContents()
79 public abstract void writeTo(DexFile file, AnnotatedOutput out); in writeTo()
DMethodIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DFieldIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DTypeIdItem.java54 public void addContents(DexFile file) { in addContents()
60 public void writeTo(DexFile file, AnnotatedOutput out) { in writeTo()
DClassDataItem.java229 public void addContents(DexFile file) { in addContents()
343 private void encodeOutput(DexFile file, AnnotatedOutput out) { in encodeOutput()
375 private static void encodeSize(DexFile file, AnnotatedOutput out, in encodeSize()
395 private static void encodeList(DexFile file, AnnotatedOutput out, in encodeList()
415 public void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
DAnnotationSetRefItem.java57 public void addContents(DexFile file) { in addContents()
71 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
DEncodedMember.java71 public abstract void addContents(DexFile file); in addContents()
84 public abstract int encode(DexFile file, AnnotatedOutput out, in encode()
DCodeItem.java116 public void addContents(DexFile file) { in addContents()
193 final DexFile file = addedTo.getFile(); in place0() local
233 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
297 private void writeCodes(DexFile file, AnnotatedOutput out) { in writeCodes()
/dalvik/dexgen/src/com/android/dexgen/util/
DFileUtils.java42 File file = new File(fileName); in readFile() local
53 public static byte[] readFile(File file) { in readFile()
/dalvik/dx/src/com/android/dx/cf/direct/
DClassPathOpener.java83 void onProcessArchiveStart(File file); in onProcessArchiveStart()
142 File file = new File(pathname); in process() local
155 private boolean processOne(File file, boolean topLevel) { in processOne()
243 private boolean processArchive(File file) throws IOException { in processArchive()

1234