/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | ObjectDescriptorFactory.java | 154 descriptorRegistry.put(objectTypeInd, tagMap); in descriptorRegistry.put() argument 161 …Map<Integer, Class<? extends BaseDescriptor>> tagMap = descriptorRegistry.get(objectTypeIndication… in createFrom() local
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | properties.go | 64 type tagMap struct { struct 65 fastTags []int 66 slowTags map[int]int 73 func (p *tagMap) get(t int) (int, bool) { 85 func (p *tagMap) put(t int, fi int) {
|
/external/golang-protobuf/proto/ |
D | properties.go | 64 type tagMap struct { struct 65 fastTags []int 66 slowTags map[int]int 73 func (p *tagMap) get(t int) (int, bool) { 85 func (p *tagMap) put(t int, fi int) {
|
/external/python/pyasn1/pyasn1/codec/der/ |
D | encoder.py | 45 tagMap = encoder.tagMap.copy() variable
|
D | decoder.py | 23 tagMap = decoder.tagMap.copy() variable
|
/external/python/pyasn1/pyasn1/codec/native/ |
D | decoder.py | 65 tagMap = { variable 134 def __init__(self, tagMap, typeMap): argument
|
D | encoder.py | 104 tagMap = { variable 149 def __init__(self, tagMap, typeMap={}): argument
|
/external/python/pyasn1/pyasn1/codec/cer/ |
D | decoder.py | 42 tagMap = decoder.tagMap.copy() variable
|
D | encoder.py | 220 tagMap = encoder.tagMap.copy() variable
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 535 tagMap = { variable 608 def __init__(self, tagMap, typeMap={}): argument
|
D | decoder.py | 986 tagMap = { variable 1053 def __init__(self, tagMap, typeMap={}): argument
|
/external/python/pyasn1/pyasn1/type/ |
D | namedtype.py | 492 def tagMap(self): member in NamedTypes
|
D | base.py | 72 def tagMap(self): member in Asn1ItemBase
|
D | univ.py | 2881 def tagMap(self): member in Choice 3044 def tagMap(self): member in Any
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertXTB.java | 381 Map<String, PlaceholderInfo> tagMap = getTagMap(xpath); in getPlaceholderForName() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 555 int32_t tagMap[] = {0, 1, 2, 3, 4, 5, 666}; in TestBreakIteratorRules() local
|