Searched defs:attributeType (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java206 * @param attributeType the type OID we are looking for.
209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) argument
223 if (attr[j].getType().equals(attributeType))
232 if (rdn.getFirst().getType().equals(attributeType))
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.cpp473 char attributeType[256]; local
476 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName);
483 mAttributes.push_back(Attribute(parseType(attributeType), attributeName));
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp252 SVGAnimationElement::AttributeType SVGAnimationElement::attributeType() const function in class:WebCore::SVGAnimationElement
316 // Stop animation, if attributeType is set to CSS by the user, but the attribute itself is not a CSS property.
317 if (!attributeIsCSSProperty && attributeType() == AttributeTypeCSS)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 112 milliseconds