Home
last modified time | relevance | path

Searched defs:mappings (Results 1 – 10 of 10) sorted by relevance

/cts/tools/signature-tools/src/signature/compare/model/subst/
DMethodProjection.java30 private Map<ITypeVariableDefinition, ITypeReference> mappings; field in MethodProjection
33 Map<ITypeVariableDefinition, ITypeReference> mappings) { in MethodProjection()
DParameterProjection.java29 private Map<ITypeVariableDefinition, ITypeReference> mappings; field in ParameterProjection
32 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ParameterProjection()
DArrayTypeProjection.java29 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in ArrayTypeProjection
32 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ArrayTypeProjection()
DClassReferenceProjection.java30 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in ClassReferenceProjection
33 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ClassReferenceProjection()
DWildcardTypeProjection.java31 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in WildcardTypeProjection
34 Map<ITypeVariableDefinition, ITypeReference> mappings) { in WildcardTypeProjection()
DViewpointAdapter.java65 Map<ITypeVariableDefinition, ITypeReference> mappings) { in substitutedTypeReferences()
73 Map<ITypeVariableDefinition, ITypeReference> mappings) { in substitutedTypeReferences()
84 Map<ITypeVariableDefinition, ITypeReference> mappings) { in substitutedTypeReference()
DExecutableMemberProjection.java35 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in ExecutableMemberProjection
38 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ExecutableMemberProjection()
DParameterizedTypeProjection.java32 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in ParameterizedTypeProjection
35 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ParameterizedTypeProjection()
DConstructorProjection.java29 Map<ITypeVariableDefinition, ITypeReference> mappings) { in ConstructorProjection()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java374 Map<String, Object> mappings = getDefaultValueMapping(dexClass); in convertClass() local
427 HashMap<String, Object> mappings = new HashMap<String, Object>(); in getDefaultValueMapping() local
471 List<DexMethod> list, Map<String, Object> mappings) { in convertAnnotationFields()