HomeSort by relevance Sort by last modified time
    Searched refs:attributeType (Results 1 - 17 of 17) sorted by null

  /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);
  /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...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 434 my $attributeType = GetCPPType($attribute->signature->type, 0);
439 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName . "() const";
446 $attributeType = GetCPPType($attribute->signature->type, 1);
452 $property = " void $setterName($attributeType)";
686 my $attributeType = GetCPPType($attribute->signature->type, 0);
692 my $getterSig = "$attributeType $className\:\:$attributeName() const\n";
722 push(@implContent, AddEarlyReturnStatement($attributeType));
727 if ($attributeType =~ /\*$/) {
728 $getterContent = $attributeType . "result = " . $getterContent
    [all...]
CodeGenerator.pm 471 my $attributeType = $generator->StripModule($attribute->signature->type);
478 $attributeName = "svgTarget" if $attributeName eq "target" and $attributeType eq "SVGAnimatedString";
482 $attributeName .= "Animated" if $generator->IsSVGAnimatedType($attributeType);
CodeGeneratorObjC.pm 776 my $attributeType = GetObjCType($attribute->signature->type);
782 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName;
827 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;
833 my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declarationSuffix;
    [all...]
IDLParser.pm 265 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
280 $newDataNode->type($attributeType);
290 print " | |> Attribute; TYPE \"$attributeType\" DATA NAME \"$attributeDataName\" DATA TYPE \"$attributeDataType\" GET EXCEPTION? \"$getterException\" SET EXCEPTION? \"$setterException\"" .
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.h 69 enum AttributeType { AttributeTypeCSS, AttributeTypeXML, AttributeTypeAuto };
70 AttributeType attributeType() const;
SVGAnimationElement.cpp 252 SVGAnimationElement::AttributeType SVGAnimationElement::attributeType() const
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/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))
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 473 char attributeType[256];
476 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName);
483 mAttributes.push_back(Attribute(parseType(attributeType), attributeName));
  /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)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 307 IGLProperty attributeType = new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
314 attributeName, attributeType, attributeSize, attributeValue);
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 256 milliseconds