Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm/lib/DebugInfo/
DDWARFAttribute.h24 uint16_t getAttribute() const { return Attribute; } in getAttribute() function
/external/apache-http/src/org/apache/http/protocol/
DHttpContext.java52 Object getAttribute(String id); in getAttribute() method
DSyncBasicHttpContext.java49 public synchronized Object getAttribute(final String id) { in getAttribute() method in SyncBasicHttpContext
DBasicHttpContext.java60 public Object getAttribute(final String id) { in getAttribute() method in BasicHttpContext
DDefaultedHttpContext.java58 public Object getAttribute(final String id) { in getAttribute() method in DefaultedHttpContext
/external/smack/src/com/kenai/jbosh/
DAbstractBody.java70 public final String getAttribute(final BodyQName attr) { in getAttribute() method in AbstractBody
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DHostedConnection.java83 public <T> T getAttribute( String name ); in getAttribute() method
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRuleLabelScope.java88 public Attribute getAttribute(String name) { in getAttribute() method in RuleLabelScope
DAttributeScope.java158 public Attribute getAttribute(String name) { in getAttribute() method in AttributeScope
/external/apache-http/src/org/apache/http/cookie/
DClientCookie.java63 String getAttribute(String name); in getAttribute() method
/external/webkit/Source/WebKit/chromium/src/
DWebElement.cpp71 WebString WebElement::getAttribute(const WebString& attrName) const in getAttribute() function in WebKit::WebElement
/external/javassist/src/main/javassist/
DCtMember.java37 public byte[] getAttribute(String name) { return null; } in getAttribute() method in CtMember.Cache
282 public abstract byte[] getAttribute(String name); in getAttribute() method in CtMember
/external/emma/core/java12/com/vladium/emma/report/
DIItem.java38 IItemAttribute getAttribute (int attributeID, int unitsID); in getAttribute() method
DItem.java61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID) in getAttribute() method in Item
/external/webkit/Source/WebCore/accessibility/
DAccessibilitySlider.cpp105 const AtomicString& AccessibilitySlider::getAttribute(const QualifiedName& attribute) const in getAttribute() function in WebCore::AccessibilitySlider
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java194 public String getAttribute(); in getAttribute() method
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java283 public String getAttribute( in getAttribute() method in ElemExtensionCall
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DAttributedStringTest.java63 public Object getAttribute(AttributedCharacterIterator.Attribute p) { in getAttribute() method in AttributedStringTest.testAttributedCharacterIterator
/external/proguard/src/proguard/classfile/
DProgramMember.java103 private Attribute getAttribute(Clazz clazz, String name) in getAttribute() method in ProgramMember
/external/javassist/src/main/javassist/bytecode/
DFieldInfo.java227 public AttributeInfo getAttribute(String name) { in getAttribute() method in FieldInfo
/external/icu4c/tools/toolutil/
Dxmlparser.cpp733 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const { in getAttribute() function in UXMLElement
744 UXMLElement::getAttribute(const UnicodeString &name) const { in getAttribute() function in UXMLElement
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie.java307 public String getAttribute(final String name) { in getAttribute() method in BasicClientCookie
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java201 public abstract Object getAttribute(String name); in getAttribute() method in LogFactory
/external/llvm/lib/IR/
DAttributes.cpp451 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
459 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
822 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute() function in AttributeSet
828 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute() function in AttributeSet
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DData.java89 String getAttribute(String key); in getAttribute() method

123