Searched refs:thisType (Results 1 – 2 of 2) sorted by relevance
63 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local66 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
6602 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local6603 if (thisType == NULL) { in getEntry()6608 thisConfig.copyFromDtoH(thisType->config); in getEntry()6616 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()6621 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()6626 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()6628 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()6638 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()6642 if (thisType->flags & ResTable_type::FLAG_OFFSET16) { in getEntry()6666 bestType = thisType; in getEntry()