/external/clang/lib/Basic/ |
D | Attributes.cpp | 6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 71 bool hasAttribute(unsigned Value) const { in hasAttribute() function
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 135 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute 139 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute 302 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl 307 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl 443 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSetNode 450 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode 829 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute() function in AttributeSet 834 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeSet
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebElement.cpp | 74 bool WebElement::hasAttribute(const WebString& attrName) const in hasAttribute() function in blink::WebElement
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | AttributeContainer.java | 71 public boolean hasAttribute(final String name) { in hasAttribute() method in AttributeContainer
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | Data.java | 95 boolean hasAttribute(String key); in hasAttribute() method
|
D | DelegatedData.java | 102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData
|
D | DefaultDataContext.java | 288 public boolean hasAttribute(String key) { in hasAttribute() method in DefaultDataContext.LocalVariable
|
D | NestedMapData.java | 227 public boolean hasAttribute(String key) { in hasAttribute() method in NestedMapData
|
/external/deqp/executor/ |
D | xeXMLParser.hpp | 156 …bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.… in hasAttribute() function in xe::xml::Parser
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXObject.cpp | 607 bool AXObject::hasAttribute(const QualifiedName& attribute) const in hasAttribute() function in blink::AXObject
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditingStyle.cpp | 167 virtual bool hasAttribute() const { return false; } in hasAttribute() function in blink::HTMLElementEquivalent 263 virtual bool hasAttribute() const OVERRIDE { return true; } in hasAttribute() function in blink::HTMLAttributeEquivalent
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 323 public boolean hasAttribute(String name) in hasAttribute() method in UnImplNode
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 451 public boolean hasAttribute(String name) in hasAttribute() method in DTMNodeProxy
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 367 bool Element::hasAttribute(const QualifiedName& name) const in hasAttribute() function in blink::Element 2006 bool Element::hasAttribute(const AtomicString& localName) const in hasAttribute() function in blink::Element
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 2540 hasAttribute: function(element, attribute) { method 2597 Element.hasAttribute = function(element, attribute) { function in Element
|
D | concat-jquery-mootools-prototype.js | 10919 hasAttribute: function(element, attribute) { method 10976 Element.hasAttribute = function(element, attribute) { function
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 2861 hasAttribute: function(element, attribute) { method 2959 Element.hasAttribute = function(element, attribute) { function
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2110 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function
|