Searched refs:attrType (Results 1 - 16 of 16) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DStaxLoader.java9 protected final String attrType; field in class:StaxLoader
12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { argument
14 this.attrType = attrType;
H A DResBunch.java16 private ResBundle getBundle(String attrType) { argument
17 ResBundle bundle = types.get(attrType);
20 types.put(attrType, bundle);
H A DStaxArrayLoader.java13 public StaxArrayLoader(PackageResourceTable resourceTable, String attrType, ResType arrayResType, final ResType scalarResType) { argument
14 super(resourceTable, attrType, arrayResType);
48 resourceTable.addResource(attrType, name, new TypedResource<>(items, resType, xmlContext));
H A DStaxPluralsLoader.java13 public StaxPluralsLoader(PackageResourceTable resourceTable, String attrType, ResType charSequence) { argument
14 super(resourceTable, attrType, charSequence);
49 resourceTable.addResource(attrType, name, new PluralRules(new ArrayList<>(plurals), resType, xmlContext));
H A DStaxValueLoader.java10 public StaxValueLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { argument
11 super(resourceTable, attrType, resType);
35 resourceTable.addResource(attrType, name, new TypedResource<>(s, resType, xmlContext));
H A DStaxAttrLoader.java13 public StaxAttrLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { argument
14 super(resourceTable, attrType, resType);
58 resourceTable.addResource(attrType, name, new TypedResource<>(attrData, resType, xmlContext));
H A DStaxStyleLoader.java13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { argument
14 super(resourceTable, attrType, resType);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttribute.java18 * attrType OBJECT IDENTIFIER,
31 * must not have multiple Attribute:s with same attrType (OID) there.
36 private ASN1ObjectIdentifier attrType; field in class:Attribute
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
76 ASN1ObjectIdentifier attrType,
79 this.attrType = attrType;
85 return attrType;
105 v.add(attrType);
75 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
H A DAttributeTable.java219 * @param attrType the type of the attribute to add.
223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
232 public AttributeTable remove(ASN1ObjectIdentifier attrType) argument
236 newTable.attributes.remove(attrType);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DAttribute.java15 private ASN1ObjectIdentifier attrType; field in class:Attribute
43 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
48 ASN1ObjectIdentifier attrType,
51 this.attrType = attrType;
57 return attrType;
74 * attrType OBJECT IDENTIFIER,
83 v.add(attrType);
47 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttribute.java15 private ASN1ObjectIdentifier attrType; field in class:Attribute
48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0));
53 ASN1ObjectIdentifier attrType,
56 this.attrType = attrType;
62 return new ASN1ObjectIdentifier(attrType.getId());
79 * attrType OBJECT IDENTIFIER,
88 v.add(attrType);
52 Attribute( ASN1ObjectIdentifier attrType, ASN1Set attrValues) argument
/external/scapy/scapy/layers/
H A 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/
H A DXLIFF2ICUConverter.java967 String attrType = getAttributeValue(node, RESTYPE);
969 if(attrType==null || attrType.equals(STRINGS)){
977 }else if(attrType.equals(resources[INTEGER_RESOURCE])){
985 }else if(attrType.equals(resources[ALIAS_RESOURCE])){
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 1775 milliseconds