Home
last modified time | relevance | path

Searched refs:DexRandomAccessFile (Results 1 – 25 of 78) sorted by relevance

1234

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexObject.java30 public void read(DexRandomAccessFile file) throws IOException; in read()
37 public void write(DexRandomAccessFile file) throws IOException; in write()
DAnnotationOffItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
30 public void write(DexRandomAccessFile file) throws IOException { in write()
DAnnotationSetRefItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
30 public void write(DexRandomAccessFile file) throws IOException { in write()
DTypeItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
30 public void write(DexRandomAccessFile file) throws IOException { in write()
DEncodedArrayItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
31 public void write(DexRandomAccessFile file) throws IOException { in write()
DTryItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read()
34 public void write(DexRandomAccessFile file) throws IOException { in write()
DStringIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
31 public void write(DexRandomAccessFile file) throws IOException { in write()
DTypeIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read()
31 public void write(DexRandomAccessFile file) throws IOException { in write()
DEncodedTypeAddrPair.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
32 public void write(DexRandomAccessFile file) throws IOException { in write()
DDebugInfoItem.java31 public void read(DexRandomAccessFile file) throws IOException { in read()
38 public void write(DexRandomAccessFile file) throws IOException { in write()
DAnnotationElement.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
32 public void write(DexRandomAccessFile file) throws IOException { in write()
DFieldAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
32 public void write(DexRandomAccessFile file) throws IOException { in write()
DParameterAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
32 public void write(DexRandomAccessFile file) throws IOException { in write()
DMethodAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
32 public void write(DexRandomAccessFile file) throws IOException { in write()
DAnnotationItem.java26 public void read(DexRandomAccessFile file) throws IOException { in read()
33 public void write(DexRandomAccessFile file) throws IOException { in write()
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DAbstractFormat.java19 import dexfuzz.rawdex.DexRandomAccessFile;
51 public abstract void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException; in writeToFile()
DFormat3.java19 import dexfuzz.rawdex.DexRandomAccessFile;
31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat5.java19 import dexfuzz.rawdex.DexRandomAccessFile;
31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat2.java19 import dexfuzz.rawdex.DexRandomAccessFile;
31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat00x.java19 import dexfuzz.rawdex.DexRandomAccessFile;
31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat1.java19 import dexfuzz.rawdex.DexRandomAccessFile;
31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat10x.java19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat11x.java19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat12x.java19 import dexfuzz.rawdex.DexRandomAccessFile;
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
DFormat20bc.java19 import dexfuzz.rawdex.DexRandomAccessFile;
30 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()

1234