Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DIdentifierExpr.java102 String thisType = bindingClassName + ".this"; in generateInverse() local
103 Expr target = model.builtInVariable(thisType, bindingClassName, thisType); in generateInverse()
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local
62 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6167 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local
6168 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()