Home
last modified time | relevance | path

Searched refs:currType (Results 1 – 9 of 9) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/
DProcessorErrors.java145 TypeMirror currType = element.asType(); in checkNotErrorKind() local
147 while (currType.getKind() != TypeKind.NONE) { in checkNotErrorKind()
148 typeHierarchy.add(currType.toString()); in checkNotErrorKind()
149 if (currType.getKind() == TypeKind.ERROR) { in checkNotErrorKind()
155 currType, in checkNotErrorKind()
159 currType = MoreTypes.asTypeElement(currType).getSuperclass(); in checkNotErrorKind()
/external/dagger2/java/dagger/internal/codegen/validation/
DTypeHierarchyValidator.java45 TypeMirror currType = queue.remove(); in validateTypeHierarchy() local
46 if (!SuperficialValidation.validateType(currType)) { in validateTypeHierarchy()
47 throw new TypeNotPresentException(currType.toString(), null); in validateTypeHierarchy()
49 for (TypeMirror superType : types.directSupertypes(currType)) { in validateTypeHierarchy()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp470 TType &currType = *curr.type(); in introducePacking() local
471 const bool canBePacked = CanBePacked(currType); in introducePacking()
476 setUnpackedStorage(currType); in introducePacking()
478 glslLayoutTotal += GlslLayoutOf(currType); in introducePacking()
481 if (!CanBePacked(currType)) in introducePacking()
487 const Layout packedGlslLayout = GlslLayoutOf(currType); in introducePacking()
488 const TLayoutBlockStorage packedStorage = currType.getLayoutQualifier().blockStorage; in introducePacking()
489 setUnpackedStorage(currType); in introducePacking()
490 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking()
491 SetBlockStorage(currType, packedStorage); in introducePacking()
/external/icu/icu4c/source/common/
Ducurr.cpp1692 uint32_t currType; /* UCurrCurrencyType */ member
1704 uint32_t currType; member
2018 uint32_t currType = myContext->currType; in ucurr_countCurrencyList() local
2023 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()
2040 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2243 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() argument
2259 myContext->currType = currType; in ucurr_openISOCurrencies()
/external/icu/libicu/cts_headers/unicode/
Ducurr.h352 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/unicode/
Ducurr.h352 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
/external/icu/libandroidicu/include/unicode/
Ducurr.h352 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
/external/skqp/src/utils/
DSkPolyUtils.cpp1609 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() local
1610 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()
/external/skia/src/utils/
DSkPolyUtils.cpp1657 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() local
1658 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()