Home
last modified time | relevance | path

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

1234

/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()
DFieldIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DMethodIdItem.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()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoItem.java64 public void addContents(DexFile file) { in addContents()
98 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo()
114 protected void writeTo0(DexFile file, AnnotatedOutput out) { in writeTo0()
140 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode()
171 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.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()
DItem.java67 public abstract void addContents(DexFile file); in addContents()
79 public abstract void writeTo(DexFile file, AnnotatedOutput out); in writeTo()
DFieldIdItem.java42 public void addContents(DexFile file) { in addContents()
60 protected int getTypoidIdx(DexFile file) { in getTypoidIdx()
DMethodIdItem.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.java226 public void addContents(DexFile file) { in addContents()
340 private void encodeOutput(DexFile file, AnnotatedOutput out) { in encodeOutput()
372 private static void encodeSize(DexFile file, AnnotatedOutput out, in encodeSize()
392 private static void encodeList(DexFile file, AnnotatedOutput out, in encodeList()
412 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.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/dx/src/com/android/dx/cf/direct/
DClassPathOpener.java82 void onProcessArchiveStart(File file); in onProcessArchiveStart()
107 File file = new File(pathname); in process() local
120 private boolean processOne(File file, boolean topLevel) { in processOne()
205 private boolean processArchive(File file) throws IOException { in processArchive()
/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/util/
DFileUtils.java42 File file = new File(fileName); in readFile() local
53 public static byte[] readFile(File file) { in readFile()

1234