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

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributenodens01.java 82 String attrValue;
elementsetattributenodens02.java 80 String attrValue;
91 attrValue = newAttr.getNodeValue();
93 assertEquals("elementsetattributenodens02_attrValue", "Yes", attrValue);
elementsetattributens02.java 77 String attrValue;
84 attrValue = attribute.getNodeValue();
86 assertEquals("elementsetattributens02_attrValue", "Silver Street", attrValue);
elementsetattributens03.java 78 String attrValue;
87 attrValue = attribute.getNodeValue();
89 assertEquals("elementsetattributens03_attrValue", "default1", attrValue);
getAttributeNS01.java 80 String attrValue;
84 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
85 assertEquals("attrValue", "DISTRICT", attrValue);
getAttributeNS02.java 76 String attrValue;
85 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
86 assertEquals("throw_Equals", "", attrValue);
getAttributeNS03.java 72 String attrValue;
78 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
79 assertEquals("throw_Equals", "", attrValue);
getAttributeNS04.java 76 String attrValue;
83 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
84 assertEquals("throw_Equals", "NewValue", attrValue);
namednodemapremovenameditemns02.java 81 String attrValue;
90 attrValue = attribute.getNodeValue();
92 assertEquals("namednodemapremovenameditemns02_attrValue", "defaultVal", attrValue);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNodeNS.java 58 String attrValue;
73 attrValue = attribute.getNodeValue();
78 assertEquals("elementgetattributenodens01_attrValue", "", attrValue);
92 String attrValue;
100 attrValue = attribute.getNodeValue();
101 assertEquals("elementgetattributenodens02", "", attrValue);
109 // String attrValue;
118 // attrValue = attribute.getNodeValue();
119 // assertEquals("elementgetattributenodens03", "defaultVal", attrValue);
ElementSetAttributeNS.java 60 String attrValue;
68 attrValue = attribute.getNodeValue();
70 assertEquals("elementsetattributens01_attrValue", "value", attrValue);
78 String attrValue;
87 attrValue = attribute.getNodeValue();
91 attrValue);
99 String attrValue;
111 attrValue = attribute.getNodeValue();
114 assertEquals("elementsetattributens03_attrValue", "default1", attrValue);
ElementSetAttributeNodeNS.java 118 String attrValue;
130 attrValue = newAttr.getNodeValue();
132 assertEquals("elementsetattributenodens02_attrValue", "Yes", attrValue);
GetAttributeNS.java 83 // String attrValue;
87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName);
88 // assertEquals("attrValue", "DISTRICT", attrValue);
99 String attrValue;
108 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
109 assertEquals("throw_Equals", "", attrValue);
117 String attrValue;
123 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
124 assertEquals("throw_Equals", "", attrValue);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 57 String attrValue = uiListAttribute.getCurrentValue();
58 mCombo.setText(attrValue);
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 46 String attrValue = "";
48 attrValue = attrNode.getValue();
50 return attrValue;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 316 const String& attrValue = attribute->value();
323 if (attrValue.startsWith("javascript:", false))
324 result.append(attrValue);
329 param->document->completeURL(attrValue);
343 result.append(m_htmlEntities.convertEntitiesInString(attrValue));
345 result.append(m_xmlEntities.convertEntitiesInString(attrValue));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 264 String attrValue = configuration.getAttribute(attributeName, EMPTY_STRING);
265 if (attrValue.length() < 1) {
268 return attrValue;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 412 String attrValue = attribute.getNodeValue();
424 else if ("Literal".equals(attrValue))
428 else if ("Resource".equals(attrValue))
432 else if ("Collection".equals(attrValue))
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 228 String attrValue = attrStr.substring(ptr, ptr + attrLen);
232 mHasThumbnail = attrValue.equalsIgnoreCase("true");
234 mAttributes.put(attrName, attrValue);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 280 String attrValue = parser.getAttributeValue(i);
289 attr.setValue(attrValue);
311 String attrValue = parser.getAttributeValue(i);
315 attr.setValue(attrValue);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 429 String attrValue = internStrategy.intern(sb.toString());
430 element.addAttribute(attrKey, attrValue);
434 String attrValue = parseAttributeValue(seq, index, state);
435 if (attrValue == null || attrValue.length() == 0) {
440 attrValue = internStrategy.intern(attrValue);
441 element.addAttribute(attrKey, attrValue);
442 end = index + attrValue.length();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 673 String attrValue = attr.getNodeValue();
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue);
852 attrValue);
859 attrValue);
875 fSerializer.namespaceAfterStartElement(prefix, attrValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 929 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
938 prefixedAttributes.append(Attribute(parsedName, attrValue));
    [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 1660 milliseconds

12 3