HomeSort by relevance Sort by last modified time
    Searched refs:DexRandomAccessFile (Results 51 - 75 of 78) sorted by null

1 23 4

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format31t.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format32x.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format35mi.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format35ms.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format3rmi.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format3rms.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format21c.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format22c.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format35c.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format3rc.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
Format51l.java 19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedMethod.java 29 public void read(DexRandomAccessFile file) throws IOException {
39 public void write(DexRandomAccessFile file) throws IOException {
EncodedValue.java 35 public void read(DexRandomAccessFile file) throws IOException {
77 public void write(DexRandomAccessFile file) throws IOException {
MapItem.java 46 public void read(DexRandomAccessFile file) throws IOException {
58 public void write(DexRandomAccessFile file) throws IOException {
StringDataItem.java 31 public void read(DexRandomAccessFile file) throws IOException {
49 public void write(DexRandomAccessFile file) throws IOException {
TypeList.java 26 public void read(DexRandomAccessFile file) throws IOException {
37 public void write(DexRandomAccessFile file) throws IOException {
AnnotationsDirectoryItem.java 31 public void read(DexRandomAccessFile file) throws IOException {
59 public void write(DexRandomAccessFile file) throws IOException {
ClassDefItem.java 40 public void read(DexRandomAccessFile file) throws IOException {
53 public void write(DexRandomAccessFile file) throws IOException {
CodeItem.java 48 public void read(DexRandomAccessFile file) throws IOException {
71 private void populateInstructionList(DexRandomAccessFile file) throws IOException {
91 public void write(DexRandomAccessFile file) throws IOException {
ClassDataItem.java 39 public void read(DexRandomAccessFile file) throws IOException {
65 public void write(DexRandomAccessFile file) throws IOException {
DexRandomAccessFile.java 30 public class DexRandomAccessFile extends RandomAccessFile {
46 public DexRandomAccessFile(String filename, String mode)
HeaderItem.java 49 public void read(DexRandomAccessFile file) throws IOException {
90 public void write(DexRandomAccessFile file) throws IOException {
OffsetTracker.java 127 public void getNewOffsettable(DexRandomAccessFile file, RawDexObject item) throws IOException {
184 public void updatePositionOfNextOffsettable(DexRandomAccessFile file) throws IOException {
204 public void tryToWriteOffset(Offset offset, DexRandomAccessFile file, boolean useUleb128)
239 public void updateOffsets(DexRandomAccessFile file) throws IOException {
RawDexFile.java 53 public void read(DexRandomAccessFile file) throws IOException {
77 public void write(DexRandomAccessFile file) throws IOException {
306 * Given a DexRandomAccessFile, calculate the correct adler32 checksum for it.
308 private int calculateAdler32Checksum(DexRandomAccessFile file) throws IOException {
321 * Given a DexRandomAccessFile, update the file size, data size, and checksum.
323 public void updateHeader(DexRandomAccessFile file) throws IOException {
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java 46 import dexfuzz.rawdex.DexRandomAccessFile;
399 DexRandomAccessFile input = new DexRandomAccessFile(inputName, "r");
425 DexRandomAccessFile output = new DexRandomAccessFile(outputName, "rw");

Completed in 449 milliseconds

1 23 4