Home
last modified time | relevance | path

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

1234

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

1234