/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
H A D | TestTypeFactory.java | 394 MapType mapType = (MapType) type; in testMaps() local 404 MapType mapType = (MapType) type; in testMapTypesRefined() local 453 MapType mapType = (MapType) type; in testMapTypesRaw() local 462 MapType mapType = (MapType) type; in testMapTypesAdvanced() local 486 MapType mapType = (MapType) type; in testMapTypesSneaky() local 500 MapType mapType = (MapType) type; in testSneakyFieldTypes() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/ |
D | type.go | 348 type mapType struct { struct 349 CommonType 350 Key typeId 351 Elem typeId 359 func (m *mapType) init(key, elem gobType) { 366 func (m *mapType) safeString(seen map[typeId]bool) string { 376 func (m *mapType) string() string { return m.safeString(make(map[typeId]bool)) }
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/ |
H A D | MapRequestRepresentation.java | 82 MapType mapType = MapType.from(binding.key()); in getDependencyExpression() local 145 MapType mapType = MapType.from(binding.key()); in immutableMapType() local 176 MapType mapType = MapType.from(binding.key()); in maybeTypeParameters() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/ |
H A D | KeyFactory.java | 313 MapType mapType = MapType.from(key); in unwrapMapValueType() local 348 MapType mapType = MapType.from(possibleMapKey); in rewrapMapKey() local 375 MapType mapType = MapType.from(possibleMapKey); in wrapMapKey() local
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/ |
H A D | DefaultMapJsonSerializerTest.java | 47 Type mapType = new TypeToken<Map<String, String>>() { }.getType(); in testEmptyMapSerialization() local 58 Type mapType = new TypeToken<Map<String, String>>() { }.getType(); in testNonEmptyMapSerialization() local
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMCoseMap.java | 44 short mapType = KMType.getType(typePtr); in createInstanceFromType() local 59 short mapType = KMType.getType(ptr); in getVals() local
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMCoseMap.java | 44 short mapType = KMType.getType(typePtr); in createInstanceFromType() local 59 short mapType = KMType.getType(ptr); in getVals() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/ |
H A D | CoerceContainersTest.java | 56 final JavaType mapType = VANILLA_MAPPER.getTypeFactory() in testScalarMap() local 66 final JavaType mapType = VANILLA_MAPPER.getTypeFactory() in testEnumMap() local
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
H A D | SignatureInputOutputTest.kt | 448 val mapType = p1.type() as ClassTypeItem in <lambda>() constant 490 val mapType = p1.type() as ClassTypeItem in <lambda>() constant
|
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
H A D | Remapper.java | 68 private Type mapType(final Type type) { in mapType() method in Remapper 95 public String mapType(final String internalName) { in mapType() method in Remapper
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | EnumMapDeserializer.java | 74 public EnumMapDeserializer(JavaType mapType, ValueInstantiator valueInst, in EnumMapDeserializer() 105 public EnumMapDeserializer(JavaType mapType, KeyDeserializer keyDeser, in EnumMapDeserializer()
|
H A D | MapDeserializer.java | 110 public MapDeserializer(JavaType mapType, ValueInstantiator valueInstantiator, in MapDeserializer() 217 protected final boolean _isStdKeyDeser(JavaType mapType, KeyDeserializer keyDeser) in _isStdKeyDeser()
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/ |
H A D | PackageStateTest.kt | 113 private val mapType = Map::class.starProjectedType constant
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
H A D | MapSerializer.java | 369 … MapSerializer construct(Set<String> ignoredEntries, Set<String> includedEntries, JavaType mapType, in construct() 408 public static MapSerializer construct(Set<String> ignoredEntries, JavaType mapType, in construct() 462 public static MapSerializer construct(String[] ignoredList, JavaType mapType, in construct()
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | CustomTypeAdaptersTest.java | 374 Type mapType = new TypeToken<Map<String,StringHolder>>() {}.getType(); in testCustomAdapterInvokedForMapElementSerializationWithType() local 401 Type mapType = new TypeToken<Map<String, StringHolder>>() {}.getType(); in testCustomAdapterInvokedForMapElementDeserialization() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/ |
H A D | DataModelErrorsTest.java | 27 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
|
H A D | FunctionsTest.java | 26 Type mapType = new TypeToken<Map<String, Unit[]>>(){/* not code */}.getType(); in test() local
|
H A D | ParserSmokeTest.java | 35 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
|
H A D | IcuFunctionsTest.java | 37 Type mapType = in test() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
H A D | DataModelErrorsTest.java | 30 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
|
H A D | FunctionsTest.java | 29 Type mapType = new TypeToken<Map<String, Unit[]>>(){/* not code */}.getType(); in test() local
|
H A D | IcuFunctionsTest.java | 40 Type mapType = in test() local
|
H A D | ParserSmokeTest.java | 38 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/filters/ |
H A D | FilterRemapper.kt | 26 override fun mapType(typeInternalName: String?): String? { in mapType() method in com.android.hoststubgen.filters.FilterRemapper
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | MappedSubresourceVerifier11.h | 52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
|