/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
H A D | MapperConfig.java | 265 public final TypeResolverBuilder<?> getDefaultTyper(JavaType baseType) { in getDefaultTyper() 321 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) { in constructSpecializedType() 415 public abstract JsonInclude.Value getDefaultPropertyInclusion(Class<?> baseType); in getDefaultPropertyInclusion() 426 public JsonInclude.Value getDefaultPropertyInclusion(Class<?> baseType, in getDefaultPropertyInclusion() 448 public abstract JsonInclude.Value getDefaultInclusion(Class<?> baseType, in getDefaultInclusion() 463 public JsonInclude.Value getDefaultInclusion(Class<?> baseType, in getDefaultInclusion() 480 public abstract JsonFormat.Value getDefaultPropertyFormat(Class<?> baseType); in getDefaultPropertyFormat() 488 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType); in getDefaultPropertyIgnorals() 498 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() 509 public abstract JsonIncludeProperties.Value getDefaultPropertyInclusions(Class<?> baseType, in getDefaultPropertyInclusions() [all …]
|
H A D | MapperConfigBase.java | 618 public final JsonInclude.Value getDefaultPropertyInclusion(Class<?> baseType) { in getDefaultPropertyInclusion() 628 public final JsonInclude.Value getDefaultInclusion(Class<?> baseType, in getDefaultInclusion() 658 public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() 669 public final JsonIncludeProperties.Value getDefaultPropertyInclusions(Class<?> baseType, in getDefaultPropertyInclusions() 703 public final VisibilityChecker<?> getDefaultVisibilityChecker(Class<?> baseType, in getDefaultVisibilityChecker() 728 public Boolean getDefaultMergeable(Class<?> baseType) { in getDefaultMergeable()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | DatabindContext.java | 102 public abstract JsonFormat.Value getDefaultPropertyFormat(Class<?> baseType); in getDefaultPropertyFormat() 160 public abstract JavaType constructSpecializedType(JavaType baseType, Class<?> subclass); in constructSpecializedType() 171 public JavaType resolveSubType(JavaType baseType, String subClassName) in resolveSubType() 211 public JavaType resolveAndValidateSubType(JavaType baseType, String subClass, in resolveAndValidateSubType() 250 private JavaType _resolveAndValidateGeneric(JavaType baseType, String subClass, in _resolveAndValidateGeneric() 275 … protected <T> T _throwNotASubtype(JavaType baseType, String subType) throws JsonMappingException { in _throwNotASubtype() 279 protected <T> T _throwSubtypeNameNotAllowed(JavaType baseType, String subType, in _throwSubtypeNameNotAllowed() 285 protected <T> T _throwSubtypeClassNotAllowed(JavaType baseType, String subType, in _throwSubtypeClassNotAllowed() 302 protected abstract JsonMappingException invalidTypeIdException(JavaType baseType, String typeId, in invalidTypeIdException()
|
H A D | BeanProperty.java | 156 public JsonFormat.Value findPropertyFormat(MapperConfig<?> config, Class<?> baseType); in findPropertyFormat() 167 public JsonInclude.Value findPropertyInclusion(MapperConfig<?> config, Class<?> baseType); in findPropertyInclusion() 287 public JsonFormat.Value findPropertyFormat(MapperConfig<?> config, Class<?> baseType) { in findPropertyFormat() 301 public JsonInclude.Value findPropertyInclusion(MapperConfig<?> config, Class<?> baseType) in findPropertyInclusion() 411 public Value findPropertyFormat(MapperConfig<?> config, Class<?> baseType) { in findPropertyFormat() 417 MapperConfig<?> config, Class<?> baseType) in findPropertyInclusion()
|
H A D | AnnotationIntrospector.java | 413 AnnotatedClass ac, JavaType baseType) { in findTypeResolver() 433 AnnotatedMember am, JavaType baseType) { in findPropertyTypeResolver() 887 final Annotated a, final JavaType baseType) throws JsonMappingException in refineSerializationType() 904 public Class<?> findSerializationKeyType(Annotated am, JavaType baseType) { in findSerializationKeyType() 912 public Class<?> findSerializationContentType(Annotated am, JavaType baseType) { in findSerializationContentType() 1211 final Annotated a, final JavaType baseType) throws JsonMappingException in refineDeserializationType() 1231 public Class<?> findDeserializationType(Annotated ann, JavaType baseType) { in findDeserializationType()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/ |
H A D | StdTypeResolverBuilder.java | 81 JavaType baseType, Collection<NamedType> subtypes) in buildTypeSerializer() 118 JavaType baseType, Collection<NamedType> subtypes) in buildTypeDeserializer() 157 protected JavaType defineDefaultImpl(DeserializationConfig config, JavaType baseType) { in defineDefaultImpl() 264 JavaType baseType, PolymorphicTypeValidator subtypeValidator, in idResolver() 311 JavaType baseType) in verifyBaseTypeValidity() 333 JavaType baseType, PolymorphicTypeValidator ptv) in reportInvalidBaseType() 364 JavaType baseType) { in allowPrimitiveTypes()
|
H A D | LaissezFaireSubTypeValidator.java | 25 public Validity validateBaseType(MapperConfig<?> ctxt, JavaType baseType) { in validateBaseType() 31 JavaType baseType, String subClassName) { in validateSubClassName() 36 public Validity validateSubType(MapperConfig<?> ctxt, JavaType baseType, in validateSubType()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
H A D | PolymorphicTypeValidator.java | 98 public abstract Validity validateBaseType(MapperConfig<?> config, JavaType baseType); in validateBaseType() 121 public abstract Validity validateSubClassName(MapperConfig<?> config, JavaType baseType, in validateSubClassName() 141 public abstract Validity validateSubType(MapperConfig<?> config, JavaType baseType, in validateSubType() 156 public Validity validateBaseType(MapperConfig<?> config, JavaType baseType) { in validateBaseType() 161 …public Validity validateSubClassName(MapperConfig<?> config, JavaType baseType, String subClassNam… in validateSubClassName() 167 public Validity validateSubType(MapperConfig<?> config, JavaType baseType, JavaType subType) in validateSubType()
|
H A D | SubtypeResolver.java | 72 AnnotatedMember property, JavaType baseType) { in collectAndResolveSubtypesByClass() 90 AnnotatedClass baseType) { in collectAndResolveSubtypesByClass() 108 AnnotatedMember property, JavaType baseType) { in collectAndResolveSubtypesByTypeId() 126 AnnotatedClass baseType) { in collectAndResolveSubtypesByTypeId() 145 MapperConfig<?> config, AnnotationIntrospector ai, JavaType baseType) { in collectAndResolveSubtypes() 156 public Collection<NamedType> collectAndResolveSubtypes(AnnotatedClass baseType, in collectAndResolveSubtypes()
|
H A D | DefaultBaseTypeLimitingValidator.java | 28 public Validity validateBaseType(MapperConfig<?> config, JavaType baseType) in validateBaseType() 41 JavaType baseType, String subClassName) { in validateSubClassName() 47 public Validity validateSubType(MapperConfig<?> config, JavaType baseType, in validateSubType() 75 protected boolean isUnsafeBaseType(MapperConfig<?> config, JavaType baseType) in isUnsafeBaseType() 90 JavaType baseType, JavaType subType) in isSafeSubType()
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | CType.java | 19 String baseType; field in CType 26 public CType(String baseType) { in CType() 30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType() 69 String baseType = getBaseType(); in isVoid() local 83 public void setBaseType(String baseType) { in setBaseType()
|
H A D | JniCodeEmitter.java | 48 String baseType = jType.getBaseType(); in getJniName() local 792 String baseType = jType.getBaseType(); in getJniType() local 808 String baseType = jType.getBaseType(); in getJniDefaultReturn() local 991 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1016 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1609 String baseType = cfunc.getArgType(cIndex).getBaseType().toLowerCase(); in emitJniCode() local 1646 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local 1660 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode() local
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/ |
H A D | RuntimeTypeAdapterFactory.java | 135 private final Class<?> baseType; field in RuntimeTypeAdapterFactory 143 Class<?> baseType, String typeFieldName, boolean maintainType) { in RuntimeTypeAdapterFactory() 158 …public static <T> RuntimeTypeAdapterFactory<T> of(Class<T> baseType, String typeFieldName, boolean… in of() 166 public static <T> RuntimeTypeAdapterFactory<T> of(Class<T> baseType, String typeFieldName) { in of() 174 public static <T> RuntimeTypeAdapterFactory<T> of(Class<T> baseType) { in of()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/ |
H A D | RuleType.java | 33 private final TypeName baseType; field in RuleType 159 public TypeName baseType() { in baseType() method in RuleType 175 private TypeName baseType; field in RuleType.Builder 184 public Builder baseType(TypeName baseType) { in baseType() argument
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 405 static std::string getCommonFuncCaseName(glu::DataType baseType, glu::Precision precision, glu::Sha… in getCommonFuncCaseName() 413 …AbsCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shader… in AbsCase() 493 …SignCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in SignCase() 597 …RoundEvenCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in RoundEvenCase() 712 …ModfCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in ModfCase() 779 …IsnanCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in IsnanCase() 861 …IsinfCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in IsinfCase() 943 FloatBitsToUintIntCase(Context &context, glu::DataType baseType, glu::Precision precision, in FloatBitsToUintIntCase() 1004 …FloatBitsToIntCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shader… in FloatBitsToIntCase() 1013 …FloatBitsToUintCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToUintCase() [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/ |
H A D | ValidatePolymSubTypeTest.java | 67 public Validity validateBaseType(MapperConfig<?> ctxt, JavaType baseType) { in validateBaseType() 72 …public Validity validateSubClassName(MapperConfig<?> ctxt, JavaType baseType, String subClassName)… in validateSubClassName() 83 public Validity validateSubType(MapperConfig<?> ctxt, JavaType baseType, JavaType subType) { in validateSubType() 92 public Validity validateBaseType(MapperConfig<?> ctxt, JavaType baseType) { in validateBaseType() 97 …public Validity validateSubClassName(MapperConfig<?> ctxt, JavaType baseType, String subClassName)… in validateSubClassName() 102 public Validity validateSubType(MapperConfig<?> ctxt, JavaType baseType, JavaType subType) { in validateSubType()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 484 static std::string getCommonFuncCaseName(glu::DataType baseType, glu::Precision precision, glu::Sha… in getCommonFuncCaseName() 492 …AbsCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shader… in AbsCase() 572 …SignCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in SignCase() 676 …RoundEvenCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in RoundEvenCase() 791 …ModfCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in ModfCase() 858 …IsnanCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in IsnanCase() 942 …IsinfCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in IsinfCase() 1027 FloatBitsToUintIntCase(Context &context, glu::DataType baseType, glu::Precision precision, in FloatBitsToUintIntCase() 1088 …FloatBitsToIntCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shader… in FloatBitsToIntCase() 1097 …FloatBitsToUintCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToUintCase() [all …]
|
H A D | es31fShaderIntegerFunctionTests.cpp | 338 static std::string getIntegerFuncCaseName(glu::DataType baseType, glu::Precision precision, glu::Sh… in getIntegerFuncCaseName() 346 …UaddCarryCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in UaddCarryCase() 437 …UsubBorrowCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UsubBorrowCase() 529 …UmulExtendedCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderTy… in UmulExtendedCase() 615 …ImulExtendedCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderTy… in ImulExtendedCase() 702 …BitfieldExtractCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldExtractCase() 776 …BitfieldInsertCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shader… in BitfieldInsertCase() 854 …BitfieldReverseCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldReverseCase() 901 …BitCountCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in BitCountCase() 962 …FindLSBCase(Context &context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sh… in FindLSBCase() [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
H A D | JacksonAnnotationIntrospector.java | 570 AnnotatedClass ac, JavaType baseType) in findTypeResolver() 577 AnnotatedMember am, JavaType baseType) in findPropertyTypeResolver() 794 final Annotated a, final JavaType baseType) throws JsonMappingException in refineSerializationType() 918 public Class<?> findSerializationKeyType(Annotated am, JavaType baseType) { in findSerializationKeyType() 924 public Class<?> findSerializationContentType(Annotated am, JavaType baseType) { in findSerializationContentType() 1176 final Annotated a, final JavaType baseType) throws JsonMappingException in refineDeserializationType() 1243 public Class<?> findDeserializationType(Annotated am, JavaType baseType) { in findDeserializationType() 1459 Annotated ann, JavaType baseType) in _findTypeResolver() 1529 private boolean _primitiveAndWrapper(Class<?> baseType, Class<?> refinement) in _primitiveAndWrapper() 1540 private boolean _primitiveAndWrapper(JavaType baseType, Class<?> refinement) in _primitiveAndWrapper()
|
H A D | AnnotationIntrospectorPair.java | 234 AnnotatedClass ac, JavaType baseType) in findTypeResolver() 245 AnnotatedMember am, JavaType baseType) in findPropertyTypeResolver() 256 AnnotatedMember am, JavaType baseType) in findPropertyContentTypeResolver() 548 Annotated a, JavaType baseType) throws JsonMappingException in refineSerializationType() 563 public Class<?> findSerializationKeyType(Annotated am, JavaType baseType) { in findSerializationKeyType() 570 public Class<?> findSerializationContentType(Annotated am, JavaType baseType) { in findSerializationContentType() 722 Annotated a, JavaType baseType) throws JsonMappingException in refineDeserializationType() 730 public Class<?> findDeserializationType(Annotated am, JavaType baseType) { in findDeserializationType()
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | RuntimeTypeAdapterFactoryFunctionalTest.java | 91 private final Class<?> baseType; field in RuntimeTypeAdapterFactoryFunctionalTest.RuntimeTypeAdapterFactory 96 protected RuntimeTypeAdapterFactory(Class<?> baseType, String typeFieldName) { in RuntimeTypeAdapterFactory() 108 public static <T> RuntimeTypeAdapterFactory<T> of(Class<T> baseType, String typeFieldName) { in of() 116 public static <T> RuntimeTypeAdapterFactory<T> of(Class<T> baseType) { in of()
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLVarDeclarations.cpp | 102 const Type* baseType, in ErrorCheck() 297 const Type* baseType, in ErrorCheckAndCoerce() 398 const Type* baseType = &var->type(); in Convert() local 437 const Type* baseType, in Make()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/testutil/ |
H A D | NoCheckSubTypeValidator.java | 19 public Validity validateBaseType(MapperConfig<?> config, JavaType baseType) { in validateBaseType() 25 JavaType baseType, String subClassName) { in validateSubClassName() 30 public Validity validateSubType(MapperConfig<?> config, JavaType baseType, in validateSubType()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
H A D | TestCustomTypeIdResolver.java | 42 public void init(JavaType baseType) { in init() 69 public TestCustomResolverBase(Class<?> baseType, Class<?> implType) { in TestCustomResolverBase() 89 public void init(JavaType baseType) { } in init() 130 public void init(JavaType baseType) { } in init()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 188 static std::string getIntegerFuncCaseName(glu::DataType baseType, glu::Precision precision, glu::Sh… in getIntegerFuncCaseName() 485 UaddCarryCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in UaddCarryCase() 592 UsubBorrowCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in UsubBorrowCase() 693 UmulExtendedCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in UmulExtendedCase() 795 ImulExtendedCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in ImulExtendedCase() 874 BitfieldExtractCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in BitfieldExtractCase() 957 BitfieldInsertCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in BitfieldInsertCase() 1022 BitfieldReverseCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in BitfieldReverseCase() 1085 BitCountCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, in BitCountCase() 1151 …FindLSBCase(tcu::TestContext &testCtx, glu::DataType baseType, glu::Precision precision, glu::Shad… in FindLSBCase() [all …]
|