HomeSort by relevance Sort by last modified time
    Searched refs:xmlGetProp (Results 1 - 22 of 22) sorted by null

  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 197 xmlChar* value = xmlGetProp (node1, (const xmlChar*) "Type");
347 value = xmlGetProp (element, id);
362 value = xmlGetProp (element, secElem);
371 value = xmlGetProp (element, switchOn);
378 value = xmlGetProp (element, switchOff);
385 value = xmlGetProp (element, batteryOff);
419 value = xmlGetProp (element, id);
432 value = xmlGetProp (element, secElem);
441 value = xmlGetProp (element, switchOn);
448 value = xmlGetProp (element, switchOff)
    [all...]
  /external/chromium_org/third_party/libxml/src/
runsuite.c 498 dtd = xmlGetProp(tmp, BAD_CAST "dtd");
1026 contributor = xmlGetProp(cur, BAD_CAST "contributor");
1030 name = xmlGetProp(cur, BAD_CAST "name");
relaxng.c     [all...]
error.c 565 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
568 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
catalog.c 1152 nameValue = xmlGetProp(cur, attrName);
1159 uriValue = xmlGetProp(cur, uriAttrName);
1224 prop = xmlGetProp(cur, BAD_CAST "prefer");
    [all...]
xinclude.c 182 ret = xmlGetProp(cur, name);
    [all...]
xmlsave.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]
  /external/libxml2/
relaxng.c     [all...]
error.c 560 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
563 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
catalog.c 1149 nameValue = xmlGetProp(cur, attrName);
1156 uriValue = xmlGetProp(cur, uriAttrName);
1221 prop = xmlGetProp(cur, BAD_CAST "prefer");
    [all...]
xinclude.c 182 ret = xmlGetProp(cur, name);
    [all...]
xmlsave.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 469 qname = xmlGetProp(inst, (const xmlChar *) "name");
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 95 return xmlGetProp(node, name);
177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former
186 return(xmlGetProp(node, name));
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 95 return xmlGetProp(node, name);
177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former
186 return(xmlGetProp(node, name));
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 982 xmlGetProp (xmlNodePtr node,
    [all...]
  /external/libxml2/include/libxml/
tree.h 981 xmlGetProp (xmlNodePtr node,
    [all...]

Completed in 629 milliseconds