/external/icu/icu4c/source/test/testdata/ |
D | zoneinfo64.txt | 28 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 …]
|
D | timezoneTypes.txt | 141 typeMap{
|
/external/icu/icu4c/source/data/misc/ |
D | zoneinfo64.txt | 26 typeMap:bin { "01" } 32 …typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010… 39 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" } 49 typeMap:bin { "0102" } 58 …typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010… 65 …typeMap:bin { "01020102010201020102010201020102010301020102010201020102010201020102010201020102010… 74 …typeMap:bin { "01020102010201020102010201020102010201020103040304030403040304030403040304030403040… 88 …typeMap:bin { "01020302030203020302030203020302030203020302030203020302030203020302030203020302030… 100 typeMap:bin { "010203020302" } 108 typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020103" } [all …]
|
D | keyTypeData.txt | 74 typeMap{ 689 timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"}
|
D | timezoneTypes.txt | 148 typeMap{
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | GraphLense.java | 30 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/ |
D | Type.java | 473 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/ |
D | uloc_keytype.cpp | 37 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/ |
D | KeyTypeData.java | 101 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/ |
D | KeyTypeData.java | 99 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/ |
D | testtreewizard.py | 20 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/ |
D | treewizard.py | 322 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/ |
D | ZoneMeta.java | 401 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/ |
D | ZoneMeta.java | 402 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/ |
D | gen_framework.py | 297 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/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 1003 …st ProgramInterfaceDefinition::Shader* shader, glu::Storage storage, int (*typeMap)(glu::DataType)) in accumulateShaderStorage() 1005 …(shader, InterfaceBlockStorageFilter(storage), VariableDeclarationStorageFilter(storage), typeMap); in accumulateShaderStorage()
|