Searched defs:typeStrings (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h793 uint32_t typeStrings; member in struct:android::ResTable_package
795 // Last index into typeStrings that is for public use by others.
1103 * ResTable_package::typeStrings string block. Each of these hold an
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2361 ResStringPool typeStrings; member in struct:android::ResTable::Package
2419 // This is for finding typeStrings and other common package stuff.
2979 outName->type = grp->basePackage->typeStrings.stringAt(t, &outName->typeLen);
3674 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen);
4963 if (dtohl(pkg->typeStrings) >= pkgSize) {
4965 (void*)dtohl(pkg->typeStrings), (void*)pkgSize);
4968 if ((dtohl(pkg->typeStrings)&0x3) != 0) {
4970 (void*)dtohl(pkg->typeStrings));
5010 err = package->typeStrings.setTo(base+dtohl(pkg->typeStrings),
[all...]

Completed in 1124 milliseconds