HomeSort by relevance Sort by last modified time
    Searched refs:attrType (Results 1 - 21 of 21) 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);
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
DNParserTest.java 47 private void checkFind(String dn, String attrType, String expected) {
48 String actual = new DNParser(new X500Principal(dn)).find(attrType);
49 assertEquals("dn:" + dn + " attr:" + attrType, expected, actual);
  /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() {}
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() {}
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; }
  /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/collada/src/1.4/dom/
domExtra.cpp 84 ma->setOffset( daeOffsetOf( domExtra , attrType ));
domParam.cpp 86 ma->setOffset( daeOffsetOf( domParam , attrType ));
domNode.cpp 177 ma->setOffset( daeOffsetOf( domNode , attrType ));
domCg_surface_type.cpp 126 ma->setOffset( daeOffsetOf( domCg_surface_type , attrType ));
domFx_surface_common.cpp 108 ma->setOffset( daeOffsetOf( domFx_surface_common , attrType ));
domGlsl_surface_type.cpp 126 ma->setOffset( daeOffsetOf( domGlsl_surface_type , 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/utils/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 186 uint32_t attrType = ResTable_map::TYPE_ANY);
ResourceTable.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]

Completed in 1291 milliseconds