HomeSort by relevance Sort by last modified time
    Searched refs:getByte0 (Results 1 - 5 of 5) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArray.java 131 return getByte0(off);
142 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
153 return (getByte0(off) << 24) |
167 int part1 = (getByte0(off) << 24) |
171 int part2 = (getByte0(off + 4) << 24) |
239 private int getByte0(int off) {
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 127 return getByte0(off);
138 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
149 return (getByte0(off) << 24) |
163 int part1 = (getByte0(off) << 24) |
167 int part2 = (getByte0(off + 4) << 24) |
235 private int getByte0(int off) {
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 127 return getByte0(off);
138 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
149 return (getByte0(off) << 24) |
163 int part1 = (getByte0(off) << 24) |
167 int part2 = (getByte0(off + 4) << 24) |
235 private int getByte0(int off) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 127 return getByte0(off);
138 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
149 return (getByte0(off) << 24) |
163 int part1 = (getByte0(off) << 24) |
167 int part2 = (getByte0(off + 4) << 24) |
235 private int getByte0(int off) {
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 56 milliseconds