Searched defs:attributeType (Results 1 - 6 of 6) 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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java347 * @param attributeType attribute type to look for (e.g. "ca")
349 public String findMostSpecific(String attributeType) { argument
387 if (attributeType.equalsIgnoreCase(attType)) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp299 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) argument
303 if (attributeType == css)
305 else if (attributeType == xml)
353 // Always animate CSS properties, using the ApplyCSSAnimation code path, regardless of the attributeType value.
357 // If attributeType="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
358 if (attributeType() == AttributeTypeCSS)
688 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/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 229 milliseconds