Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_model.cpp49 WideString nameSpace; in createNode() local
51 nameSpace = runtime->ToWideString(params[2]); in createNode()
82 WideString nameSpace; in isCompatibleNS() local
84 nameSpace = runtime->ToWideString(params[0]); in isCompatibleNS()
87 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
/external/deqp-deps/glslang/hlsl/
DhlslAttributes.cpp42 …TAttributeType HlslParseContext::attributeFromName(const TString& nameSpace, const TString& name) … in attributeFromName() argument
46 if (nameSpace == "vk") { in attributeFromName()
61 } else if (nameSpace == "spv") { in attributeFromName()
104 } else if (nameSpace.size() > 0) in attributeFromName()
DhlslParseHelper.h222 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const;
DhlslGrammar.cpp3556 TString nameSpace; in acceptAttributes() local
3559 nameSpace = *attributeToken.string; in acceptAttributes()
3605 … TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()
/external/angle/third_party/glslang/src/hlsl/
DhlslAttributes.cpp42 …TAttributeType HlslParseContext::attributeFromName(const TString& nameSpace, const TString& name) … in attributeFromName() argument
46 if (nameSpace == "vk") { in attributeFromName()
61 } else if (nameSpace == "spv") { in attributeFromName()
104 } else if (nameSpace.size() > 0) in attributeFromName()
DhlslParseHelper.h222 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const;
DhlslGrammar.cpp3556 TString nameSpace; in acceptAttributes() local
3559 nameSpace = *attributeToken.string; in acceptAttributes()
3605 … TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()
/external/nos/host/generic/nugget/proto/nugget/app/identity/
Didentity.proto103 string nameSpace = 2; field
114 string nameSpace = 2; field
262 string nameSpace = 1; field
276 string nameSpace = 2; field
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp66 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anon6108c62c0111::FlattenedSpelling
1307 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1321 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1398 if (S.nameSpace() != Spelling.nameSpace()) in getSpellingListIndex()
1459 const std::string &Namespace = S.nameSpace(); in CreateSemanticSpellings()
2285 (Scope.empty() || Scope == S.nameSpace()))) in GenerateHasAttrSpellingStringSwitch()
2312 CXX[SI.nameSpace()].push_back(R); in EmitClangAttrHasAttrImpl()
2367 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n" in EmitClangAttrSpellingListIndex()
3012 Spelling += S.nameSpace(); in EmitClangAttrParsedAttrKinds()
3181 if (Kind == CXX11 && !I.nameSpace().empty()) in WriteDocumentation()
[all …]
/external/skia/src/core/
DSkResourceCache.h38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
DSkResourceCache.cpp42 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() argument
58 fNamespace = nameSpace; in init()
/external/skqp/src/core/
DSkResourceCache.h38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
DSkResourceCache.cpp41 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() argument
57 fNamespace = nameSpace; in init()
/external/libxml2/include/libxml/
DSAX.h140 xmlChar *nameSpace);
Dtree.h989 const xmlChar *nameSpace);
1037 const xmlChar *nameSpace);
1041 const xmlChar *nameSpace);
/external/libxml2/
Dtree.c6009 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs() argument
6015 if ((nameSpace != NULL) && in xmlSearchNs()
6016 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) { in xmlSearchNs()
6057 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
6060 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
6062 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
6069 if ((cur->prefix == NULL) && (nameSpace == NULL) && in xmlSearchNs()
6072 if ((cur->prefix != NULL) && (nameSpace != NULL) && in xmlSearchNs()
6074 (xmlStrEqual(cur->prefix, nameSpace))) in xmlSearchNs()
6696 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() argument
[all …]
Dvalid.c6230 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local
6232 if (nameSpace == NULL) in xmlValidateOneElement()
6233 nameSpace = elem->ns; in xmlValidateOneElement()
6239 if (nameSpace == NULL) { in xmlValidateOneElement()
6242 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
Dtestapi.c20818 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20827 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp()
20829 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
20834 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp()
20903 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
20912 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp()
20914 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
20919 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp()
23505 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
23514 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/os400/libxmlrpg/
DSAX.rpgle176 d nameSpace * value options(*string) xmlChar *
Dtree.rpgle1202 d nameSpace * value options(*string) const xmlChar *
1285 d nameSpace * value options(*string) const xmlChar *
1290 d nameSpace * value options(*string) const xmlChar *
/external/libchrome/mojo/public/js/
DREADME.md282 | name_space.like_this | nameSpace.likeThis