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

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
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");
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);
  /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));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 214 String typeName = parameter.getAttribute(TemplateHandler.ATTR_TYPE);
218 id = parameter.getAttribute(ATTR_ID);
219 initial = parameter.getAttribute(ATTR_DEFAULT);
220 suggest = parameter.getAttribute(ATTR_SUGGEST);
221 name = parameter.getAttribute(ATTR_NAME);
222 help = parameter.getAttribute(ATTR_HELP);
223 String constraintString = parameter.getAttribute(ATTR_CONSTRAINTS);
  /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...]

Completed in 1716 milliseconds

1 2 34 5 6 7 8 91011>>