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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArray.java 142 return (getByte0(off) << 8) | getUnsignedByte0(off + 1);
154 (getUnsignedByte0(off + 1) << 16) |
155 (getUnsignedByte0(off + 2) << 8) |
156 getUnsignedByte0(off + 3);
168 (getUnsignedByte0(off + 1) << 16) |
169 (getUnsignedByte0(off + 2) << 8) |
170 getUnsignedByte0(off + 3);
172 (getUnsignedByte0(off + 5) << 16) |
173 (getUnsignedByte0(off + 6) << 8) |
174 getUnsignedByte0(off + 7)
    [all...]
  /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...]
  /external/dexmaker/src/dx/java/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...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 235 milliseconds