HomeSort by relevance Sort by last modified time
    Searched refs:attrType (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StaxLoader.java 9 protected final String attrType;
12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) {
14 this.attrType = attrType;
ResBunch.java 16 private ResBundle getBundle(String attrType) {
17 ResBundle bundle = types.get(attrType);
20 types.put(attrType, bundle);
StaxArrayLoader.java 13 public StaxArrayLoader(PackageResourceTable resourceTable, String attrType, ResType arrayResType, final ResType scalarResType) {
14 super(resourceTable, attrType, arrayResType);
48 resourceTable.addResource(attrType, name, new TypedResource<>(items, resType, xmlContext));
StaxPluralsLoader.java 13 public StaxPluralsLoader(PackageResourceTable resourceTable, String attrType, ResType charSequence) {
14 super(resourceTable, attrType, charSequence);
49 resourceTable.addResource(attrType, name, new PluralRules(new ArrayList<>(plurals), resType, xmlContext));
StaxValueLoader.java 10 public StaxValueLoader(PackageResourceTable resourceTable, String attrType, ResType resType) {
11 super(resourceTable, attrType, resType);
35 resourceTable.addResource(attrType, name, new TypedResource<>(s, resType, xmlContext));
StaxAttrLoader.java 13 public StaxAttrLoader(PackageResourceTable resourceTable, String attrType, ResType resType) {
14 super(resourceTable, attrType, resType);
58 resourceTable.addResource(attrType, name, new TypedResource<>(attrData, resType, xmlContext));
StaxStyleLoader.java 13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) {
14 super(resourceTable, attrType, resType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 18 * attrType OBJECT IDENTIFIER,
31 * must not have multiple Attribute:s with same attrType (OID) there.
36 private ASN1ObjectIdentifier attrType;
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
76 ASN1ObjectIdentifier attrType,
79 this.attrType = attrType;
85 return attrType;
105 v.add(attrType);
AttributeTable.java 219 * @param attrType the type of the attribute to add.
223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
232 public AttributeTable remove(ASN1ObjectIdentifier attrType)
236 newTable.attributes.remove(attrType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
Attribute.java 15 private ASN1ObjectIdentifier attrType;
43 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
48 ASN1ObjectIdentifier attrType,
51 this.attrType = attrType;
57 return attrType;
74 * attrType OBJECT IDENTIFIER,
83 v.add(attrType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 15 private ASN1ObjectIdentifier attrType;
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);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 69 int attrType;
76 attrType = (int) newAttrNode.getNodeType();
77 assertEquals("type", 2, attrType);
hc_documentcreateattribute.java 68 int attrType;
75 attrType = (int) newAttrNode.getNodeType();
76 assertEquals("type", 2, attrType);
  /tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
Attribute.java 32 public String attrType;
  /external/scapy/scapy/layers/
x509.py     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 94 // since we have special handling in attrType.
138 // attrType returns a conservative (upper-bound on authority) guess at the
140 func attrType(name string) contentType {
  /prebuilts/go/linux-x86/src/html/template/
attr.go 94 // since we have special handling in attrType.
138 // attrType returns a conservative (upper-bound on authority) guess at the
140 func attrType(name string) contentType {
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 57 private static StructNlAttr findNextAttrOfType(short attrType, ByteBuffer byteBuffer) {
63 if (nlAttr.nla_type == attrType) {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-resources-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
resources-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
resources-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java     [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 322 milliseconds

1 2 3