Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/test/testdata/
Dzoneinfo64.txt28 typeMap:bin { "01" }
33 typeMap:bin { "010201020102010201020102010201" }
39 typeMap:bin { "0102" }
46 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" }
52 typeMap:bin { "0102" }
59 typeMap:bin { "020102" }
65 typeMap:bin { "01" }
70 typeMap:bin { "0102" }
75 typeMap:bin { "0102" }
80 typeMap:bin { "01" }
[all …]
DtimezoneTypes.txt141 typeMap{
/external/icu/icu4c/source/data/misc/
Dzoneinfo64.txt26 typeMap:bin { "01" }
32typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010…
39 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" }
49 typeMap:bin { "0102" }
58typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010…
65typeMap:bin { "01020102010201020102010201020102010301020102010201020102010201020102010201020102010…
74typeMap:bin { "01020102010201020102010201020102010201020103040304030403040304030403040304030403040…
88typeMap:bin { "01020302030203020302030203020302030203020302030203020302030203020302030203020302030…
100 typeMap:bin { "010203020302" }
108 typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020103" }
[all …]
DkeyTypeData.txt74 typeMap{
689 timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"}
DtimezoneTypes.txt148 typeMap{
/external/r8/src/main/java/com/android/tools/r8/graph/
DGraphLense.java30 private final Map<DexType, DexType> typeMap = new IdentityHashMap<>(); field in GraphLense.Builder
35 typeMap.put(from, to); in map()
51 return new NestedGraphLense(typeMap, methodMap, fieldMap, previousLense, dexItemFactory); in build()
104 private final Map<DexType, DexType> typeMap; field in GraphLense.NestedGraphLense
109 private NestedGraphLense(Map<DexType, DexType> typeMap, Map<DexMethod, DexMethod> methodMap, in NestedGraphLense() argument
111 this.typeMap = typeMap; in NestedGraphLense()
135 return typeMap.getOrDefault(previous, previous); in lookupType()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java473 Map typeMap = getAllInterfaces(type.clazz, null); in findCommonInterfaces() local
476 return findCommonInterfaces(typeMap, thisMap); in findCommonInterfaces()
480 Map typeMap = getDeclaredInterfaces(type.clazz, null); in findExclusiveDeclaredInterfaces() local
487 typeMap.remove(intf); in findExclusiveDeclaredInterfaces()
491 return findCommonInterfaces(typeMap, thisMap); in findExclusiveDeclaredInterfaces()
495 Map findCommonInterfaces(Map typeMap, Map alterMap) { in findCommonInterfaces() argument
498 if (! typeMap.containsKey(i.next())) in findCommonInterfaces()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp37 UHashtable* typeMap; member
76 if (keyData->typeMap != NULL) { in uloc_deleteKeyDataEntry()
77 uhash_close(keyData->typeMap); in uloc_deleteKeyDataEntry()
391 keyData->typeMap = typeDataMap; in initFromResourceBundle()
522 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type); in ulocimp_toBcpType()
567 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type); in ulocimp_toLegacyType()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java101 Map<String, Type> typeMap; field in KeyTypeData.KeyData
104 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument
108 this.typeMap = typeMap; in KeyData()
159 Type t = keyData.typeMap.get(type); in toBcpType()
196 Type t = keyData.typeMap.get(type); in toLegacyType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java99 Map<String, Type> typeMap; field in KeyTypeData.KeyData
102 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument
106 this.typeMap = typeMap; in KeyData()
157 Type t = keyData.typeMap.get(type); in toBcpType()
194 Type t = keyData.typeMap.get(type); in toLegacyType()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py20 typeMap = computeTokenTypes(None)
21 self.failUnless(isinstance(typeMap, dict))
22 self.failUnlessEqual(typeMap, {})
28 typeMap = computeTokenTypes(['a', 'b'])
29 self.failUnless(isinstance(typeMap, dict))
30 self.failUnlessEqual(typeMap, { 'a': 0, 'b': 1 })
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtreewizard.py322 def __init__(self, adaptor=None, tokenNames=None, typeMap=None): argument
329 if typeMap is None:
336 self.tokenNameToTypeMap = typeMap
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java401 UResourceBundle typeMap = keyTypeData.get("typeMap"); in findCLDRCanonicalID() local
402 UResourceBundle typeKeys = typeMap.get("timezone"); in findCLDRCanonicalID()
877 UResourceBundle typeMap = keyTypeData.get("typeMap"); in getShortIDFromCanonical() local
878 UResourceBundle typeKeys = typeMap.get("timezone"); in getShortIDFromCanonical()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DZoneMeta.java402 UResourceBundle typeMap = keyTypeData.get("typeMap"); in findCLDRCanonicalID() local
403 UResourceBundle typeKeys = typeMap.get("timezone"); in findCLDRCanonicalID()
878 UResourceBundle typeMap = keyTypeData.get("typeMap"); in getShortIDFromCanonical() local
879 UResourceBundle typeKeys = typeMap.get("timezone"); in getShortIDFromCanonical()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py297 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION }
302 types.append(parseCompositeType(typeMap[type], typename, contents))
309 typeMap = {'': Handle.TYPE_DISP, '_NON_DISPATCHABLE': Handle.TYPE_NONDISP}
312 handle = Handle(typeMap[type], name)
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp1003 …st ProgramInterfaceDefinition::Shader* shader, glu::Storage storage, int (*typeMap)(glu::DataType)) in accumulateShaderStorage()
1005 …(shader, InterfaceBlockStorageFilter(storage), VariableDeclarationStorageFilter(storage), typeMap); in accumulateShaderStorage()