/external/libxml2/include/libxml/ |
xmlwriter.h | 304 const xmlChar * pubid, 314 const xmlChar * pubid, 321 const xmlChar * pubid, 328 const xmlChar * pubid, 433 const xmlChar * pubid, 439 const xmlChar * pubid, 447 pubid, 461 const xmlChar * pubid,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/ |
expatreader.py | 368 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): 369 self._lex_handler_prop.startDTD(name, pubid, sysid) 371 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): 372 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 374 def notation_decl(self, name, base, sysid, pubid): 375 self._dtd_handler.notationDecl(name, pubid, sysid) 377 def external_entity_ref(self, context, base, sysid, pubid): 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/ |
expatreader.py | 368 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): 369 self._lex_handler_prop.startDTD(name, pubid, sysid) 371 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): 372 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 374 def notation_decl(self, name, base, sysid, pubid): 375 self._dtd_handler.notationDecl(name, pubid, sysid) 377 def external_entity_ref(self, context, base, sysid, pubid): 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 368 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): 369 self._lex_handler_prop.startDTD(name, pubid, sysid) 371 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): 372 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 374 def notation_decl(self, name, base, sysid, pubid): 375 self._dtd_handler.notationDecl(name, pubid, sysid) 377 def external_entity_ref(self, context, base, sysid, pubid): 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 368 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): 369 self._lex_handler_prop.startDTD(name, pubid, sysid) 371 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): 372 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name) 374 def notation_decl(self, name, base, sysid, pubid): 375 self._dtd_handler.notationDecl(name, pubid, sysid) 377 def external_entity_ref(self, context, base, sysid, pubid): 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/external/libxml2/ |
xmlwriter.c | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xmllib.py | 56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \ 450 pubid, syslit = res.group('pubid', 'syslit') 451 if pubid is not None: 452 pubid = pubid[1:-1] # remove quotes 453 pubid = ' '.join(pubid.split()) # normalize 474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k]) 488 self.handle_doctype(name, pubid, syslit, None [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xmllib.py | 56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \ 450 pubid, syslit = res.group('pubid', 'syslit') 451 if pubid is not None: 452 pubid = pubid[1:-1] # remove quotes 453 pubid = ' '.join(pubid.split()) # normalize 474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k]) 488 self.handle_doctype(name, pubid, syslit, None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \ 450 pubid, syslit = res.group('pubid', 'syslit') 451 if pubid is not None: 452 pubid = pubid[1:-1] # remove quotes 453 pubid = ' '.join(pubid.split()) # normalize 474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k]) 488 self.handle_doctype(name, pubid, syslit, None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \ 450 pubid, syslit = res.group('pubid', 'syslit') 451 if pubid is not None: 452 pubid = pubid[1:-1] # remove quotes 453 pubid = ' '.join(pubid.split()) # normalize 474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k]) 488 self.handle_doctype(name, pubid, syslit, None [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/ |
ElementTree.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/ |
ElementTree.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
_lxml.py | 197 def doctype(self, name, pubid, system): 199 doctype = Doctype.for_name_and_ids(name, pubid, system)
|
/prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/ |
nekohtml-1.9.6.2.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/ |
nekohtml-1.9.16.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/ |
nekohtml-1.9.20.jar | |
/external/expat/lib/ |
expat.h | 302 const XML_Char *pubid, [all...] |
/external/expat/tests/ |
runtests.c | 95 const XML_Char *pubid, [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pyexpat.py | 99 name, base, sysid, pubid = args 111 context, base, sysId, pubId = args
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pyexpat.py | 99 name, base, sysid, pubid = args 111 context, base, sysId, pubId = args
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyexpat.py | 99 name, base, sysid, pubid = args 111 context, base, sysId, pubId = args
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyexpat.py | 99 name, base, sysid, pubid = args 111 context, base, sysId, pubId = args
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/ |
maven-ant-tasks-2.1.3.jar | |