Searched refs:typeStrings (Results 1 – 6 of 6) sorted by relevance
45 String[] typeStrings = new String[] { in testWriteType_unquoted() local63 for (String typeString: typeStrings) { in testWriteType_unquoted()
786 new StringPoolRef(bestPackage.typeStrings, actualTypeIndex - bestPackage.typeIdOffset);806 if (dtohl(pkg.typeStrings) >= pkgSize) {809 dtohl(pkg.typeStrings), pkgSize);812 if ((dtohl(pkg.typeStrings) & 0x3) != 0) {815 dtohl(pkg.typeStrings));865 _package.typeStrings.setTo(867 base + dtohl(pkg.typeStrings),868 header.dataEnd - (base + dtohl(pkg.typeStrings)),1338 int ti = pkg.typeStrings.indexOfString(targetType);2801 ResStringPool typeStrings = new ResStringPool(); field in ResTable.ResTablePackage
1003 public final int typeStrings; field in ResourceTypes.ResTable_package1025 typeStrings = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256); in ResTable_package()
668 if (pool_address == header_address + dtohl(header.typeStrings)) { in Load()
4984 const char *const typeStrings[] = {"SNORM_INT8", in operator <<() local5033 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()