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

  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 188 xmlChar* value = xmlGetProp(node1, (const xmlChar*)"Type");
329 value = xmlGetProp(element, id);
345 value = xmlGetProp(element, secElem);
355 value = xmlGetProp(element, switchOn);
361 value = xmlGetProp(element, switchOff);
367 value = xmlGetProp(element, batteryOff);
399 value = xmlGetProp(element, id);
413 value = xmlGetProp(element, secElem);
423 value = xmlGetProp(element, switchOn);
429 value = xmlGetProp(element, switchOff)
    [all...]
  /external/libxml2/
runxmlconf.c 308 id = xmlGetProp(cur, BAD_CAST "ID");
321 type = xmlGetProp(cur, BAD_CAST "TYPE");
326 uri = xmlGetProp(cur, BAD_CAST "URI");
339 version = xmlGetProp(cur, BAD_CAST "VERSION");
341 entities = xmlGetProp(cur, BAD_CAST "ENTITIES");
346 rec = xmlGetProp(cur, BAD_CAST "RECOMMENDATION");
370 edition = xmlGetProp(cur, BAD_CAST "EDITION");
448 profile = xmlGetProp(cur, BAD_CAST "PROFILE");
484 profile = xmlGetProp(cur, BAD_CAST "PROFILE");
runsuite.c 486 dtd = xmlGetProp(tmp, BAD_CAST "dtd");
1014 contributor = xmlGetProp(cur, BAD_CAST "contributor");
1018 name = xmlGetProp(cur, BAD_CAST "name");
relaxng.c     [all...]
error.c 576 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
579 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
catalog.c 1160 nameValue = xmlGetProp(cur, attrName);
1167 uriValue = xmlGetProp(cur, uriAttrName);
    [all...]
libxml2.syms 965 xmlGetProp;
    [all...]
xinclude.c 184 ret = xmlGetProp(cur, name);
    [all...]
xmlsave.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 60 xmlChar* variantXmlch = xmlGetProp(familyNode, (const xmlChar*)"variant");
76 uint16_t weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight")));
78 xmlStrcmp(xmlGetProp(fontNode, (const xmlChar*)"style"),
80 xmlChar* index = xmlGetProp(familyNode, (const xmlChar*)"index");
106 xmlChar* lang = xmlGetProp(familyNode, (const xmlChar*)"lang");
  /external/libxml2/doc/tutorial/
includegetattribute.c 15 uri = xmlGetProp(cur, "uri");
  /external/libxml2/example/
gjobread.c 129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID");
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 87 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str());
  /external/libxml2/include/libxml/
tree.h 1029 xmlGetProp (const xmlNode *node,
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute);
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 857 s = xmlGetProp(node, name);
    [all...]

Completed in 1172 milliseconds