Home
last modified time | relevance | path

Searched defs:mapType (Results 1 – 25 of 175) sorted by relevance

1234567

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
H A DTestTypeFactory.java394 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/
Dtype.go348 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 DMapRequestRepresentation.java82 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 DKeyFactory.java313 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 DDefaultMapJsonSerializerTest.java47 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 DKMCoseMap.java44 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 DKMCoseMap.java44 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 DCoerceContainersTest.java56 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 DSignatureInputOutputTest.kt448 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 DRemapper.java68 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 DEnumMapDeserializer.java74 public EnumMapDeserializer(JavaType mapType, ValueInstantiator valueInst, in EnumMapDeserializer()
105 public EnumMapDeserializer(JavaType mapType, KeyDeserializer keyDeser, in EnumMapDeserializer()
H A DMapDeserializer.java110 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 DPackageStateTest.kt113 private val mapType = Map::class.starProjectedType constant in com.android.server.pm.test.pkg.PackageStateTest
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DMapSerializer.java369 … 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 DCustomTypeAdaptersTest.java374 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 DDataModelErrorsTest.java27 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
H A DFunctionsTest.java26 Type mapType = new TypeToken<Map<String, Unit[]>>(){/* not code */}.getType(); in test() local
H A DParserSmokeTest.java35 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
H A DIcuFunctionsTest.java37 Type mapType = in test() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A DDataModelErrorsTest.java30 Type mapType = new TypeToken<Map<String, String[]>>(){/* not code */}.getType(); in test() local
H A DFunctionsTest.java29 Type mapType = new TypeToken<Map<String, Unit[]>>(){/* not code */}.getType(); in test() local
H A DIcuFunctionsTest.java40 Type mapType = in test() local
H A DParserSmokeTest.java38 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 DFilterRemapper.kt26 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 DMappedSubresourceVerifier11.h52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()

1234567