HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 51 - 75 of 468) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 90 String url = document.getAttribute("url");
119 String select = element.getAttribute("select");
152 final String select = element.getAttribute("select");
155 if (element.getAttribute("exception").equals("true")) {
171 final String valueOfSelect = valueOf.getAttribute("select");
184 final String count = element.getAttribute("count");
204 final String select = element.getAttribute("select");
292 return element.getAttribute("var:" + variableName.getLocalPart());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/uimodel/
UiItemElementNode.java 48 String type = elem.getAttribute(ResourcesDescriptors.TYPE_ATTR);
49 String name = elem.getAttribute(ResourcesDescriptors.NAME_ATTR);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 184 setName(getAttribute(parser, NAME_ATTR));
185 mResult = CtsTestStatus.getStatus(getAttribute(parser, RESULT_ATTR));
186 mStartTime = getAttribute(parser, STARTTIME_ATTR);
187 mEndTime = getAttribute(parser, ENDTIME_ATTR);
192 mMessage = getAttribute(parser, MESSAGE_ATTR);
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 90 = getAttribute(AnnotationsAttribute.invisibleTag);
97 = getAttribute(AnnotationsAttribute.visibleTag);
104 = getAttribute(SignatureAttribute.tag);
196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag);
227 public AttributeInfo getAttribute(String name) {
  /external/webkit/Source/WebCore/html/
HTMLAppletElement.cpp 116 args.set("code", getAttribute(codeAttr));
118 const AtomicString& codeBase = getAttribute(codebaseAttr);
122 const AtomicString& name = document()->isHTMLDocument() ? getAttribute(nameAttr) : getIdAttribute();
125 const AtomicString& archive = getAttribute(archiveAttr);
131 const AtomicString& mayScript = getAttribute(mayscriptAttr);
HTMLTableCellElement.cpp 139 return getAttribute(abbrAttr);
144 return getAttribute(axisAttr);
154 return getAttribute(headersAttr);
164 return getAttribute(scopeAttr);
171 addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr)));
HTMLHtmlElement.cpp 73 const AtomicString& manifest = getAttribute(manifestAttr);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 210 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
430 .getAttribute(aci[0]).equals("value1"));
432 .getAttribute(aci[1]).equals("value2"));
434 .getAttribute(aci[2]) == null);
462 .getAttribute(aci[0]) == null);
464 .getAttribute(aci[1]) == null);
466 .getAttribute(aci[2]) == null);
471 .getAttribute(aci[0]).equals("value1"));
473 .getAttribute(aci[1]).equals("value2"));
475 .getAttribute(aci[2]) == null)
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 80 CookieStore cookieStore = (CookieStore) context.getAttribute(
87 CookieSpec cookieSpec = (CookieSpec) context.getAttribute(
94 CookieOrigin cookieOrigin = (CookieOrigin) context.getAttribute(
RequestAddCookies.java 88 CookieStore cookieStore = (CookieStore) context.getAttribute(
96 CookieSpecRegistry registry= (CookieSpecRegistry) context.getAttribute(
104 HttpHost targetHost = (HttpHost) context.getAttribute(
111 ManagedClientConnection conn = (ManagedClientConnection) context.getAttribute(
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 194 public String getAttribute();
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 36 return Attributes.size() > idx ? Attributes[idx].getAttribute() : 0;
  /external/webkit/Source/WebCore/accessibility/
AccessibilitySlider.h 60 const AtomicString& getAttribute(const QualifiedName& attribute) const;
  /external/webkit/Source/WebCore/wml/
WMLFieldSetElement.cpp 55 String title = parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::titleAttr));
  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 57 WEBKIT_API WebString getAttribute(const WebString&) const;
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 121 public Object getAttribute(String key) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementaddnewattribute.java 73 attrValue = testEmployee.getAttribute("district");
elementchangeattributevalue.java 76 attrValue = testEmployee.getAttribute("street");
elementgetelementempty.java 31 * The "getAttribute(name)" method returns an empty
36 * invoke "getAttribute(name)" method, where "name" is an
38 * The "getAttribute(name)" method should return the empty
79 attrValue = testEmployee.getAttribute("district");
elementreplaceexistingattribute.java 79 name = testEmployee.getAttribute("street");
elementretrieveattrvalue.java 31 * The "getAttribute(name)" method returns an attribute
35 * invoke the 'getAttribute("street")' method. This should
70 attrValue = testAddress.getAttribute("street");
hc_elementaddnewattribute.java 73 attrValue = testEmployee.getAttribute("lang");
hc_elementchangeattributevalue.java 75 attrValue = testEmployee.getAttribute("class");
hc_elementgetelementempty.java 31 * The "getAttribute(name)" method returns an empty
36 * invoke "getAttribute(name)" method, where "strong" is an
38 * The "getAttribute(name)" method should return the empty
79 attrValue = testEmployee.getAttribute("lang");
hc_elementremoveattribute.java 69 attrValue = testEmployee.getAttribute("class");

Completed in 526 milliseconds

1 23 4 5 6 7 8 91011>>