Home | History | Annotate | Download | only in android

Lines Matching refs:SIZEOF

95     static int SIZEOF = 8;
190 static final int SIZEOF = 8;
350 buf.putShort((short) SIZEOF); // size
391 public static final int SIZEOF = 4;
414 public static final int SIZEOF = 4;
461 public static final int SIZEOF = ResChunk_header.SIZEOF + 20;
494 this.stringCount = buf.getInt(offset + ResChunk_header.SIZEOF);
495 this.styleCount = buf.getInt(offset + ResChunk_header.SIZEOF + 4);
496 this.flags = buf.getInt(offset + ResChunk_header.SIZEOF + 8);
497 this.stringsStart = buf.getInt(offset + ResChunk_header.SIZEOF + 12);
498 this.stylesStart = buf.getInt(offset + ResChunk_header.SIZEOF + 16);
617 public static final int SIZEOF = ResStringPool_ref.SIZEOF + 8;
636 firstChar = buf.getInt(offset + ResStringPool_ref.SIZEOF);
637 lastChar = buf.getInt(offset + ResStringPool_ref.SIZEOF + 4);
697 this.lineNumber = buf.getInt(offset + ResChunk_header.SIZEOF);
705 this.lineNumber = buf.getInt(myOffset() + ResChunk_header.SIZEOF);
706 this.comment = new ResStringPool_ref(buf, myOffset() + ResChunk_header.SIZEOF + 4);
762 static final int SIZEOF = 8;
773 this.name = new ResStringPool_ref(buf, offset + ResStringPool_ref.SIZEOF);
883 buf.putShort((short) ResXMLTree_attribute.SIZEOF); // attributeSize
939 public static final int SIZEOF = 12+ ResourceTypes.Res_value.SIZEOF;
987 SIZEOF = ResChunk_header.SIZEOF + 4;
997 this.packageCount = buf.getInt(offset + ResChunk_header.SIZEOF);
1008 public static final int SIZEOF = ResChunk_header.SIZEOF + 4 + 128 + 20;
1041 id = buf.getInt(offset + ResChunk_header.SIZEOF);
1043 name[i] = buf.getChar(offset + ResChunk_header.SIZEOF + 4 + i * 2);
1045 typeStrings = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256);
1046 lastPublicType = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256 + 4);
1047 keyStrings = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256 + 8);
1048 lastPublicKey = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256 + 12);
1049 typeIdOffset = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256 + 16);
1078 public static final int SIZEOF = ResChunk_header.SIZEOF + 8;
1108 id = buf.get(offset + ResChunk_header.SIZEOF);
1109 res0 = buf.get(offset + ResChunk_header.SIZEOF + 1);
1110 res1 = buf.getShort(offset + ResChunk_header.SIZEOF + 2);
1111 entryCount = buf.getInt(offset + ResChunk_header.SIZEOF + 4);
1150 // public static final int SIZEOF = ResChunk_header.SIZEOF + 12 + ResTable_config.SIZ;
1151 public static final int SIZEOF_WITHOUT_CONFIG = ResChunk_header.SIZEOF + 12;
1189 id = buf.get(offset + ResChunk_header.SIZEOF);
1190 flags = buf.get(offset + ResChunk_header.SIZEOF + 1);
1191 reserved = buf.getShort(offset + ResChunk_header.SIZEOF + 2);
1192 entryCount = buf.getInt(offset + ResChunk_header.SIZEOF + 4);
1193 entriesStart = buf.getInt(offset + ResChunk_header.SIZEOF + 8);
1195 buf.position(offset + ResChunk_header.SIZEOF + 12);
1241 // sizeof(ResTable_type) - sizeof(ResTable_config) + sizeof(ResTable_config::size);
1243 ResTable_type.SIZEOF_WITHOUT_CONFIG - ResTable_config.SIZEOF + SIZEOF_INT /*sizeof(ResTable_config::size)*/;
1249 public static final int SIZEOF = 6;
1281 public static final int SIZEOF = 4 + ResStringPool_ref.SIZEOF;
1331 public static final Void SIZEOF = null;
1333 public static final int BASE_SIZEOF = ResTable_entry.SIZEOF + 8;
1344 parent = new ResTable_ref(buf, offset + ResTable_entry.SIZEOF);
1345 count = buf.getInt(offset + ResTable_entry.SIZEOF + ResTable_ref.SIZEOF);
1355 public static final int SIZEOF = ResTable_ref.SIZEOF + ResourceTypes.Res_value.SIZEOF;
1443 value = new Res_value(buf, offset + ResTable_ref.SIZEOF);
1466 static final int SIZEOF = ResChunk_header.SIZEOF + 4;
1477 count = buf.getInt(offset + ResChunk_header.SIZEOF);
1486 public static final int SIZEOF = 4 + 128 * SIZEOF_SHORT;
1540 static final int SIZEOF = 2 * 4;