/external/pdfium/fxjs/xfa/ |
D | cjx_model.cpp | 49 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/glslang/HLSL/ |
D | hlslAttributes.cpp | 42 …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()
|
D | hlslParseHelper.h | 222 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const;
|
D | hlslGrammar.cpp | 3569 TString nameSpace; in acceptAttributes() local 3572 nameSpace = *attributeToken.string; in acceptAttributes() 3618 … TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslAttributes.cpp | 42 …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()
|
D | hlslParseHelper.h | 222 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const;
|
D | hlslGrammar.cpp | 3571 TString nameSpace; in acceptAttributes() local 3574 nameSpace = *attributeToken.string; in acceptAttributes() 3620 … TAttributeType attributeType = parseContext.attributeFromName(nameSpace, *attributeToken.string); in acceptAttributes()
|
/external/nos/host/generic/nugget/proto/nugget/app/identity/ |
D | identity.proto | 116 string nameSpace = 2; field 127 string nameSpace = 2; field 275 string nameSpace = 1; field 289 string nameSpace = 2; field
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 68 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anona61259f60111::FlattenedSpelling 1440 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction() 1457 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction() 1581 if (S.nameSpace() != Spelling.nameSpace()) in getSpellingListIndex() 1653 const std::string &Namespace = S.nameSpace(); in CreateSemanticSpellings() 3111 (Scope.empty() || Scope == S.nameSpace()))) in GenerateHasAttrSpellingStringSwitch() 3140 CXX[SI.nameSpace()].push_back(R); in EmitClangAttrHasAttrImpl() 3142 C2x[SI.nameSpace()].push_back(R); in EmitClangAttrHasAttrImpl() 3202 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n" in EmitClangAttrSpellingListIndex() 3746 if (!S.nameSpace().empty()) in EmitClangAttrParsedAttrImpl() [all …]
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 66 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anon307181880111::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/ |
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()
|
/external/skqp/src/core/ |
D | SkResourceCache.h | 38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
|
D | SkResourceCache.cpp | 41 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() argument 57 fNamespace = nameSpace; in init()
|
/external/libxml2/include/libxml/ |
D | SAX.h | 140 xmlChar *nameSpace);
|
D | tree.h | 989 const xmlChar *nameSpace); 1037 const xmlChar *nameSpace); 1041 const xmlChar *nameSpace);
|
/external/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 | 6272 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local 6274 if (nameSpace == NULL) in xmlValidateOneElement() 6275 nameSpace = elem->ns; in xmlValidateOneElement() 6281 if (nameSpace == NULL) { in xmlValidateOneElement() 6284 } 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
|
/external/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 *
|
/external/libchrome/mojo/public/js/ |
D | README.md | 282 | name_space.like_this | nameSpace.likeThis
|