/external/pdfium/fxjs/xfa/ |
D | cjx_model.cpp | 44 WideString nameSpace; in createNode() local 46 nameSpace = runtime->ToWideString(params[2]); in createNode() 78 WideString nameSpace; in isCompatibleNS() local 80 nameSpace = runtime->ToWideString(params[0]); in isCompatibleNS() 83 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 66 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anon932081de0111::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/skqp/src/core/ |
D | SkResourceCache.h | 38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
|
D | SkResourceCache.cpp | 32 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in DECLARE_SKMESSAGEBUS_MESSAGE() 48 fNamespace = nameSpace; in DECLARE_SKMESSAGEBUS_MESSAGE()
|
/external/skia/src/core/ |
D | SkResourceCache.h | 38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
|
D | SkResourceCache.cpp | 32 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in DECLARE_SKMESSAGEBUS_MESSAGE() 48 fNamespace = nameSpace; in DECLARE_SKMESSAGEBUS_MESSAGE()
|
/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 *
|