Home
last modified time | relevance | path

Searched refs:nameSpace (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dxsltutils.h88 const xmlChar *nameSpace);
93 const xmlChar *nameSpace);
Dxsltutils.c83 const xmlChar *name, const xmlChar *nameSpace) { in xsltGetCNsProp() argument
94 if (nameSpace == NULL) { in xsltGetCNsProp()
105 (xmlStrEqual(node->ns->href, nameSpace))) || in xsltGetCNsProp()
107 (xmlStrEqual(prop->ns->href, nameSpace))))) { in xsltGetCNsProp()
139 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace))) in xsltGetCNsProp()
167 xsltGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { in xsltGetNsProp() argument
185 if (nameSpace == NULL) in xsltGetNsProp()
195 (xmlStrEqual(node->ns->href, nameSpace))) || in xsltGetNsProp()
197 (xmlStrEqual(prop->ns->href, nameSpace))))) { in xsltGetNsProp()
225 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace))) in xsltGetNsProp()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp52 const std::string &nameSpace() const { return NS; } in nameSpace() function in FlattenedSpelling
1084 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1098 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1157 if (S.nameSpace() != Spelling.nameSpace()) in getSpellingListIndex()
1218 std::string Namespace = S.nameSpace(); in CreateSemanticSpellings()
1787 (Scope.empty() || Scope == S.nameSpace()))) in GenerateHasAttrSpellingStringSwitch()
1814 CXX[SI.nameSpace()].push_back(R); in EmitClangAttrHasAttrImpl()
1877 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n" in EmitClangAttrSpellingListIndex()
2533 Spelling += S.nameSpace(); in EmitClangAttrParsedAttrKinds()
2730 if (Kind == CXX11 && !I.nameSpace().empty()) in WriteDocumentation()
[all …]
/external/libxml2/include/libxml/
DSAX.h140 xmlChar *nameSpace);
Dtree.h984 const xmlChar *nameSpace);
1029 const xmlChar *nameSpace);
1033 const xmlChar *nameSpace);
/external/chromium_org/third_party/libxml/src/include/libxml/
DSAX.h140 xmlChar *nameSpace);
Dtree.h945 const xmlChar *nameSpace);
990 const xmlChar *nameSpace);
994 const xmlChar *nameSpace);
/external/pdfium/core/include/fxcrt/
Dfx_xml.h91 void GetNamespace(CFX_ByteStringL &nameSpace, FX_BOOL bQualified = FALSE) const;
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp707 void CXML_Element::GetNamespace(CFX_ByteStringL &nameSpace, FX_BOOL bQualified) const in GetNamespace() argument
711 nameSpace.Set(m_QSpaceName, pAllocator); in GetNamespace()
714 GetNamespaceURI(m_QSpaceName, nameSpace); in GetNamespace()
/external/chromium_org/third_party/libxml/src/
Dtree.c5840 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() argument
5846 if ((nameSpace != NULL) && in xmlSearchNs()
5847 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) { in xmlSearchNs()
5888 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
5891 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
5893 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
5900 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
5903 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
5905 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
6527 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() argument
[all …]
Dvalid.c6189 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local
6191 if (nameSpace == NULL) in xmlValidateOneElement()
6192 nameSpace = elem->ns; in xmlValidateOneElement()
6198 if (nameSpace == NULL) { in xmlValidateOneElement()
6201 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
Dtestapi.c20509 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20518 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp()
20520 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
20525 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp()
20594 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
20603 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp()
20605 ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
20610 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp()
23181 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
23190 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlSearchNs()
[all …]
DChangeLog18939 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
/external/libxml2/
Dtree.c5960 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() argument
5966 if ((nameSpace != NULL) && in xmlSearchNs()
5967 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) { in xmlSearchNs()
6008 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
6011 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
6013 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
6020 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
6023 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
6025 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
6647 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() argument
[all …]
Dvalid.c6190 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local
6192 if (nameSpace == NULL) in xmlValidateOneElement()
6193 nameSpace = elem->ns; in xmlValidateOneElement()
6199 if (nameSpace == NULL) { in xmlValidateOneElement()
6202 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/chromium_org/third_party/checkstyle/
Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask. ...