Home
last modified time | relevance | path

Searched defs:nameSpace (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dtree.c6009 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs()
6696 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp()
6768 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp()
Dvalid.c6230 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local
Dtestapi.c20818 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20903 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
23505 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp66 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anon06a3b2a00111::FlattenedSpelling