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

  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 138 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
150 (getUnsignedByte0(off + 1) << 16) |
151 (getUnsignedByte0(off + 2) << 8) |
152 getUnsignedByte0(off + 3);
164 (getUnsignedByte0(off + 1) << 16) |
165 (getUnsignedByte0(off + 2) << 8) |
166 getUnsignedByte0(off + 3);
168 (getUnsignedByte0(off + 5) << 16) |
169 (getUnsignedByte0(off + 6) << 8) |
170 getUnsignedByte0(off + 7)
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 138 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
150 (getUnsignedByte0(off + 1) << 16) |
151 (getUnsignedByte0(off + 2) << 8) |
152 getUnsignedByte0(off + 3);
164 (getUnsignedByte0(off + 1) << 16) |
165 (getUnsignedByte0(off + 2) << 8) |
166 getUnsignedByte0(off + 3);
168 (getUnsignedByte0(off + 5) << 16) |
169 (getUnsignedByte0(off + 6) << 8) |
170 getUnsignedByte0(off + 7)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 328 milliseconds