| /dalvik/dx/src/com/android/dx/dex/file/ | 
| D | DebugInfoItem.java | 63     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()
 
 | 
| D | ClassDataItem.java | 225     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()
 
 | 
| D | CodeItem.java | 108     public void addContents(DexFile file) {  in addContents()185         final DexFile file = addedTo.getFile();  in place0()  local
 226     protected void writeTo0(DexFile file, AnnotatedOutput out) {  in writeTo0()
 290     private void writeCodes(DexFile file, AnnotatedOutput out) {  in writeCodes()
 
 | 
| D | UniformItemSection.java | 38     public UniformItemSection(String name, DexFile file, int alignment) {  in UniformItemSection()70         DexFile file = getFile();  in prepare0()  local
 82         DexFile file = getFile();  in writeTo0()  local
 
 | 
| D | MemberIdItem.java | 52     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()
 
 | 
| D | MethodHandleItem.java | 60     public void addContents(DexFile file) {  in addContents()67     public void writeTo(DexFile file, AnnotatedOutput out) {  in writeTo()
 89     private int getTargetIndex(DexFile file) {  in getTargetIndex()
 
 | 
| D | ValueEncoder.java | 106     private final DexFile file;  field in ValueEncoder117     public ValueEncoder(DexFile file, AnnotatedOutput out) {  in ValueEncoder()
 412     public static void addContents(DexFile file, Annotation annotation) {  in addContents()
 434     public static void addContents(DexFile file, Constant cst) {  in addContents()
 
 | 
| D | DebugInfoDecoder.java | 77     private final DexFile file;  field in DebugInfoDecoder106             boolean isStatic, CstMethodRef ref, DexFile file) {  in DebugInfoDecoder()
 429     public static void validateEncode(byte[] info, DexFile file,  in validateEncode()
 452             DexFile file, PositionList pl, LocalList ll) {  in validateEncode0()
 
 | 
| D | MixedItemSection.java | 88     public MixedItemSection(String name, DexFile file, int alignment,  in MixedItemSection()264         DexFile file = getFile();  in prepare0()  local
 334         DexFile file = getFile();  in writeTo0()  local
 
 | 
| D | Item.java | 67     public abstract void addContents(DexFile file);  in addContents()79     public abstract void writeTo(DexFile file, AnnotatedOutput out);  in writeTo()
 
 | 
| D | MethodIdItem.java | 42     public void addContents(DexFile file) {  in addContents()60     protected int getTypoidIdx(DexFile file) {  in getTypoidIdx()
 
 | 
| D | FieldIdItem.java | 42     public void addContents(DexFile file) {  in addContents()60     protected int getTypoidIdx(DexFile file) {  in getTypoidIdx()
 
 | 
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ | 
| D | DebugInfoItem.java | 66     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()
 
 | 
| D | ClassDataItem.java | 229     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()
 
 | 
| D | CodeItem.java | 116     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()
 
 | 
| D | UniformItemSection.java | 39     public UniformItemSection(String name, DexFile file, int alignment) {  in UniformItemSection()71         DexFile file = getFile();  in prepare0()  local
 83         DexFile file = getFile();  in writeTo0()  local
 
 | 
| D | MemberIdItem.java | 54     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()
 
 | 
| D | ValueEncoder.java | 99     private final DexFile file;  field in ValueEncoder110     public ValueEncoder(DexFile file, AnnotatedOutput out) {  in ValueEncoder()
 494     public static void addContents(DexFile file, Annotation annotation) {  in addContents()
 516     public static void addContents(DexFile file, Constant cst) {  in addContents()
 
 | 
| D | DebugInfoDecoder.java | 66     private final DexFile file;  field in DebugInfoDecoder95             boolean isStatic, CstMethodRef ref, DexFile file) {  in DebugInfoDecoder()
 424     public static void validateEncode(byte[] info, DexFile file,  in validateEncode()
 447             DexFile file, PositionList pl, LocalList ll) {  in validateEncode0()
 
 | 
| D | MixedItemSection.java | 88     public MixedItemSection(String name, DexFile file, int alignment,  in MixedItemSection()264         DexFile file = getFile();  in prepare0()  local
 334         DexFile file = getFile();  in writeTo0()  local
 
 | 
| D | Item.java | 67     public abstract void addContents(DexFile file);  in addContents()79     public abstract void writeTo(DexFile file, AnnotatedOutput out);  in writeTo()
 
 | 
| D | MethodIdItem.java | 42     public void addContents(DexFile file) {  in addContents()60     protected int getTypoidIdx(DexFile file) {  in getTypoidIdx()
 
 | 
| D | FieldIdItem.java | 42     public void addContents(DexFile file) {  in addContents()60     protected int getTypoidIdx(DexFile file) {  in getTypoidIdx()
 
 | 
| /dalvik/dx/src/com/android/dx/cf/direct/ | 
| D | ClassPathOpener.java | 82         void onProcessArchiveStart(File file);  in onProcessArchiveStart()141         File file = new File(pathname);  in process()  local
 154     private boolean processOne(File file, boolean topLevel) {  in processOne()
 243     private boolean processArchive(File file) throws IOException {  in processArchive()
 
 | 
| /dalvik/dexgen/src/com/android/dexgen/util/ | 
| D | FileUtils.java | 42         File file = new File(fileName);  in readFile()  local53     public static byte[] readFile(File file) {  in readFile()
 
 |