Home
last modified time | relevance | path

Searched defs:typeVariables (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/external/auto/factory/src/main/java/com/google/auto/factory/processor/
H A DTypeVariables.java60 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitDeclared() local
72 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitTypeVariable() local
81 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitUnion() local
90 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitIntersection() local
99 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitWildcard() local
H A DFactoryWriter.java312 ImmutableSet.Builder<TypeVariableName> typeVariables = ImmutableSet.builder(); in getFactoryTypeVariables() local
341 ImmutableSet.Builder<TypeVariableName> typeVariables = ImmutableSet.builder(); in getMethodTypeVariables() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DParameterInfo.java70 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
74 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables, in makeHDF()
82 HashSet<String> typeVariables) { in makeHDF()
87 HashSet<String> typeVariables, Map<String, TypeInfo> typeMapping) { in makeHDF()
H A DTypeInfo.java318 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
322 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) { in makeQualifiedHDF()
369 HashSet<String> typeVariables) { in makeHDF()
417 public static HashSet<String> typeVariables(ArrayList<TypeInfo> params) { in typeVariables() method in TypeInfo
421 static HashSet<String> typeVariables(ArrayList<TypeInfo> params, HashSet<String> result) { in typeVariables() method in TypeInfo
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/
H A DPoetUtils.java86 …c ParameterizedTypeName createParameterizedTypeName(ClassName className, String... typeVariables) { in createParameterizedTypeName()
91 …static ParameterizedTypeName createParameterizedTypeName(Class<?> clazz, String... typeVariables) { in createParameterizedTypeName()
96 String... typeVariables) { in createBoundedTypeVariableName()
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DTypeLiteralTest.java156 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariableWithNoBound() local
171 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariablesWithSingleBound() local
186 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariableWithMultipleBounds() local
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DMethodSpec.java50 public final List<TypeVariableName> typeVariables; field in MethodSpec
304 public final List<TypeVariableName> typeVariables = new ArrayList<>(); field in MethodSpec.Builder
368 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables()
H A DTypeSpec.java55 public final List<TypeVariableName> typeVariables; field in TypeSpec
422 public final List<TypeVariableName> typeVariables = new ArrayList<>(); field in TypeSpec.Builder
475 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables()
H A DCodeWriter.java193 public void emitTypeVariables(List<TypeVariableName> typeVariables) throws IOException { in emitTypeVariables()
214 public void popTypeVariables(List<TypeVariableName> typeVariables) throws IOException { in popTypeVariables()
H A DArrayTypeName.java97 ArrayType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
H A DWildcardTypeName.java106 Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DTypeAliasSpec.kt33 public val typeVariables: List<TypeVariableName> = builder.typeVariables.toImmutableList() constant
74 public val typeVariables: MutableSet<TypeVariableName> = mutableSetOf() constant in com.squareup.kotlinpoet.Builder
H A DPropertySpec.kt44 public val typeVariables: List<TypeVariableName> = builder.typeVariables.toImmutableList() constant
189 public val typeVariables: MutableList<TypeVariableName> = mutableListOf() constant in com.squareup.kotlinpoet.Builder
H A DFunSpec.kt52 public val typeVariables: List<TypeVariableName> = builder.typeVariables.toImmutableList() in <lambda>() constant
321 public val typeVariables: MutableList<TypeVariableName> = mutableListOf() in <lambda>() constant in com.squareup.kotlinpoet.Builder
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DAbstractTypesTest.kt79 val typeVariables = getElement(Parameterized::class.java).typeParameters in getTypeVariableTypeMirror() constant
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/
H A DTargetTypes.kt91 val typeVariables = type.typeParameters.map { it.toTypeVariableName(classTypeParamsResolver) } in targetType() constant
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/local-javac-header/
Djavapoet.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/search/SettingsLib-annotation-processor/linux_glibc_common/withres/
DSettingsLib-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/javac/
Djavapoet.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/packages/apps/TV/libs/m2/
Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/
H A Dmetadata.kt206 val typeVariables = kotlinApi.typeVariables in targetType() constant
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/api/
H A DTargetType.kt28 val typeVariables: List<TypeVariableName>, constant in com.squareup.moshi.kotlin.codegen.api.TargetType
H A DAdapterGenerator.kt108 private val typeVariables = target.typeVariables in <lambda>() constant
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DStaticMemberSelects.java88 ImmutableList<TypeVariableName> typeVariables = bindingTypeElementTypeVariableNames(binding); in factoryCreateNoArgumentMethod() local
/aosp_15_r20/out/soong/.intermediates/external/auto/factory/auto_factory_plugin/linux_glibc_common/javac/
Dauto_factory_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...

1234567