HomeSort by relevance Sort by last modified time
    Searched refs:pubid (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 305 const xmlChar * pubid,
315 const xmlChar * pubid,
322 const xmlChar * pubid,
329 const xmlChar * pubid,
434 const xmlChar * pubid,
440 const xmlChar * pubid,
448 pubid,
462 const xmlChar * pubid,
  /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/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/chromium_org/third_party/libxml/src/
xmlwriter.c     [all...]
testapi.c 43695 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44374 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44534 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44610 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44675 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44787 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
    [all...]
  /external/libxml2/
xmlwriter.c     [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/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/expat/lib/
expat.h 302 const XML_Char *pubid,
    [all...]
  /external/expat/tests/
runtests.c 95 const XML_Char *pubid,
    [all...]
  /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

Completed in 1199 milliseconds