Home
last modified time | relevance | path

Searched refs:typeStrings (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java715 …outEntry.typeStr = new StringPoolRef(bestPackage.typeStrings, actualTypeIndex - bestPackage.typeId…
733 if (dtohl(pkg.typeStrings) >= pkgSize) {
735 dtohl(pkg.typeStrings), pkgSize);
738 if ((dtohl(pkg.typeStrings)&0x3) != 0) {
740 dtohl(pkg.typeStrings));
786 err = _package.typeStrings.setTo(pkg.myBuf(), base+dtohl(pkg.typeStrings),
787 header.dataEnd -(base+dtohl(pkg.typeStrings)), false);
1240 int ti = pkg.typeStrings.indexOfString(targetType);
2681 ResStringPool typeStrings = new ResStringPool(); field in ResTable.Package
DResourceTypes.java1023 public final int typeStrings; field in ResourceTypes.ResTable_package
1045 typeStrings = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256); in ResTable_package()
DLoadedArsc.java606 if (pool_address == header_address + dtohl(header.typeStrings)) { in Load()
/external/deqp/framework/common/
DtcuTexture.cpp3831 const char* const typeStrings[] = in operator <<() local
3875 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()