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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
FieldIdItem.java 45 public static final int TYPE_OFFSET = 2;
75 int typeIndex = dexFile.readUshort(fieldOffset + TYPE_OFFSET);
MapItem.java 44 public static final int TYPE_OFFSET = 0;
57 return dexFile.readUshort(offset + TYPE_OFFSET);
  /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageHeader.java 25 private static final int TYPE_OFFSET = 12;
86 mType = decoder.readInt(TYPE_OFFSET);
151 encoder.encode(getType(), TYPE_OFFSET);
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 345 /// The TYPE_OFFSET constant describes the record that occurs
353 /// TYPE_OFFSET block to determine the offset of that type's
355 TYPE_OFFSET = 1,
    [all...]

Completed in 181 milliseconds