Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 13 of 13) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java11 public class Attribute class
39 public Attribute( in Attribute() method in Attribute
51 public Attribute( in Attribute() method in Attribute
/external/proguard/src/proguard/classfile/attribute/
DAttribute.java34 public abstract class Attribute implements VisitorAccepter class
49 protected Attribute() in Attribute() method in Attribute
57 protected Attribute(int u2attributeNameIndex) in Attribute() method in Attribute
/external/webkit/WebCore/bindings/js/
DScriptEventListener.h41 class Attribute; variable
/external/webkit/WebCore/bindings/v8/
DScriptEventListener.h40 class Attribute; variable
/external/webkit/WebCore/dom/
DAttribute.h74 Attribute(const QualifiedName& name, const AtomicString& value) in Attribute() function
78 Attribute(const AtomicString& name, const AtomicString& value) in Attribute() function
DElement.h38 class Attribute; variable
DElement.cpp1048 void Element::dispatchAttrRemovalEvent(Attribute*) in dispatchAttrRemovalEvent() argument
1061 void Element::dispatchAttrAdditionEvent(Attribute*) in dispatchAttrAdditionEvent() argument
DNode.h37 class Attribute; variable
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java18 abstract class Attribute implements IContent class
51 Attribute () {} in Attribute() method in Attribute
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java66 private static abstract class Attribute implements IItemAttribute class in IItemAttribute.Factory
73 protected Attribute (final String name) in Attribute() method in IItemAttribute.Factory.Attribute
/external/tinyxml/
Dtinyxml.h908 const char* Attribute( const std::string& name ) const { return Attribute( name.c_str() ); } in Attribute() function
909 …const char* Attribute( const std::string& name, int* i ) const { return Attribute( name.c_str(), … in Attribute() function
910 …const char* Attribute( const std::string& name, double* d ) const { return Attribute( name.c_str()… in Attribute() function
Dtinyxml.cpp662 const char * TiXmlElement::Attribute( const char * name ) const in Attribute() function in TiXmlElement
673 const char * TiXmlElement::Attribute( const char * name, int* i ) const in Attribute() function in TiXmlElement
687 const char * TiXmlElement::Attribute( const char * name, double* d ) const in Attribute() function in TiXmlElement
/external/webkit/JavaScriptCore/runtime/
DJSObject.h58 enum Attribute { enum