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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 15 private DERObjectIdentifier attrType;
48 attrType = DERObjectIdentifier.getInstance(seq.getObjectAt(0));
53 DERObjectIdentifier 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/collada/include/1.4/dom/
domExtra.h 45 xsNMTOKEN attrType;
87 xsNMTOKEN getType() const { return attrType; }
92 void setType( xsNMTOKEN atType ) { *(daeStringRef*)&attrType = atType; _validAttributeArray[2] = true; }
113 domExtra(DAE& dae) : daeElement(dae), attrId(), attrName(), attrType(), elemAsset(), elemTechnique_array() {}
domParam.h 48 xsNMTOKEN attrType;
94 xsNMTOKEN getType() const { return attrType; }
99 void setType( xsNMTOKEN atType ) { *(daeStringRef*)&attrType = atType; _validAttributeArray[3] = true; }
116 domParam(DAE& dae) : daeElement(dae), attrName(), attrSid(), attrSemantic(), attrType(), _value() {}
domFx_surface_common.h 366 domFx_surface_type_enum attrType;
434 domFx_surface_type_enum getType() const { return attrType; }
439 void setType( domFx_surface_type_enum atType ) { attrType = atType; }
501 domFx_surface_common_complexType(DAE& dae, daeElement* elt) : attrType(), elemFx_surface_init_common(), elemFormat(), elemFormat_hint(), elemSize(), elemViewport_ratio(), elemMip_levels(), elemMipmap_generate(), elemExtra_array() {}
527 domFx_surface_type_enum getType() const { return attrType; }
532 void setType( domFx_surface_type_enum atType ) { attrType = atType; _validAttributeArray[0] = true; }
domNode.h 62 domNodeType attrType;
187 domNodeType getType() const { return attrType; }
192 void setType( domNodeType atType ) { attrType = atType; _validAttributeArray[3] = true; }
360 domNode(DAE& dae) : daeElement(dae), attrId(), attrName(), attrSid(), attrType(), attrLayer(), elemAsset(), elemLookat_array(), elemMatrix_array(), elemRotate_array(), elemScale_array(), elemSkew_array(), elemTranslate_array(), elemInstance_camera_array(), elemInstance_controller_array(), elemInstance_geometry_array(), elemInstance_light_array(), elemInstance_node_array(), elemNode_array(), elemExtra_array() {}

Completed in 1776 milliseconds