Home
last modified time | relevance | path

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

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/formatter/
DDexFormattedWriterTypeTest.java45 String[] typeStrings = new String[] { in testWriteType_unquoted() local
63 for (String typeString: typeStrings) { in testWriteType_unquoted()
/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/formatter/
DBaksmaliWriterTypeTest.java45 String[] typeStrings = new String[] { in testWriteType_unquoted() local
63 for (String typeString: typeStrings) { in testWriteType_unquoted()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTable.java786 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
DResourceTypes.java1003 public final int typeStrings; field in ResourceTypes.ResTable_package
1025 typeStrings = buf.getInt(offset + ResChunk_header.SIZEOF + 4 + 256); in ResTable_package()
DLoadedArsc.java668 if (pool_address == header_address + dtohl(header.typeStrings)) { in Load()
/external/deqp/framework/common/
DtcuTexture.cpp4984 const char *const typeStrings[] = {"SNORM_INT8", in operator <<() local
5033 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()