/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | XTypesToStableStringTest.java | 75 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in simpleTypeTest() local 83 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in parameterizedTypeTest() local 91 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in parameterizedTypeWithWildcardTest() local 99 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in parameterizedTypeWithTypeVariableTest() local 107 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in parameterizedTypeWithSelfReferenceTest() local 115 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in multiParameterizedTypeTest() local 124 private XMethodElement getDeclaredMethod(XTypeElement typeElement, String methodName) { in getDeclaredMethod()
|
H A D | XAnnotationsToStableStringTest.java | 130 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in multiValueAnnotationTest() local 160 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in singleValueAnnotationTest() local 168 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in singleValueWithDefaultAnnotationTest() local 178 XTypeElement typeElement = processingEnv.requireTypeElement(Usage.class.getCanonicalName()); in singleValueWithCustomNameAnnotationTest() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/ |
H A D | ComponentDescriptor.java | 97 public abstract XTypeElement typeElement(); in typeElement() method in ComponentDescriptor 418 public ComponentDescriptor rootComponentDescriptor(XTypeElement typeElement) { in rootComponentDescriptor() 421 checkArgument(annotation.isPresent(), "%s must have a component annotation", typeElement); in rootComponentDescriptor() local 426 public ComponentDescriptor subcomponentDescriptor(XTypeElement typeElement) { in subcomponentDescriptor() 429 checkArgument(annotation.isPresent(), "%s must have a subcomponent annotation", typeElement); in subcomponentDescriptor() local 437 public ComponentDescriptor moduleComponentDescriptor(XTypeElement typeElement) { in moduleComponentDescriptor() 439 checkArgument(annotation.isPresent(), "%s must have a module annotation", typeElement); in moduleComponentDescriptor() local 444 XTypeElement typeElement, ComponentAnnotation componentAnnotation) { in create() 450 XTypeElement typeElement, ComponentAnnotation componentAnnotation) { in createUncached()
|
H A D | ComponentRequirement.java | 86 public XTypeElement typeElement() { in typeElement() method in ComponentRequirement 234 public static boolean componentCanMakeNewInstances(XTypeElement typeElement) { in componentCanMakeNewInstances() 242 private static boolean requiresEnclosingInstance(XTypeElement typeElement) { in requiresEnclosingInstance() 246 private static boolean hasVisibleDefaultConstructor(XTypeElement typeElement) { in hasVisibleDefaultConstructor()
|
H A D | SourceFiles.java | 213 public static ClassName membersInjectorNameForType(XTypeElement typeElement) { in membersInjectorNameForType() 231 private static ClassName siblingClassName(XTypeElement typeElement, String suffix) { in siblingClassName() 295 public static String simpleVariableName(XTypeElement typeElement) { in simpleVariableName()
|
H A D | ConfigurationAnnotations.java | 53 XTypeElement typeElement, ImmutableSet<ClassName> annotations) { in enclosedAnnotatedTypes()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/ |
H A D | InjectValidator.java | 137 public ValidationReport validate(XTypeElement typeElement) { in validate() 141 private ValidationReport validateUncached(XTypeElement typeElement) { in validateUncached() 364 public ValidationReport validateForMembersInjection(XTypeElement typeElement) { in validateForMembersInjection() 370 private ValidationReport validateForMembersInjectionInternal(XTypeElement typeElement) { in validateForMembersInjectionInternal() 375 private ValidationReport validateForMembersInjectionInternalUncached(XTypeElement typeElement) { in validateForMembersInjectionInternalUncached()
|
H A D | InjectBindingRegistryImpl.java | 252 XTypeElement typeElement = constructorElement.getEnclosingElement(); in tryRegisterConstructor() local 310 XTypeElement typeElement, in tryRegisterMembersInjectedType()
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ |
H A D | KSTypeReferenceImpl.kt | 76 var typeElement = ktTypeReference.typeElement in visitNullableType() variable 108 var typeElement = ktTypeReference.typeElement in <lambda>() variable
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | TypeSimplifier.java | 120 TypeElement typeElement = MoreElements.asType(type.asElement()); in simplifiedClassName() local 214 TypeElement typeElement = (TypeElement) typeUtils.asElement(type); in findImports() local 248 Elements elementUtils, String codePackageName, TypeElement typeElement) { in javaLangSpelling() 372 TypeElement typeElement = (TypeElement) declaredType.asElement(); in isJavaLangObject() local
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/ |
H A D | BroadcastReceiverGenerator.java | 97 private static boolean isOnReceiveImplemented(XTypeElement typeElement) { in isOnReceiveImplemented() 147 XTypeElement typeElement, XMethodElement method) { in findMethodBySubsignature() 162 XTypeElement typeElement, String name) { in findMethodsByName()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
H A D | XTypeElements.java | 54 public static ImmutableList<TypeVariableName> typeVariableNames(XTypeElement typeElement) { in typeVariableNames() 61 public static boolean isNested(XTypeElement typeElement) { in isNested() 66 public static boolean hasTypeParameters(XTypeElement typeElement) { in hasTypeParameters()
|
H A D | XTypes.java | 396 XTypeElement typeElement = type.getTypeElement(); in nonObjectSuperclass() local 450 XTypeElement typeElement = type.getTypeElement(); in unwrapTypeOrDefault() local
|
H A D | JavaPoetExt.java | 39 TypeSpec.Builder builder, XTypeElement typeElement) { in avoidClashesWithNestedClasses()
|
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/ |
H A D | Helpers.java | 100 Element elem, Types types, TypeElement typeElement) { in getImplementsMirror() 202 String getPackageOf(TypeElement typeElement) { in getPackageOf() 207 String getBinaryName(TypeElement typeElement) { in getBinaryName()
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/processor/internal/viewmodel/ |
H A D | ViewModelProcessingStep.kt | 35 val typeElement = XElements.asTypeElement(element) in <lambda>() constant
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/ |
H A D | ComponentAnnotation.java | 151 XTypeElement typeElement, DaggerSuperficialValidation superficialValidation) { in rootComponentAnnotation() 160 XTypeElement typeElement, DaggerSuperficialValidation superficialValidation) { in subcomponentAnnotation()
|
/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
H A D | ParcelableWrapper.java | 319 TypeElement typeElement = context.elements().getTypeElement("java.lang.Object"); in addArrayWrappers() local 332 TypeElement typeElement = elements.getTypeElement(typeQualifiedName); in tryAddWrapper() local
|
/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/ |
H A D | AnnotationFinder.java | 124 TypeElement typeElement) { in validationMessageFormatterForClass() 128 public static AnnotationNames annotationNamesForClass(TypeElement typeElement) { in annotationNamesForClass()
|
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/classinspectors/ |
H A D | ElementsClassInspector.kt | 113 val typeElement = lookupTypeElement(className) in <lambda>() constant 311 …val typeElement: TypeElement = lookupTypeElement(className) ?: error("No class found for: $classNa… in <lambda>() constant
|
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
H A D | ImplementsValidator.java | 85 TypeElement typeElement = MoreElements.asType(types.asElement(typeMirror)); in sdkClassNameFq() local 176 TypeElement typeElement = MoreElements.asType(types.asElement(typeMirror)); in addShadowNotInSdk() local
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | ClassInfo.kt | 116 val typeElement = cls as TypeElement in <lambda>() constant
|
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/ |
H A D | MoreElementsTest.java | 99 Element typeElement = elements.getTypeElement(String.class.getCanonicalName()); in asTypeElement() local 106 TypeElement typeElement = elements.getTypeElement(String.class.getCanonicalName()); in asTypeElement_notATypeElement() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestBasic.java | 212 R2<DtdType, String> typeElement = Row.of(type, element); in checkDtds() local 238 R2<DtdType, String> typeElement = Row.of(type, name); in showFoundElements() local 254 R2<DtdType, String> typeElement = s.getKey(); in showFoundElements() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/model/ |
H A D | DaggerTypeElement.java | 29 public static DaggerTypeElement from(XTypeElement typeElement) { in from()
|