Searched defs:DexFile (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DSection.java56 * The offset of this section within the <code>DexFile</code>
66 * The <code>DexFile</code> that this section belongs to
68 public final DexFile DexFile; field in class:Section
72 * @param dexFile The <code>DexFile</code> that this section belongs to
75 protected Section(DexFile dexFile, ItemType itemType) {
76 this.DexFile = dexFile;
89 assert !DexFile.getInplace() || offset == this.offset;
H A DDexFile.java73 * {@link DexFile#ClassDefsSection}, which will add all the information necessary to represent the given
102 public class DexFile class
171 private final DexFile dexFile = this;
192 private DexFile(boolean preserveSignedRegisters, boolean skipInstructions) { method in class:DexFile
242 * Construct a new DexFile instance by reading in the given dex file.
246 public DexFile(String file) method in class:DexFile
252 * Construct a new DexFile instance by reading in the given dex file,
262 public DexFile(String file, boolean preserveSignedRegisters, boolean skipInstructions) method in class:DexFile
268 * Construct a new DexFile instance by reading in the given dex file.
272 public DexFile(Fil method in class:DexFile
288 public DexFile(File file, boolean preserveSignedRegisters, boolean skipInstructions) method in class:DexFile
440 public DexFile() { method in class:DexFile
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java45 public final class DexFile { class
111 public DexFile(DexOptions dexOptions) { method in class:DexFile

Completed in 161 milliseconds