/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Attribute.java | 36 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()
|
D | AttributeTable.java | 223 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/ |
D | Attribute.java | 15 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/ |
D | Attribute.java | 15 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/ |
D | Attribute.java | 38 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()
|
D | AttributeTable.java | 225 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/ |
D | Attribute.java | 19 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/ |
D | Attribute.java | 19 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/ |
D | StaxLoader.java | 9 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()
|
D | ResBunch.java | 16 private ResBundle getBundle(String attrType) { in getBundle() argument 17 ResBundle bundle = types.get(attrType); in getBundle() 20 types.put(attrType, bundle); in getBundle()
|
D | StaxValueLoader.java | 10 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()
|
D | StaxArrayLoader.java | 13 …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()
|
D | StaxPluralsLoader.java | 13 …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()
|
D | StaxAttrLoader.java | 13 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()
|
D | StaxStyleLoader.java | 13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxStyleLoader() argument 14 super(resourceTable, attrType, resType); in StaxStyleLoader()
|
/external/scapy/scapy/layers/ |
D | x509.py | 871 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/ |
D | XLIFF2ICUConverter.java | 967 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/ |
D | DtdData.java | 1542 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()
|