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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 16 private ASN1ObjectIdentifier attrType;
44 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
52 DERObjectIdentifier attrType,
55 this.attrType = new ASN1ObjectIdentifier(attrType.getId());
60 ASN1ObjectIdentifier attrType,
63 this.attrType = attrType;
69 return attrType;
86 * attrType OBJECT IDENTIFIER
    [all...]
AttributeTable.java 233 * @param attrType
237 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
241 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
246 public AttributeTable remove(ASN1ObjectIdentifier attrType)
250 newTable.attributes.remove(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);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateattribute.js 97 var attrType;
111 attrType = newAttrNode.nodeType;
113 assertEquals("type",2,attrType);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateattribute.js 97 var attrType;
111 attrType = newAttrNode.nodeType;
113 assertEquals("type",2,attrType);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 686 my $attrType = GetTypeFromSignature($attribute->signature);
738 if ($getterStringUsesImp && $reflect && !$url && IsNodeSubType($dataNode) && $codeGenerator->IsStringType($attrType)) {
831 if ($codeGenerator->IsSVGAnimatedType($implClassName) and $codeGenerator->IsSVGTypeNeedingTearOff($attrType)) {
832 $implIncludes{"V8$attrType.h"} = 1;
833 my $svgNativeType = $codeGenerator->GetSVGTypeNeedingTearOff($attrType);
836 } elsif ($codeGenerator->IsSVGTypeNeedingTearOff($attrType) and not $implClassName =~ /List$/) {
837 $implIncludes{"V8$attrType.h"} = 1
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 217 uint32_t attrType = ResTable_map::TYPE_ANY,
ResourceTable.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 468 milliseconds