Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 25 of 41) sorted by relevance

12

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DRawInsnHelper.java27 public static long getSignedByteFromByte(byte[] raw, int idx) { in getSignedByteFromByte()
34 public static long getUnsignedByteFromByte(byte[] raw, int idx) { in getUnsignedByteFromByte()
41 public static long getUnsignedLowNibbleFromByte(byte[] raw, int idx) { in getUnsignedLowNibbleFromByte()
48 public static long getUnsignedHighNibbleFromByte(byte[] raw, int idx) { in getUnsignedHighNibbleFromByte()
55 public static long getUnsignedShortFromTwoBytes(byte[] raw, int idx) { in getUnsignedShortFromTwoBytes()
63 public static long getSignedShortFromTwoBytes(byte[] raw, int idx) { in getSignedShortFromTwoBytes()
71 public static long getUnsignedIntFromFourBytes(byte[] raw, int idx) { in getUnsignedIntFromFourBytes()
81 public static long getSignedIntFromFourBytes(byte[] raw, int idx) { in getSignedIntFromFourBytes()
91 public static long getSignedLongFromEightBytes(byte[] raw, int idx) { in getSignedLongFromEightBytes()
105 public static void writeUnsignedIntToFourBytes(byte[] raw, int idx, int value) { in writeUnsignedIntToFourBytes()
[all …]
DFormat10x.java33 public long getA(byte[] raw) throws IOException { in getA()
38 public long getB(byte[] raw) throws IOException { in getB()
43 public long getC(byte[] raw) throws IOException { in getC()
DFormat20bc.java38 public long getA(byte[] raw) throws IOException { in getA()
43 public long getB(byte[] raw) throws IOException { in getB()
48 public long getC(byte[] raw) throws IOException { in getC()
DFormat3rmi.java35 public long getA(byte[] raw) throws IOException { in getA()
40 public long getB(byte[] raw) throws IOException { in getB()
45 public long getC(byte[] raw) throws IOException { in getC()
DFormat3rms.java35 public long getA(byte[] raw) throws IOException { in getA()
40 public long getB(byte[] raw) throws IOException { in getB()
45 public long getC(byte[] raw) throws IOException { in getC()
DFormat22x.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat11x.java33 public long getA(byte[] raw) throws IOException { in getA()
38 public long getB(byte[] raw) throws IOException { in getB()
43 public long getC(byte[] raw) throws IOException { in getC()
DFormat12x.java33 public long getA(byte[] raw) throws IOException { in getA()
38 public long getB(byte[] raw) throws IOException { in getB()
43 public long getC(byte[] raw) throws IOException { in getC()
DFormat23x.java35 public long getA(byte[] raw) throws IOException { in getA()
40 public long getB(byte[] raw) throws IOException { in getB()
45 public long getC(byte[] raw) throws IOException { in getC()
DFormat32x.java35 public long getA(byte[] raw) throws IOException { in getA()
40 public long getB(byte[] raw) throws IOException { in getB()
45 public long getC(byte[] raw) throws IOException { in getC()
DFormat35mi.java37 public long getA(byte[] raw) throws IOException { in getA()
42 public long getB(byte[] raw) throws IOException { in getB()
47 public long getC(byte[] raw) throws IOException { in getC()
DFormat35ms.java37 public long getA(byte[] raw) throws IOException { in getA()
42 public long getB(byte[] raw) throws IOException { in getB()
47 public long getC(byte[] raw) throws IOException { in getC()
DFormat1.java36 public long getA(byte[] raw) throws IOException { in getA()
41 public long getB(byte[] raw) throws IOException { in getB()
46 public long getC(byte[] raw) throws IOException { in getC()
DFormat2.java36 public long getA(byte[] raw) throws IOException { in getA()
41 public long getB(byte[] raw) throws IOException { in getB()
46 public long getC(byte[] raw) throws IOException { in getC()
DFormat3.java36 public long getA(byte[] raw) throws IOException { in getA()
41 public long getB(byte[] raw) throws IOException { in getB()
46 public long getC(byte[] raw) throws IOException { in getC()
DFormat5.java36 public long getA(byte[] raw) throws IOException { in getA()
41 public long getB(byte[] raw) throws IOException { in getB()
46 public long getC(byte[] raw) throws IOException { in getC()
DAbstractFormat.java56 public abstract long getA(byte[] raw) throws IOException; in getA()
61 public abstract long getB(byte[] raw) throws IOException; in getB()
66 public abstract long getC(byte[] raw) throws IOException; in getC()
DFormat00x.java36 public long getA(byte[] raw) throws IOException { in getA()
41 public long getB(byte[] raw) throws IOException { in getB()
46 public long getC(byte[] raw) throws IOException { in getC()
DFormat20t.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat10t.java33 public long getA(byte[] raw) throws IOException { in getA()
38 public long getB(byte[] raw) throws IOException { in getB()
43 public long getC(byte[] raw) throws IOException { in getC()
DFormat30t.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat21t.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat22t.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat31t.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()
DFormat21h.java34 public long getA(byte[] raw) throws IOException { in getA()
39 public long getB(byte[] raw) throws IOException { in getB()
44 public long getC(byte[] raw) throws IOException { in getC()

12