Home
last modified time | relevance | path

Searched defs:typeParams (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DRuleType.java34 private final List<TypeName> typeParams; field in RuleType
74 public List<TypeName> typeParams() { in typeParams() method in RuleType
173 private final List<TypeName> typeParams = new ArrayList<>(); field in RuleType.Builder
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/javassistmodel/
H A DJavassistTypeParameterDeclarationTest.java52 List<ResolvedTypeParameterDeclaration> typeParams = method.getTypeParameters(); in testGetBounds() local
74 List<ResolvedTypeParameterDeclaration> typeParams = method.getTypeParameters(); in testGetComplexBounds() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DTypeFactory.java496 final JavaType[] typeParams = new JavaType[typeParamCount]; in _bindingsForSubtype() local
1199 List<JavaType> typeParams = bindings.getTypeParameters(); in _mapType() local
1219 List<JavaType> typeParams = bindings.getTypeParameters(); in _collectionType() local
1235 List<JavaType> typeParams = bindings.getTypeParameters(); in _referenceType() local
/aosp_15_r20/external/dokka/core/src/test/kotlin/model/
H A DTypeAliasTest.kt95 val typeParams = detail(NodeKind.TypeAliasUnderlyingType).details(NodeKind.Type) in <lambda>() constant
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DElementUtils.kt68 val typeParams = typeParameters.takeIf { it.isNotEmpty() } in ExecutableElement() constant
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
H A DCommonTypeParameterItemTest.kt217 val typeParams = codebase.assertClass("test.pkg.Foo").typeParameterList in Test type parameters that reference each other() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenStartingData.java29 int typeParams) { in SplashScreenStartingData()
H A DSnapshotStartingData.java31 SnapshotStartingData(WindowManagerService service, TaskSnapshot snapshot, int typeParams) { in SnapshotStartingData()
H A DStartingData.java89 protected StartingData(WindowManagerService service, int typeParams) { in StartingData()
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DExecutable.java122 String typeParams = generic ? "<>" : ""; in invoke() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DSpirvIntrinsics.h137 TSpirvTypeParameters typeParams; member
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DSpirvIntrinsics.h137 TSpirvTypeParameters typeParams; member
/aosp_15_r20/external/jackson-databind/attic/
H A DTypeBindings.java282 JavaType[] typeParams = null; in _resolveBindings() local
/aosp_15_r20/libcore/luni/src/main/java/libcore/reflect/
H A DGenericSignatureParser.java247 ListOfVariables typeParams = new ListOfVariables(); in parseOptFormalTypeParameters() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DInvokable.java432 TypeVariable<?>[] typeParams = declaringClass.getTypeParameters(); in getGenericReturnType() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DSpirvIntrinsics.cpp273 …ublicType::setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* typeParams) in setSpirvType()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/fcgi/
Dfcgi.go33 typeParams recType = 4 const
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp273 …ublicType::setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* typeParams) in setSpirvType()
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java456 TypeVariable<?>[] typeParams = declaringClass.getTypeParameters(); in getGenericReturnType() local
/aosp_15_r20/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
H A DTurbineCodebaseInitialiser.kt1028 val (typeParams, methodTypeItemFactory) = in <lambda>() constant
1148 val (typeParams, constructorTypeItemFactory) = in <lambda>() constant
/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp1352 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1365 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-imports-dumper-compiler-plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-imports- ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTNodeTraverser.h338 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
/aosp_15_r20/system/tools/aidl/
Dgenerate_rust.cpp1011 auto typeParams = parcel->GetTypeParameters(); in FreeParams() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java270 TypeParameter[] typeParams; field in SignatureAttribute.MethodSignature

12345678910>>...19