HomeSort by relevance Sort by last modified time
    Searched defs:attrVal (Results 1 - 9 of 9) 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/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 148 UColAttributeValue attrVal;
  /external/icu4c/i18n/
ucol_tok.h 148 UColAttributeValue attrVal;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 551 const XML_Char *attrVal[OA_COUNT] = {NULL, NULL, NULL, NULL};
559 attrVal[attrName] = attr[i+1];
561 if (!attrVal[OA_NAME]) XML_FATAL1 ("name attribute missing in option.");
562 if (!attrVal[OA_TYPE]) XML_FATAL1 ("type attribute missing in option.");
563 if (!attrVal[OA_DEFAULT]) XML_FATAL1 ("default attribute missing in option.");
565 opt = findOption (cache, attrVal[OA_NAME]);
567 XML_FATAL ("option %s redefined.", attrVal[OA_NAME]);
570 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);
572 if (!strcmp (attrVal[OA_TYPE], "bool"))
574 else if (!strcmp (attrVal[OA_TYPE], "enum")
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 551 const XML_Char *attrVal[OA_COUNT] = {NULL, NULL, NULL, NULL};
559 attrVal[attrName] = attr[i+1];
561 if (!attrVal[OA_NAME]) XML_FATAL1 ("name attribute missing in option.");
562 if (!attrVal[OA_TYPE]) XML_FATAL1 ("type attribute missing in option.");
563 if (!attrVal[OA_DEFAULT]) XML_FATAL1 ("default attribute missing in option.");
565 opt = findOption (cache, attrVal[OA_NAME]);
567 XML_FATAL ("option %s redefined.", attrVal[OA_NAME]);
570 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);
572 if (!strcmp (attrVal[OA_TYPE], "bool"))
574 else if (!strcmp (attrVal[OA_TYPE], "enum")
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 698 milliseconds