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

  /frameworks/minikin/tests/
FontTestUtils.cpp 37 xmlChar* variantXmlch = xmlGetProp(familyNode, (const xmlChar*)"variant");
47 xmlChar* lang = xmlGetProp(familyNode, (const xmlChar*)"lang");
58 int weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))) / 100;
60 xmlGetProp(fontNode, (const xmlChar*)"style"), (const xmlChar*)"italic") == 0;
  /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/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 1155 nameValue = xmlGetProp(cur, attrName);
1162 uriValue = xmlGetProp(cur, uriAttrName);
1227 prop = xmlGetProp(cur, BAD_CAST "prefer");
    [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...]
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 154 property = xmlGetProp(cur_node, (const xmlChar *)"name");
161 property_value_str = xmlGetProp(cur_node, (const xmlChar*)"value");
184 uid = xmlGetProp(child, (const xmlChar*)"name");
186 uid_value_str = xmlGetProp(child,
189 access = xmlGetProp(child, (const xmlChar *)"access");
  /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 2005 milliseconds