| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| D | xmlwf.c | 77 const XML_Char *notationName; member 337 free((void *)notationListHead->notationName); in freeNotations() 375 return xcscmp(n1->notationName, n2->notationName); in notationCmp() 416 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl() 446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument 457 entry->notationName = xcsdup(notationName); in notationDecl() 458 if (entry->notationName == NULL) { in notationDecl() 467 free((void *)entry->notationName); in notationDecl() 479 free((void *)entry->notationName); in notationDecl() 710 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument [all …]
|
| /third_party/libxml2/ |
| D | testSAX.c | 536 const xmlChar *notationName) in unparsedEntityDeclDebug() argument 544 if (notationName == NULL) in unparsedEntityDeclDebug() 545 notationName = nullstr; in unparsedEntityDeclDebug() 551 (char *) notationName); in unparsedEntityDeclDebug()
|
| D | testHTML.c | 316 const xmlChar *notationName) in unparsedEntityDeclDebug() argument 320 (char *) notationName); in unparsedEntityDeclDebug()
|
| D | legacy.c | 1055 const xmlChar * notationName) in unparsedEntityDecl() argument 1059 notationName); in unparsedEntityDecl()
|
| D | xmllint.c | 1166 const xmlChar *notationName) in unparsedEntityDeclDebug() argument 1174 if (notationName == NULL) in unparsedEntityDeclDebug() 1175 notationName = nullstr; in unparsedEntityDeclDebug() 1181 (char *) notationName); in unparsedEntityDeclDebug()
|
| D | SAX2.c | 872 const xmlChar *notationName) in xmlSAX2UnparsedEntityDecl() argument 880 name, publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl() 885 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl() 905 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| D | expat.h | 348 const XML_Char *notationName); 365 const XML_Char *notationName); 372 const XML_Char *notationName,
|
| /third_party/python/Modules/expat/ |
| D | expat.h | 348 const XML_Char *notationName); 365 const XML_Char *notationName); 372 const XML_Char *notationName,
|
| /third_party/python/Lib/xml/dom/ |
| D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 313 systemId, notationName) 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 324 node = self.document._create_notation(notationName, publicId, systemId) 680 if entity.notationName: 681 s = "%s NOTATION %s" % (s, entity.notationName)
|
| D | minidom.py | 1341 e.notationName) 1377 self.notationName = notation 1729 def _create_entity(self, name, publicId, systemId, notationName): argument 1730 e = Entity(name, publicId, systemId, notationName) 1947 e.notationName)
|
| /third_party/python/Modules/ |
| D | pyexpat.c | 484 const XML_Char *notationName), 488 string_intern(self, notationName))) 499 const XML_Char *notationName), 505 string_intern(self, notationName))) 614 const XML_Char *notationName, 619 string_intern(self, notationName), string_intern(self, base),
|
| /third_party/libxml2/include/libxml/ |
| D | SAX.h | 97 const xmlChar *notationName);
|
| D | SAX2.h | 95 const xmlChar *notationName);
|
| D | valid.h | 383 const xmlChar *notationName);
|
| D | parser.h | 479 const xmlChar *notationName);
|
| /third_party/skia/src/xml/ |
| D | SkXMLParser.cpp | 125 const XML_Char *notationName) { in entity_decl_handler() argument
|
| /third_party/flutter/skia/src/xml/ |
| D | SkXMLParser.cpp | 123 const XML_Char *notationName) { in entity_decl_handler() argument
|
| /third_party/python/Doc/library/ |
| D | pyexpat.rst | 378 .. method:: xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) 386 …r.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) 390 be ``None`` for external entities. The *notationName* parameter will be 398 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) 400 Called for notation declarations. *notationName*, *base*, and *systemId*, and
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | SAX.rpgle | 116 d notationName * value options(*string) const xmlChar *
|
| D | SAX2.rpgle | 127 d notationName * value options(*string) xmlChar *
|
| /third_party/python/Lib/test/ |
| D | test_minidom.py | 742 and ce.notationName == se.notationName 1577 self.assertEqual(e1.notationName, e2.notationName)
|
| /third_party/libxml2/python/ |
| D | libxml.py | 244 def entityDecl(self, name, publicId, systemID, notationName): argument
|
| /third_party/skia/src/ports/ |
| D | SkFontMgr_config_parser.cpp | 468 const XML_Char *notationName) in xml_entity_decl_handler() argument
|
| /third_party/flutter/skia/src/ports/ |
| D | SkFontMgr_config_parser.cpp | 468 const XML_Char *notationName) in xml_entity_decl_handler() argument
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| D | runtests.c | 236 const XML_Char *notationName) { in dummy_entity_decl_handler() argument 245 UNUSED_P(notationName); in dummy_entity_decl_handler() 250 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() argument 254 UNUSED_P(notationName); in dummy_notation_decl_handler() 360 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler() argument 366 UNUSED_P(notationName); in dummy_unparsed_entity_decl_handler() 451 const XML_Char *notationName) { in param_entity_match_handler() argument 456 UNUSED_P(notationName); in param_entity_match_handler() 6053 const XML_Char *notationName) { in accumulate_entity_decl() argument 6060 UNUSED_P(notationName); in accumulate_entity_decl()
|