Searched refs:ResTable_entry (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/utils/
H A DResourceTypes.h336 * This is a reference to a unique entry (a ResTable_entry structure)
1669 // Offset from header where ResTable_entry data starts.
1684 struct ResTable_entry struct in namespace:android
1704 * Extended form of a ResTable_entry for map entries, defining a parent map
1707 struct ResTable_map_entry : public ResTable_entry
2102 const ResTable_type** outType, const ResTable_entry** outEntry,
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2034 const ResTable_entry* entry;
2135 const ResTable_entry* entry;
2414 const ResTable_entry* entry;
2794 if (offset > (dtohl(ty->header.size)-sizeof(ResTable_entry))) {
2795 LOGW("ResTable_entry at %d is beyond type chunk data %d",
2800 LOGW("ResTable_entry at %d (pkg=%d type=%d ent=%d) is not on an integer boundary when looking for %s:%s/%s",
2808 const ResTable_entry* const entry = (const ResTable_entry*)
2811 LOGW("ResTable_entry size %d is too small", dtohs(entry->size));
3924 const ResTable_type** outType, const ResTable_entry** outEntr
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3173 ResTable_entry header;
3189 fprintf(stderr, "ERROR: out of memory creating ResTable_entry\n");
3229 fprintf(stderr, "ERROR: out of memory creating ResTable_entry\n");

Completed in 137 milliseconds