/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/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 | 3556 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/ |
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 | 3556 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/ |
D | identity.proto | 103 string nameSpace = 2; field 114 string nameSpace = 2; field 262 string nameSpace = 1; field 276 string nameSpace = 2; field
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 66 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/ |
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 | 6009 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 …]
|
D | valid.c | 6230 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()
|
D | testapi.c | 20818 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 …]
|
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
|