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

  /frameworks/minikin/tests/
FontTestUtils.cpp 33 if (xmlStrcmp(familyNode->name, (const xmlChar*)"family") != 0) {
40 if (xmlStrcmp(variantXmlch, (const xmlChar*)"elegant") == 0) {
42 } else if (xmlStrcmp(variantXmlch, (const xmlChar*)"compact") == 0) {
54 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) {
59 bool italic = xmlStrcmp(
  /external/libxml2/doc/tutorial/
includekeyword.c 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"keyword"))) {
45 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
53 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
includeaddkeyword.c 36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
44 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
includegetattribute.c 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) {
46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
includeaddattribute.c 32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 195 if (xmlStrcmp(node1->name, (const xmlChar*) "Route")==0)
198 if (value && (xmlStrcmp (value, (const xmlChar*) "SecElemSelectedRoutes") == 0))
204 if (xmlStrcmp(node2->name, (const xmlChar*) "Proto")==0)
206 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
211 else if (value && (xmlStrcmp (value, (const xmlChar*) "DefaultRoutes") == 0))
217 if (xmlStrcmp(node2->name, (const xmlChar*) "Proto")==0)
219 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
350 if (xmlStrcmp (value, (const xmlChar*) "T1T") == 0)
352 else if (xmlStrcmp (value, (const xmlChar*) "T2T") == 0)
354 else if (xmlStrcmp (value, (const xmlChar*) "T3T") == 0
    [all...]
  /external/libxml2/example/
gjobread.c 64 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Person")) &&
67 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Email")) &&
127 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Project")) &&
134 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Application")) &&
138 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Category")) &&
142 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Contact")) &&
218 if (xmlStrcmp(cur->name, (const xmlChar *) "Helping")) {
248 if ((xmlStrcmp(cur->name, (const xmlChar *) "Jobs")) || (cur->ns != ns)) {
264 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Job")) &&
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 80 if (xmlStrcmp(access, (const xmlChar *)"r") == 0) {
83 else if (xmlStrcmp(access, (const xmlChar *)"w") == 0) {
86 else if ((xmlStrcmp(access, (const xmlChar *)"rw") == 0)
87 || (xmlStrcmp(access, (const xmlChar *)"wr") == 0)) {
149 if ((xmlStrcmp(cur_node->name, (const xmlChar *)"PROPERTY") == 0) &&
176 if ((xmlStrcmp(child->name, (const xmlChar*)"UID")==0) &&
277 if (xmlStrcmp(root_element->name, (const xmlChar *)"ALLOW") != 0) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 58 if (!xmlStrcmp(col->name, (const xmlChar *)Trait::collectionTag)) {
61 if ((!xmlStrcmp(cur->name, (const xmlChar *)gReferenceElementName))) {
83 if (xmlStrcmp(root->name, (const xmlChar *)Trait::collectionTag) &&
84 xmlStrcmp(root->name, (const xmlChar *)Trait::tag)) {
89 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::collectionTag)) {
93 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::tag)) {
106 if (!xmlStrcmp(root->name, (const xmlChar *)Trait::tag)) {
450 if (!xmlStrcmp(children->name, (const xmlChar *)childAttachedDevicesTag)) {
454 if (!xmlStrcmp(child->name, (const xmlChar *)childAttachedDeviceTag)) {
468 if (!xmlStrcmp(children->name, (const xmlChar *)childDefaultOutputDeviceTag))
    [all...]
  /external/libxml2/include/libxml/
xmlstring.h 64 xmlStrcmp (const xmlChar *str1,
  /external/libxml2/
c14n.c 525 return (xmlStrcmp(ns1->prefix, ns2->prefix));
896 return (xmlStrcmp(attr1->name, attr2->name));
913 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
915 ret = xmlStrcmp(attr1->name, attr2->name);
    [all...]
xmlstring.c 122 * xmlStrcmp:
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
151 * Should be a bit more readable and faster than xmlStrcmp()
uri.c     [all...]
xmlwriter.c     [all...]
libxml2.syms 786 xmlStrcmp;
    [all...]
xmlschemastypes.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 158 milliseconds