HomeSort by relevance Sort by last modified time
    Searched defs:attrVal (Results 1 - 6 of 6) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementcreatenewattribute.java 71 String attrVal;
80 attrVal = testAddress.getAttribute("district");
81 assertEquals("attr_value", "", attrVal);
hc_elementcreatenewattribute.java 71 String attrVal;
80 attrVal = testAddress.getAttribute("lang");
81 assertEquals("attr_value", "", attrVal);
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 117 String attrVal = attributes.getValue(idx);
120 + attrLN + " = '" + attrVal + "'");
124 result.addBodyAttributeValue(aqn, attrVal);
BodyParserXmlPull.java 112 String attrVal = xpp.getAttributeValue(idx);
117 + attrLN + " = '" + attrVal + "'");
119 result.addBodyAttributeValue(aqn, attrVal);
  /external/icu4c/i18n/
ucol_tok.h 148 UColAttributeValue attrVal;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2973 milliseconds