HomeSort by relevance Sort by last modified time
    Searched full:attributetype (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/resources/shared/images/
throbber.svg 8 <animateTransform attributeName="transform" attributeType="XML"
  /external/chromium_org/ui/webui/resources/images/
throbber.svg 8 <animateTransform attributeName="transform" attributeType="XML"
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTargetAttributes.java 31 * A code representing the value of the attributeType attribute, as
35 public void setAttributeType(short attributeType);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatorFactory.h 47 static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeType)
52 switch (attributeType) {
SVGAnimationElement.h 174 enum AttributeType {
179 AttributeType attributeType() const { return m_attributeType; }
238 AttributeType m_attributeType;
SVGAnimationElement.cpp 320 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType)
324 if (attributeType == css)
326 else if (attributeType == xml)
374 // Always animate CSS properties, using the ApplyCSSAnimation code path, regardless of the attributeType value.
378 // If attributeType="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
379 if (attributeType() == AttributeTypeCSS)
510 AnimatedPropertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targetElement());
512 if (attributeType == AnimatedBoolean
513 || attributeType == AnimatedEnumeration
514 || attributeType == AnimatedPreserveAspectRati
    [all...]
SVGAnimateTransformElement.cpp 50 if (attributeType() == AttributeTypeCSS)
SVGAttributeNames.in 15 attributeType
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 206 * @param attributeType the type OID we are looking for.
209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType)
223 if (attr[j].getType().equals(attributeType))
232 if (rdn.getFirst().getType().equals(attributeType))
RDN.java 110 * type AttributeType,
  /libcore/luni/src/main/java/java/security/cert/
X509Certificate.java 159 * type AttributeType,
162 * AttributeType ::= OBJECT IDENTIFIER
164 * AttributeValue ::= ANY DEFINED BY AttributeType
215 * type AttributeType,
218 * AttributeType ::= OBJECT IDENTIFIER
220 * AttributeValue ::= ANY DEFINED BY AttributeType
  /libcore/luni/src/main/java/javax/security/cert/
X509Certificate.java 299 * type AttributeType,
302 * AttributeType ::= OBJECT IDENTIFIER
304 * AttributeValue ::= ANY DEFINED BY AttributeType
329 * type AttributeType,
332 * AttributeType ::= OBJECT IDENTIFIER
334 * AttributeValue ::= ANY DEFINED BY AttributeType
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 585 char attributeType[256];
588 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName);
595 mAttributes.push_back(Attribute(parseType(attributeType), attributeName));
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 347 * @param attributeType attribute type to look for (e.g. "ca")
349 public String findMostSpecific(String attributeType) {
387 if (attributeType.equalsIgnoreCase(attType)) {
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 349 * @param attributeType attribute type to look for (e.g. "ca")
351 public String findMostSpecific(String attributeType) {
389 if (attributeType.equalsIgnoreCase(attType)) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 313 * type AttributeType,
316 * AttributeType ::= OBJECT IDENTIFIER
318 * AttributeValue ::= ANY DEFINED BY AttributeType
  /external/chromium_org/third_party/WebKit/PerformanceTests/Animation/
balls-svg.html 152 animation.setAttribute('attributeType', 'xml');
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 110 uint32_t attributeType;
pkcs11_object.c 174 sItem.attributeType = (uint32_t)pTemplate1[i].type;
206 sItem.attributeType = (uint32_t)pTemplate2[i].type;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 330 IGLProperty attributeType = new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
337 attributeName, attributeType, attributeSize, attributeValue);
  /external/wpa_supplicant_8/src/tls/
x509v3.c 305 * type AttributeType,
308 * AttributeType ::= OBJECT IDENTIFIER
309 * AttributeValue ::= ANY DEFINED BY AttributeType
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 669 blindingAttr.AttributeType = CSSM_ATTRIBUTE_RSA_BLINDING;
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java     [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 

Completed in 1305 milliseconds

1 2