Home | History | Annotate | Download | only in file

Lines Matching refs:file

5  * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
23 * repeated piece of a Dalvik file.
59 * This will <i>not</i> add an item to the file for this instance itself
65 * @param file {@code non-null;} the file to populate
67 public abstract void addContents(DexFile file);
76 * @param file {@code non-null;} the file to use for reference
79 public abstract void writeTo(DexFile file, AnnotatedOutput out);