Home
last modified time | relevance | path

Searched defs:supportedType (Results 1 – 3 of 3) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DSupportedTypes.java112 Type supportedType = get(type); in isFuture() local
150 private static boolean isValidReturnType(@Nullable Type supportedType, TypeCheckContext context) { in isValidReturnType()
164 Type supportedType = get(genericType); in isValidGenericReturnType() local
190 Type supportedType = get(type); in isAutomaticallyResolved() local
195 Type supportedType = get(type); in getAutomaticallyResolvedReplacement() local
227 Type supportedType = get(TypeUtils.removeTypeArguments(type)); in isValidParameterType() local
245 private static boolean isValidParameterType(Type supportedType) { in isValidParameterType()
251 Type supportedType = get(genericType); in isValidGenericParameterType() local
376 Type supportedType = optionalSupportedType.get(); in addSupportForUsedType() local
399 Type supportedType = optionalSupportedType.get(); in addSupportForGenericUsedType() local
[all …]
DEarlyValidator.java548 supportedType); in validateAdditionalUsedTypes() local
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3930 bool supportedType = (index.getType() == gl::TextureType::_2D || in CaptureShareGroupMidExecutionSetup() local