Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttribute.java36 private ASN1ObjectIdentifier attrType; field in Attribute
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
76 ASN1ObjectIdentifier attrType, in Attribute() argument
79 this.attrType = attrType; in Attribute()
85 return attrType; in getAttrType()
105 v.add(attrType); in toASN1Primitive()
DAttributeTable.java223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add() argument
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); in add()
232 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove() argument
236 newTable.attributes.remove(attrType); in remove()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
43 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
48 ASN1ObjectIdentifier attrType, in Attribute() argument
51 this.attrType = attrType; in Attribute()
57 return attrType; in getAttrType()
83 v.add(attrType); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); in Attribute()
53 ASN1ObjectIdentifier attrType, in Attribute() argument
56 this.attrType = attrType; in Attribute()
62 return new ASN1ObjectIdentifier(attrType.getId()); in getAttrType()
88 v.add(attrType); in toASN1Primitive()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttribute.java38 private ASN1ObjectIdentifier attrType; field in Attribute
73 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
78 ASN1ObjectIdentifier attrType, in Attribute() argument
81 this.attrType = attrType; in Attribute()
87 return attrType; in getAttrType()
107 v.add(attrType); in toASN1Primitive()
DAttributeTable.java225 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add() argument
229 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); in add()
234 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove() argument
238 newTable.attributes.remove(attrType); in remove()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
47 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
52 ASN1ObjectIdentifier attrType, in Attribute() argument
55 this.attrType = attrType; in Attribute()
61 return attrType; in getAttrType()
87 v.add(attrType); in toASN1Primitive()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
52 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); in Attribute()
57 ASN1ObjectIdentifier attrType, in Attribute() argument
60 this.attrType = attrType; in Attribute()
66 return new ASN1ObjectIdentifier(attrType.getId()); in getAttrType()
92 v.add(attrType); in toASN1Primitive()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStaxLoader.java9 protected final String attrType; field in StaxLoader
12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxLoader() argument
14 this.attrType = attrType; in StaxLoader()
DResBunch.java16 private ResBundle getBundle(String attrType) { in getBundle() argument
17 ResBundle bundle = types.get(attrType); in getBundle()
20 types.put(attrType, bundle); in getBundle()
DStaxValueLoader.java10 public StaxValueLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxValueLoader() argument
11 super(resourceTable, attrType, resType); in StaxValueLoader()
37 resourceTable.addResource(attrType, name, new TypedResource<>(s, resType, xmlContext)); in onEnd()
DStaxArrayLoader.java13 …public StaxArrayLoader(PackageResourceTable resourceTable, String attrType, ResType arrayResType, … in StaxArrayLoader() argument
14 super(resourceTable, attrType, arrayResType); in StaxArrayLoader()
48 resourceTable.addResource(attrType, name, new TypedResource<>(items, resType, xmlContext)); in onEnd()
DStaxPluralsLoader.java13 …public StaxPluralsLoader(PackageResourceTable resourceTable, String attrType, ResType charSequence… in StaxPluralsLoader() argument
14 super(resourceTable, attrType, charSequence); in StaxPluralsLoader()
49 …resourceTable.addResource(attrType, name, new PluralRules(new ArrayList<>(plurals), resType, xmlCo… in onEnd()
DStaxAttrLoader.java13 public StaxAttrLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxAttrLoader() argument
14 super(resourceTable, attrType, resType); in StaxAttrLoader()
58 resourceTable.addResource(attrType, name, new TypedResource<>(attrData, resType, xmlContext)); in onEnd()
DStaxStyleLoader.java13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxStyleLoader() argument
14 super(resourceTable, attrType, resType); in StaxStyleLoader()
/external/scapy/scapy/layers/
Dx509.py871 for attrType, attrSymbol in _attrName_mapping:
872 if attrType in attrsDict:
874 name_str += attrsDict[attrType]
875 for attrType in sorted(attrsDict):
876 if attrType not in _attrName_specials:
877 name_str += "/" + attrType + "="
878 name_str += attrsDict[attrType]
890 for attrType, attrSymbol in _attrName_mapping:
891 if attrType in attrsDict:
893 name_str += attrsDict[attrType]
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit() local
969 if(attrType==null || attrType.equals(STRINGS)){ in parseTransUnit()
977 }else if(attrType.equals(resources[INTEGER_RESOURCE])){ in parseTransUnit()
985 }else if(attrType.equals(resources[ALIAS_RESOURCE])){ in parseTransUnit()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1542 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths() local
1543 if (attrType == AttributeType.NMTOKENS) { in getRegularizedPaths()
1572 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths() local
1575 if (attrType == AttributeType.NMTOKENS) { in getRegularizedPaths()