HomeSort by relevance Sort by last modified time
    Searched defs: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 135 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
147 (getUnsignedByte0(off + 1) << 16) |
148 (getUnsignedByte0(off + 2) << 8) |
149 getUnsignedByte0(off + 3);
161 (getUnsignedByte0(off + 1) << 16) |
162 (getUnsignedByte0(off + 2) << 8) |
163 getUnsignedByte0(off + 3);
165 (getUnsignedByte0(off + 5) << 16) |
166 (getUnsignedByte0(off + 6) << 8) |
167 getUnsignedByte0(off + 7)
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 53 milliseconds