/aosp_15_r20/external/expat/expat/tests/ |
H A D | dummy.c | 95 const XML_Char *notationName) { in dummy_entity_decl_handler() 109 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() 219 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler()
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | NotationImpl.java | 34 private String notationName; field in NotationImpl 40 NotationImpl(DocumentImpl document, String notationName, String publicID, in NotationImpl()
|
H A D | EntityImpl.java | 34 private String notationName; field in EntityImpl 40 EntityImpl(DocumentImpl document, String notationName, String publicID, in EntityImpl()
|
/aosp_15_r20/external/expat/expat/xmlwf/ |
H A D | xmlwf.c | 79 const XML_Char *notationName; member 448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() 712 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() 735 const XML_Char *notationName) { in metaEntityDecl()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | SAXParserTestSupport.java | 335 String systemId, String notationName) { in unparsedEntityDecl() 487 String systemId, String notationName) { in unparsedEntityDecl()
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/ |
H A D | DTDHandler.java | 112 String notationName) in unparsedEntityDecl()
|
H A D | HandlerBase.java | 121 String systemId, String notationName) in unparsedEntityDecl()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
H A D | nodenotationnodename.java | 67 String notationName; in runTest() local
|
H A D | notationgetnotationname.java | 65 String notationName; in runTest() local
|
H A D | documenttypegetnotations.java | 68 String notationName; in runTest() local
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
H A D | namednodemapgetnameditemns01.java | 79 String notationName; in runTest() local
|
H A D | importNode09.java | 81 String notationName; in runTest() local
|
H A D | documentimportnode19.java | 88 String notationName; in runTest() local
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/ |
H A D | DefaultHandler.java | 140 String systemId, String notationName) in unparsedEntityDecl()
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 310 base, systemId, publicId, notationName): argument 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
D | expatbuilder.py | 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
H A D | MockHandler.java | 111 String notationName) throws SAXException { in unparsedEntityDecl()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | SaxTest.java | 236 String name, String publicId, String systemId, String notationName) { in unparsedEntityDecl()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | XSLTElementProcessor.java | 130 String notationName) in unparsedEntityDecl()
|
/aosp_15_r20/external/skia/src/xml/ |
H A D | SkXMLParser.cpp | 127 const XML_Char *notationName) { in entity_decl_handler()
|