Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance
63 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local66 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
335 val thisType = Type.getType("L" + currentClassName + ";") in <lambda>() constant339 thisType, in <lambda>()
6719 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local6720 if (thisType == NULL) { in getEntry()6725 thisConfig.copyFromDtoH(thisType->config); in getEntry()6733 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()6738 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()6743 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()6745 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()6755 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()6759 if (thisType->flags & ResTable_type::FLAG_OFFSET16) { in getEntry()6783 bestType = thisType; in getEntry()