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

/frameworks/base/awt/java/awt/geom/
H A DGeneralPath.java107 int typeIndex; field in class:GeneralPath.Iterator
153 return typeIndex >= p.typeSize;
157 typeIndex++;
165 int type = p.types[typeIndex];
182 int type = p.types[typeIndex];
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3624 const Package* package, int typeIndex, int entryIndex,
3632 const Type* allTypes = package->getType(typeIndex);
3635 LOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
3660 entryIndex, typeIndex+1, dtohl(thisType->config.size),
4115 for (size_t typeIndex=0; typeIndex<typeCount; typeIndex++) {
4116 const Type* typeConfigs = pkg->getType(typeIndex);
4118 printf(" type %d NULL\n", (int)typeIndex);
4123 (int)typeIndex, (in
3623 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument
[all...]

Completed in 48 milliseconds