/aosp12/frameworks/base/tools/finalize_res/ |
H A D | finalize_res.py | 27 def finalize_item(raw): argument 37 def finalize_group(raw): argument 47 def collect_ids(raw): argument 57 raw = f.read() variable 59 …raw = re.sub(r'<staging-public-group type="(.+?)" first-id="(.+?)">(.+?)</staging-public-group>', … variable 60 raw = re.sub(r' *\n', '\n', raw) variable 61 raw = re.sub(r'\n{3,}', '\n\n', raw) variable
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
H A D | RawInsnHelper.java | 27 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 …]
|
H A D | Format10x.java | 33 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()
|
H A D | Format20bc.java | 38 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()
|
H A D | Format3rmi.java | 35 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()
|
H A D | Format3rms.java | 35 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()
|
H A D | Format11x.java | 33 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()
|
H A D | Format12x.java | 33 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()
|
H A D | Format22x.java | 34 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()
|
H A D | Format23x.java | 35 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()
|
H A D | Format32x.java | 35 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()
|
H A D | Format35mi.java | 37 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()
|
H A D | Format35ms.java | 37 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()
|
H A D | AbstractFormat.java | 56 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()
|
H A D | Format00x.java | 36 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()
|
H A D | Format1.java | 36 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()
|
H A D | Format2.java | 36 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()
|
H A D | Format3.java | 36 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()
|
H A D | Format5.java | 36 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()
|
H A D | Format10t.java | 33 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()
|
H A D | Format20t.java | 34 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()
|
H A D | Format30t.java | 34 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()
|
H A D | Format21t.java | 34 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()
|
H A D | Format22t.java | 34 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()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | rtp_test.cpp | 99 static const char *raw = in main() local 114 static const char *raw = in main() local 128 static const char *raw = in main() local 144 static const char *raw = in main() local
|