Searched defs:setAttribute (Results 1 - 25 of 69) sorted by relevance

123

/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpContext.java74 public void setAttribute(final String id, final Object obj) { method in class:BasicHttpContext
H A DDefaultedHttpContext.java71 public void setAttribute(final String id, final Object obj) { method in class:DefaultedHttpContext
72 this.local.setAttribute(id, obj);
H A DHttpContext.java54 void setAttribute(String id, Object obj); method in interface:HttpContext
H A DSyncBasicHttpContext.java53 public synchronized void setAttribute(final String id, final Object obj) { method in class:SyncBasicHttpContext
54 super.setAttribute(id, obj);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DHostedConnection.java77 public Object setAttribute( String name, Object value ); method in interface:HostedConnection
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DByXPath.java122 setAttribute(element, Attribute.CLASS, className);
123 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId());
124 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName());
125 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription());
126 setAttribute(element, Attribute.TEXT, uiElement.getText());
127 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable());
128 setAttribute(element, Attribute.CHECKED, uiElement.isChecked());
129 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable());
130 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled());
131 setAttribute(elemen
157 private static void setAttribute(Element element, Attribute attr, String value) { method in class:ByXPath
164 private static void setAttribute(Element element, Attribute attr, boolean value) { method in class:ByXPath
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp99 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) function in class:WebKit::WebElement
105 unwrap<Element>()->setAttribute(attrName, attrValue, es);
/external/chromium_org/third_party/icu/source/i18n/
H A Dsearch.cpp48 void SearchIterator::setAttribute(USearchAttribute attribute, function in class:SearchIterator
/external/doclava/src/com/google/doclava/
H A DAttrTagInfo.java110 public void setAttribute(AttributeInfo info) { method in class:AttrTagInfo
/external/icu4c/i18n/
H A Dsearch.cpp48 void SearchIterator::setAttribute(USearchAttribute attribute, function in class:SearchIterator
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUnmodifiableData.java102 public void setAttribute(String key, String value) { method in class:UnmodifiableData
H A DData.java83 void setAttribute(String key, String value); method in interface:Data
H A DDefaultDataContext.java280 public void setAttribute(String key, String value) { method in class:DefaultDataContext.LocalVariable
H A DDelegatedData.java92 public void setAttribute(String key, String value) { method in class:DelegatedData
93 getDelegate().setAttribute(key, value);
/external/smack/src/com/kenai/jbosh/
H A DComposableBody.java139 public Builder setAttribute( method in class:ComposableBody.Builder
169 return setAttribute(qname, uri);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java424 public void setAttribute (int index, String uri, String localName,
421 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
H A DElement.java149 public void setAttribute(String name, String type, String value) { method in class:Element
150 theType.setAttribute(theAtts, name, type, value);
H A DElementType.java189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { method in class:ElementType
206 atts.setAttribute(i, namespace, localName, name, type, value);
244 public void setAttribute(String name, String type, String value) { method in class:ElementType
245 setAttribute(theAtts, name, type, value);
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java274 public abstract void setAttribute(String name, Object value); method in class:LogFactory
624 factory.setAttribute(name, value);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java303 public void setAttribute(final String name, final String value) { method in class:BasicClientCookie
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java510 public void setAttribute(String name, Object value) method in class:TransformerFactoryImpl
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.cpp752 void CSSSelector::setAttribute(const QualifiedName& value) function in class:WebCore::CSSSelector
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.cpp148 m_element->setAttribute(m_name, m_value, es);
187 m_element->setAttribute(m_name, m_oldValue, es);
195 m_element->setAttribute(m_name, m_value, es);
370 bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ExceptionState& es) function in class:WebCore::DOMEditor
427 bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ErrorString* errorString) function in class:WebCore::DOMEditor
430 bool result = setAttribute(element, name, value, es);
/external/javassist/src/main/javassist/
H A DCtMember.java42 public void setAttribute(String name, byte[] data) {} method in class:CtMember.Cache
294 public abstract void setAttribute(String name, byte[] data); method in class:CtMember
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java127 * See also method setAttribute.
143 * See also method setAttribute.
159 * See also method setAttribute.
380 * LogFactory.getFactory().setAttribute(...)
393 public void setAttribute(String name, Object value) { method in class:LogFactoryImpl
396 logDiagnostic("setAttribute: call too late; configuration already performed.");
676 * Attempt to find an attribute (see method setAttribute) or a
680 * system properties in case someone has explicitly called setAttribute,
743 * need to give the user a chance to call method setAttribute in order to

Completed in 541 milliseconds

123