Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/extension/toprettystring/
H A DToPrettyStringTest.java68 Primitives valueType = in primitives() local
98 PrimitiveArray valueType = in primitiveArray() local
115 PrimitiveArray valueType = new AutoValue_ToPrettyStringTest_PrimitiveArray(new long[0]); in primitiveArray_empty() local
126 PrimitiveArray valueType = new AutoValue_ToPrettyStringTest_PrimitiveArray(null); in primitiveArray_null() local
146 PrettyCollection valueType = in prettyCollection() local
161 PrettyCollection valueType = in prettyCollection_elementsWithNewlines() local
178 PrettyCollection valueType = in prettyCollection_empty() local
190 PrettyCollection valueType = new AutoValue_ToPrettyStringTest_PrettyCollection(null); in prettyCollection_null() local
210 NestedCollection valueType = in nestedCollection() local
241 NestedCollection valueType = in nestedCollection_elementsWithNewlines() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/
H A DEnhancedType.java149 public static <T> EnhancedType<Optional<T>> optionalOf(Class<T> valueType) { in optionalOf()
162 public static <T> EnhancedType<List<T>> listOf(Class<T> valueType) { in listOf()
175 public static <T> EnhancedType<List<T>> listOf(EnhancedType<T> valueType) { in listOf()
188 public static <T> EnhancedType<Set<T>> setOf(Class<T> valueType) { in setOf()
201 public static <T> EnhancedType<Set<T>> setOf(EnhancedType<T> valueType) { in setOf()
214 public static <T> EnhancedType<SortedSet<T>> sortedSetOf(Class<T> valueType) { in sortedSetOf()
227 public static <T> EnhancedType<SortedSet<T>> sortedSetOf(EnhancedType<T> valueType) { in sortedSetOf()
240 public static <T> EnhancedType<Deque<T>> dequeOf(Class<T> valueType) { in dequeOf()
253 public static <T> EnhancedType<Deque<T>> dequeOf(EnhancedType<T> valueType) { in dequeOf()
266 public static <T> EnhancedType<NavigableSet<T>> navigableSetOf(Class<T> valueType) { in navigableSetOf()
[all …]
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
H A DBundler.java42 void writeToBundle(Bundle bundle, String key, Object value, BundlerType valueType); in writeToBundle()
44 default void writeToBundle(Bundle bundle, String key, byte value, BundlerType valueType) { in writeToBundle()
48 default void writeToBundle(Bundle bundle, String key, short value, BundlerType valueType) { in writeToBundle()
52 default void writeToBundle(Bundle bundle, String key, int value, BundlerType valueType) { in writeToBundle()
56 default void writeToBundle(Bundle bundle, String key, long value, BundlerType valueType) { in writeToBundle()
60 default void writeToBundle(Bundle bundle, String key, char value, BundlerType valueType) { in writeToBundle()
64 default void writeToBundle(Bundle bundle, String key, float value, BundlerType valueType) { in writeToBundle()
68 default void writeToBundle(Bundle bundle, String key, double value, BundlerType valueType) { in writeToBundle()
72 default void writeToBundle(Bundle bundle, String key, boolean value, BundlerType valueType) { in writeToBundle()
90 default void writeToParcel(Parcel parcel, byte value, BundlerType valueType, int flags) { in writeToParcel()
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DObjectReader.java178 JavaType valueType, Object valueToUpdate, in ObjectReader()
200 JavaType valueType, JsonDeserializer<Object> rootDeser, Object valueToUpdate, in ObjectReader()
317 JavaType valueType, JsonDeserializer<Object> rootDeser, Object valueToUpdate, in _new()
717 public ObjectReader forType(JavaType valueType) in forType()
741 public ObjectReader forType(Class<?> valueType) { in forType()
762 public ObjectReader withType(JavaType valueType) { in withType()
770 public ObjectReader withType(Class<?> valueType) { in withType()
778 public ObjectReader withType(java.lang.reflect.Type valueType) { in withType()
1188 public <T> T readValue(JsonParser p, Class<T> valueType) throws IOException in readValue()
1224 public <T> T readValue(JsonParser p, ResolvedType valueType) throws IOException { in readValue()
[all …]
H A DSerializerProvider.java508 public JsonSerializer<Object> findValueSerializer(Class<?> valueType, BeanProperty property) in findValueSerializer()
551 public JsonSerializer<Object> findValueSerializer(JavaType valueType, BeanProperty property) in findValueSerializer()
582 … public JsonSerializer<Object> findValueSerializer(Class<?> valueType) throws JsonMappingException in findValueSerializer()
611 public JsonSerializer<Object> findValueSerializer(JavaType valueType) in findValueSerializer()
645 …public JsonSerializer<Object> findPrimaryPropertySerializer(JavaType valueType, BeanProperty prope… in findPrimaryPropertySerializer()
672 public JsonSerializer<Object> findPrimaryPropertySerializer(Class<?> valueType, in findPrimaryPropertySerializer()
717 …public JsonSerializer<Object> findContentValueSerializer(JavaType valueType, BeanProperty property) in findContentValueSerializer()
744 public JsonSerializer<Object> findContentValueSerializer(Class<?> valueType, in findContentValueSerializer()
783 public JsonSerializer<Object> findTypedValueSerializer(Class<?> valueType, in findTypedValueSerializer()
828 public JsonSerializer<Object> findTypedValueSerializer(JavaType valueType, boolean cache, in findTypedValueSerializer()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DRealMapBinder.java73 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in newMapRealBinder()
88 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation) { in newRealMapBinder()
106 TypeLiteral<V> valueType, in newRealMapBinder()
119 static <K, V> TypeLiteral<Map<K, V>> mapOf(TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOf()
126 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfProviderOf()
134 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfJavaxProviderOf()
144 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfSetOfProviderOf()
152 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfSetOfJavaxProviderOf()
161 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfCollectionOfProviderOf()
171 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfCollectionOfJavaxProviderOf()
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DBeanSerializerModifier.java122 ArrayType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyArraySerializer()
130 CollectionType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyCollectionSerializer()
138 CollectionLikeType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyCollectionLikeSerializer()
146 MapType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyMapSerializer()
154 MapLikeType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyMapLikeSerializer()
162 JavaType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyEnumSerializer()
184 JavaType valueType, BeanDescription beanDesc, JsonSerializer<?> serializer) { in modifyKeySerializer()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DDexDataWriter.java160 public void writeEncodedValueHeader(int valueType, int valueArg) throws IOException { in writeEncodedValueHeader()
164 public void writeEncodedInt(int valueType, int value) throws IOException { in writeEncodedInt()
182 public void writeEncodedLong(int valueType, long value) throws IOException { in writeEncodedLong()
200 public void writeEncodedUint(int valueType, int value) throws IOException { in writeEncodedUint()
210 public void writeEncodedFloat(int valueType, float value) throws IOException { in writeEncodedFloat()
214 protected void writeRightZeroExtendedInt(int valueType, int value) throws IOException { in writeRightZeroExtendedInt()
227 public void writeEncodedDouble(int valueType, double value) throws IOException { in writeEncodedDouble()
231 protected void writeRightZeroExtendedLong(int valueType, long value) throws IOException { in writeRightZeroExtendedLong()
/aosp_15_r20/external/guice/core/src/com/google/inject/multibindings/
H A DMapBinder.java101 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in newMapBinder()
111 Binder binder, Class<K> keyType, Class<V> valueType) { in newMapBinder()
120 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation) { in newMapBinder()
130 Binder binder, Class<K> keyType, Class<V> valueType, Annotation annotation) { in newMapBinder()
141 TypeLiteral<V> valueType, in newMapBinder()
154 Class<V> valueType, in newMapBinder()
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DObjectCodec.java49 public abstract <T> T readValue(JsonParser p, Class<T> valueType) in readValue()
68 public abstract <T> T readValue(JsonParser p, ResolvedType valueType) in readValue()
75 public abstract <T> Iterator<T> readValues(JsonParser p, Class<T> valueType) in readValues()
89 public abstract <T> Iterator<T> readValues(JsonParser p, ResolvedType valueType) in readValues()
159 public abstract <T> T treeToValue(TreeNode n, Class<T> valueType) in treeToValue()
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
H A DToPrettyStringExtension.java221 TypeMirror valueType = typeParameters.get(1); in formatMap() local
230 TypeMirror valueType = typeParameters.get(1); in formatMultimap() local
322 private CodeBlock mapMethodBody(TypeMirror keyType, TypeMirror valueType) { in mapMethodBody()
326 private CodeBlock multimapMethodBody(TypeMirror keyType, TypeMirror valueType) { in multimapMethodBody()
331 TypeMirror keyType, TypeMirror valueType, String propertyAccess) { in forEachMapEntryMethodBody()
393 private DeclaredType mapOf(TypeMirror keyType, TypeMirror valueType) { in mapOf()
397 private DeclaredType multimapOf(TypeMirror keyType, TypeMirror valueType) { in multimapOf()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
H A DJsonFactoryTest.java18 public <T> T readValue(JsonParser p, Class<T> valueType) throws IOException { in readValue()
28 public <T> T readValue(JsonParser p, ResolvedType valueType) throws IOException { in readValue()
33 public <T> Iterator<T> readValues(JsonParser p, Class<T> valueType) throws IOException { in readValues()
43 public <T> Iterator<T> readValues(JsonParser p, ResolvedType valueType) throws IOException { in readValues()
76 public <T> T treeToValue(TreeNode n, Class<T> valueType) throws JsonProcessingException { in treeToValue()
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java275 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH()
419 int valueType = arrayAnimator.getInt(R.styleable.Animator_valueType, VALUE_TYPE_UNDEFINED); in parseAnimatorFromTypeArray() local
499 int valueType, float pixelSize) { in setupObjectAnimator()
742 int valueType = a.getInt(R.styleable.PropertyValuesHolder_valueType, in loadValues() local
778 int valueType; in inferValueTypeOfKeyframe() local
808 int valueType; in inferValueTypeFromValues() local
834 String propertyName, int valueType) in loadPvh()
957 int valueType) in loadKeyframe()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
H A DTestDelegates.java40 public <T> T readValue(JsonParser p, Class<T> valueType) { in readValue()
48 public <T> T readValue(JsonParser p, ResolvedType valueType) { in readValue()
52 public <T> Iterator<T> readValues(JsonParser p, Class<T> valueType) { in readValues()
61 public <T> Iterator<T> readValues(JsonParser p, ResolvedType valueType) { in readValues()
102 public <T> T treeToValue(TreeNode n, Class<T> valueType) { in treeToValue()
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntryLite.java50 public final WireFormat.FieldType valueType; field in MapEntryLite.Metadata
56 WireFormat.FieldType valueType, in Metadata()
74 WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) { in MapEntryLite()
103 WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) { in newDefaultInstance()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntryLite.java50 public final WireFormat.FieldType valueType; field in MapEntryLite.Metadata
56 WireFormat.FieldType valueType, in Metadata()
74 WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) { in MapEntryLite()
103 WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) { in newDefaultInstance()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DAttributeMap.java115 private final Class<?> valueType; field in AttributeMap.Key
118 protected Key(Class<T> valueType) { in Key()
137 private final Class<?> valueType; field in AttributeMap.Key.UnsafeValueType
139 public UnsafeValueType(Class<?> valueType) { in UnsafeValueType()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/
DAdaptiveConnectivityTogglePreference.java74 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
82 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
89 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/display/
DBatteryPercentageSwitchPreference.java98 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
105 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
113 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
DAmbientDisplayAlwaysOnPreference.java135 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
143 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
150 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
DAutoBrightnessScreen.java157 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
165 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
172 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
DPeakRefreshRateSwitchPreference.java122 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
130 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
141 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/accessibility/
DVibrationMainSwitchPreference.java114 java.lang.String key, @org.jetbrains.annotations.NotNull() in getDefaultValue()
122 java.lang.String key, @org.jetbrains.annotations.NotNull() in getValue()
129 java.lang.String key, @org.jetbrains.annotations.NotNull() in setValue()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/auth/scheme/
H A DAuthSchemeInterceptorSpec.java413 private TypeName mapOf(Object keyType, Object valueType) { in mapOf()
418 private TypeName listOf(Object valueType) { in listOf()
427 private TypeName toTypeName(Object valueType) { in toTypeName()
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/
H A DImmutableMapSerializerExtension.java52 TypeMirror valueType = getValueType(typeMirror); in getSerializer() local
69 private final TypeMirror valueType; field in ImmutableMapSerializerExtension.ImmutableMapSerializer
79 TypeMirror valueType, in ImmutableMapSerializer()

12345678910>>...58