HomeSort by relevance Sort by last modified time
    Searched defs:setAttribute (Results 26 - 50 of 215) sorted by null

12 3 4 5 6 7 8 9

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 189 public void setAttribute(AttributesImpl atts, String name, String type, String value) {
206 atts.setAttribute(i, namespace, localName, name, type, value);
244 public void setAttribute(String name, String type, String value) {
245 setAttribute(theAtts, name, type, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 145 child.setAttribute(ANDROID_URI, name, null);
189 target.setAttribute(ANDROID_URI, transfer.name, attribute.getValue());
193 target.setAttribute(ANDROID_URI, name, attribute.getValue());
Match.java 87 edge.node.setAttribute(ANDROID_URI, ATTR_ID, id);
GuidelineHandler.java 512 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_CENTER_IN_PARENT, null);
519 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_CENTER_VERTICAL, VALUE_TRUE);
522 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_CENTER_HORIZONTAL, VALUE_TRUE);
528 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_PARENT_TOP, null);
529 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_TOP, null);
530 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_BELOW, null);
532 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_CENTER_VERTICAL, null);
533 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_BASELINE, null);
539 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_PARENT_BOTTOM, null);
540 n.setAttribute(ANDROID_URI, ATTR_LAYOUT_ALIGN_BOTTOM, null)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java 102 public void setAttribute(String key, String value) {
Data.java 83 void setAttribute(String key, String value);
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactory.java 296 public abstract void setAttribute(String name, Object value);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 84 public void setAttribute(String name, Object value)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 479 ,m,n,o,p=c.createElement(\"div\"),q=c.documentElement;p.setAttribute(\"classNam\
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 188 context.setAttribute(ClientContext.COOKIE_SPEC, cookieSpec);
189 context.setAttribute(ClientContext.COOKIE_ORIGIN, cookieOrigin);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 154 context.setAttribute(REDIRECT_LOCATIONS, redirectLocations);
  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 91 cookie.setAttribute(s, attrib.getValue());
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 199 context.setAttribute(ExecutionContext.HTTP_REQ_SENT, Boolean.FALSE);
241 context.setAttribute(ExecutionContext.HTTP_REQ_SENT, Boolean.TRUE);
  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 99 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue)
105 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState);
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 32 public static native void setAttribute(long address, int type, int value);
RuleBasedCollatorICU.java 75 NativeCollation.setAttribute(address, DECOMPOSITION_MODE, mode);
83 NativeCollation.setAttribute(address, STRENGTH, strength);
86 public void setAttribute(int type, int value) {
87 NativeCollation.setAttribute(address, type, value);
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 77 public void setAttribute(String name,
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
58 this.setAttribute(HEIGHT_ATTRIBUTE_NAME, String.valueOf(height) + "px");
63 this.setAttribute(TITLE_ATTRIBUTE_NAME, title);
67 this.setAttribute(WIDTH_ATTRIBUTE_NAME, String.valueOf(width) + "px");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 52 node.setAttribute(ANDROID_URI, ATTR_EMS, "10"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 124 wc.setAttribute(ICDTLaunchConfigurationConstants.ATTR_PROJECT_NAME, project.getName());
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 274 public abstract void setAttribute(String name, Object value);
624 factory.setAttribute(name, value);
    [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMOutputCapsule.java 83 ret.setAttribute("format_version", Integer.toString(FormatVersion.VERSION));
106 currentElement.setAttribute(name, String.valueOf(value));
122 el.setAttribute("size", String.valueOf(value.length));
123 el.setAttribute(dataAttributeName, buf.toString());
143 el.setAttribute("size_outer", String.valueOf(value.length));
144 el.setAttribute("size_inner", String.valueOf(value[0].length));
145 el.setAttribute(dataAttributeName, buf.toString());
153 currentElement.setAttribute(name, String.valueOf(value));
169 el.setAttribute("size", String.valueOf(value.length));
170 el.setAttribute(dataAttributeName, buf.toString())
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
search.cpp 48 void SearchIterator::setAttribute(USearchAttribute attribute,
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 110 public void setAttribute(AttributeInfo info) {
  /external/icu4c/i18n/
search.cpp 48 void SearchIterator::setAttribute(USearchAttribute attribute,

Completed in 332 milliseconds

12 3 4 5 6 7 8 9