HomeSort by relevance Sort by last modified time
    Searched refs:attrVal (Results 1 - 12 of 12) 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/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...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 148 UColAttributeValue attrVal;
ucol_tok.cpp 544 //ucol_uprv_tok_setOptionInImage(src->opts, rulesOptions[i].attr, rulesOptions[i].subopts[j].attrVal);
546 *value = rulesOptions[i].subopts[j].attrVal;
732 ucol_uprv_tok_setOptionInImage(src->opts, rulesOptions[i].attr, rulesOptions[i].subopts[j].attrVal);
751 result = UCOL_TOK_SUCCESS | (rulesOptions[i].subopts[j].attrVal + 1);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
findbugs.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 952 milliseconds