Searched defs:nameSpace (Results 1 - 8 of 8) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp66 const std::string &nameSpace() const { return NS; } function in class:__anon3364::FlattenedSpelling
1307 std::string Namespace = Spellings[I].nameSpace();
1321 std::string Namespace = Spellings[I].nameSpace();
1398 if (S.nameSpace() != Spelling.nameSpace())
1459 const std::string &Namespace = S.nameSpace();
2285 (Scope.empty() || Scope == S.nameSpace())))
2312 CXX[SI.nameSpace()].push_back(R);
2367 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n"
3012 Spelling += S.nameSpace();
[all...]
/external/skia/src/core/
H A DSkResourceCache.cpp32 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { argument
48 fNamespace = nameSpace;
/external/libxml2/
H A Dvalid.c6191 xmlNsPtr nameSpace = attrib->ns; local
6193 if (nameSpace == NULL)
6194 nameSpace = elem->ns;
6200 if (nameSpace == NULL) {
6203 } else if (!xmlStrEqual(nameSpace->prefix,
H A Dtree.c5986 * @nameSpace: the namespace prefix
5991 * @nameSpace can be NULL, this is a search for the default namespace.
5999 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { argument
6005 if ((nameSpace != NULL) &&
6006 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
6047 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
6050 if ((cur->prefix != NULL) && (nameSpace != NULL) &&
6052 (xmlStrEqual(cur->prefix, nameSpace)))
6059 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
6062 if ((cur->prefix != NULL) && (nameSpace !
6686 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) argument
6758 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) argument
[all...]
H A Dtestapi.c20698 xmlChar * nameSpace; /* the URI of the namespace */ local
20707 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20709 ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20714 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
20783 xmlChar * nameSpace; /* the URI of the namespace */ local
20792 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20794 ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20799 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
23370 xmlChar * nameSpace; /* the namespace prefix */ local
23379 nameSpace
[all...]
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 359 milliseconds