Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance
102 String thisType = bindingClassName + ".this"; in generateInverse() local103 Expr target = model.builtInVariable(thisType, bindingClassName, thisType); in generateInverse()
59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local62 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
6167 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local6168 if (thisType == NULL) { in getEntry()6173 thisConfig.copyFromDtoH(thisType->config); in getEntry()6181 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()6186 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()6191 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()6193 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()6203 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()6227 bestType = thisType; in getEntry()