HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 76 - 100 of 533) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
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");
hc_elementreplaceexistingattribute.java 78 strong = testEmployee.getAttribute("class");
hc_elementretrieveattrvalue.java 31 * The "getAttribute(name)" method returns an attribute
35 * invoke the 'getAttribute("class")' method. This should
69 attrValue = testAddress.getAttribute("class");
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 25 public static native int getAttribute(int address, int type);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 40 if (region.getId().equals(this.getAttribute("region"))) {
  /sdk/rule_api/src/com/android/ide/common/api/
IDragElement.java 80 public abstract IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName);
  /development/testrunner/
android_manifest.py 52 return manifest.getAttribute('package')
93 instrs.append(element.getAttribute('android:name'))
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID)
68 return IItemAttribute.Factory.getAttribute (attributeID, unitsID);
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 140 = getAttribute(AnnotationsAttribute.invisibleTag);
147 = getAttribute(AnnotationsAttribute.visibleTag);
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag);
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag);
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag);
177 = getAttribute(SignatureAttribute.tag);
299 public AttributeInfo getAttribute(String name) {
453 .getAttribute(LineNumberAttribute.tag);
  /external/javassist/src/main/javassist/convert/
TransformNew.java 69 = (StackMapTable)iterator.get().getAttribute(StackMapTable.tag);
74 = (StackMap)iterator.get().getAttribute(StackMap.tag);
  /external/webkit/Source/WebCore/html/
HTMLImageElement.cpp 174 String alt = getAttribute(altAttr);
177 alt = getAttribute(titleAttr);
265 int width = getAttribute(widthAttr).toInt(&ok);
288 int height = getAttribute(heightAttr).toInt(&ok);
332 return getAttribute(altAttr);
338 return !equalIgnoringCase(getAttribute(draggableAttr), "false");
348 return document()->completeURL(getAttribute(srcAttr));
394 addSubresourceURL(urls, document()->completeURL(getAttribute(usemapAttr)));
HTMLSourceElement.cpp 78 return getAttribute(mediaAttr);
88 return getAttribute(typeAttr);
HTMLStyleElement.cpp 92 return getAttribute(mediaAttr);
97 return getAttribute(typeAttr);
HTMLMeterElement.cpp 86 parseToDoubleForNumberType(getAttribute(minAttr), &min);
102 parseToDoubleForNumberType(getAttribute(maxAttr), &max);
118 parseToDoubleForNumberType(getAttribute(valueAttr), &value);
134 parseToDoubleForNumberType(getAttribute(lowAttr), &low);
150 parseToDoubleForNumberType(getAttribute(highAttr), &high);
166 parseToDoubleForNumberType(getAttribute(optimumAttr), &optimum);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DocumentFix.java 46 int start = mMarker.getAttribute(IMarker.CHAR_START, -1);
47 int end = mMarker.getAttribute(IMarker.CHAR_END, -1);
LintColumn.java 167 String message = marker.getAttribute(IMarker.MESSAGE, "");
181 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
203 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
268 return marker1.getAttribute(IMarker.LINE_NUMBER, 0)
269 - marker2.getAttribute(IMarker.LINE_NUMBER, 0);
332 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1);
370 return marker1.getAttribute(IMarker.LINE_NUMBER, 0)
371 - marker2.getAttribute(IMarker.LINE_NUMBER, 0);
468 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1);
  /external/icu4c/test/letest/
xmlreader.cpp 168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 151 return scope.getAttribute(attrName);
217 st.add("attr", scope.getAttribute($y.text));
223 st.add("attr", scope.getAttribute($y.text));
257 st.add("attr", scope.getAttribute($y.text));
262 st.add("attr", scope.getAttribute($y.text));
273 AttributeScope.tokenScope.getAttribute($y.text)!=null}?
291 AttributeScope.tokenScope.getAttribute($y.text)!=null &&
312 st.add("attr", AttributeScope.tokenScope.getAttribute($y.text));
405 st.add("attr", scope.getAttribute($y.text));
511 st.add("attr", scope.getAttribute($ID.text))
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 92 s.getAttribute(null);
97 if (s.getAttribute("aaa") != null) {
98 fail("getAttribute(aaa) failed");
107 if (s.getAttribute("bbb") != null) {
108 fail("getAttribute(bbb) failed");
110 if (!s.getAttribute("attribute").equals("value")) {
111 fail("getAttribute(attribute) failed");
113 if (!s.getAttribute("KeySize").equals("1024")) {
114 fail("getAttribute(KeySize) failed");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 128 HttpHost target = (HttpHost) context.getAttribute(
135 HttpRequest request = (HttpRequest) context.getAttribute(
149 RedirectLocations redirectLocations = (RedirectLocations) context.getAttribute(
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 578 if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true"))
625 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
644 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
700 return getAttribute(aria_levelAttr).toInt();
901 const AtomicString& siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr);
953 const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
959 const AtomicString& summary = static_cast<Element*>(curr->node())->getAttribute(summaryAttr);
962 const AtomicString& title = static_cast<Element*>(curr->node())->getAttribute(titleAttr);
989 String ariaLevel = element->getAttribute(aria_levelAttr);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 142 urlString = static_cast<Element*>(node)->getAttribute(HTMLNames::srcAttr);
145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr);
149 urlString = element->getAttribute(element->imageSourceAttributeName());
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 58 AtomicString openValue = fenced->getAttribute(MathMLNames::openAttr);
61 AtomicString closeValue = fenced->getAttribute(MathMLNames::closeAttr);
65 AtomicString separators = static_cast<Element*>(fenced)->getAttribute(MathMLNames::separatorsAttr);
RenderMathMLFraction.cpp 65 String nalign = fraction->getAttribute(MathMLNames::numalignAttr);
77 String dalign = fraction->getAttribute(MathMLNames::denomalignAttr);
86 String thickness = fraction->getAttribute(MathMLNames::linethicknessAttr);

Completed in 563 milliseconds

1 2 34 5 6 7 8 91011>>