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

  /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/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 162 milliseconds