/third_party/skia/src/core/ |
D | SkResourceCache.h | 38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
|
D | SkResourceCache.cpp | 42 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() argument 58 fNamespace = nameSpace; in init()
|
/third_party/flutter/skia/src/core/ |
D | SkResourceCache.h | 38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
|
D | SkResourceCache.cpp | 42 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() argument 58 fNamespace = nameSpace; in init()
|
/third_party/libxml2/include/libxml/ |
D | SAX.h | 140 xmlChar *nameSpace);
|
D | tree.h | 989 const xmlChar *nameSpace); 1037 const xmlChar *nameSpace); 1041 const xmlChar *nameSpace);
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | SAX.in.h | 168 xmlChar *nameSpace);
|
D | tree.in.h | 1018 const xmlChar *nameSpace); 1066 const xmlChar *nameSpace); 1070 const xmlChar *nameSpace);
|
D | tree.c | 6038 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() argument 6044 if ((nameSpace != NULL) && in xmlSearchNs() 6045 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) { in xmlSearchNs() 6086 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs() 6089 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs() 6091 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs() 6098 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs() 6101 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs() 6103 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs() 6725 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() argument [all …]
|
D | valid.c | 6259 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local 6261 if (nameSpace == NULL) in xmlValidateOneElement() 6262 nameSpace = elem->ns; in xmlValidateOneElement() 6268 if (nameSpace == NULL) { in xmlValidateOneElement() 6271 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
|
/third_party/libxml2/ |
D | tree.c | 6051 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() argument 6057 if ((nameSpace != NULL) && in xmlSearchNs() 6058 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) { in xmlSearchNs() 6099 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs() 6102 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs() 6104 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs() 6111 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs() 6114 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs() 6116 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs() 6748 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() argument [all …]
|
D | valid.c | 6294 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local 6296 if (nameSpace == NULL) in xmlValidateOneElement() 6297 nameSpace = elem->ns; in xmlValidateOneElement() 6303 if (nameSpace == NULL) { in xmlValidateOneElement() 6306 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
|
D | testapi.c | 20791 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local 20800 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp() 20802 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp() 20807 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp() 20876 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local 20885 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp() 20887 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp() 20892 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp() 23478 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local 23487 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlSearchNs() [all …]
|
D | ChangeLog | 18939 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
|
/third_party/libxml2/os400/libxmlrpg/ |
D | SAX.rpgle | 176 d nameSpace * value options(*string) xmlChar *
|
D | tree.rpgle | 1202 d nameSpace * value options(*string) const xmlChar * 1285 d nameSpace * value options(*string) const xmlChar * 1290 d nameSpace * value options(*string) const xmlChar *
|