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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
expatreader.py 365 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset):
366 self._lex_handler_prop.startDTD(name, pubid, sysid)
368 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name):
369 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
371 def notation_decl(self, name, base, sysid, pubid):
372 self._dtd_handler.notationDecl(name, pubid, sysid)
374 def external_entity_ref(self, context, base, sysid, pubid):
378 source = self._ent_handler.resolveEntity(pubid, sysid)
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
expatreader.py 381 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset):
382 self._lex_handler_prop.startDTD(name, pubid, sysid)
384 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name):
385 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
387 def notation_decl(self, name, base, sysid, pubid):
388 self._dtd_handler.notationDecl(name, pubid, sysid)
390 def external_entity_ref(self, context, base, sysid, pubid):
394 source = self._ent_handler.resolveEntity(pubid, sysid)
  /external/python/cpython2/Lib/xml/sax/
expatreader.py 381 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset):
382 self._lex_handler_prop.startDTD(name, pubid, sysid)
384 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name):
385 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
387 def notation_decl(self, name, base, sysid, pubid):
388 self._dtd_handler.notationDecl(name, pubid, sysid)
390 def external_entity_ref(self, context, base, sysid, pubid):
394 source = self._ent_handler.resolveEntity(pubid, sysid)
  /external/libxml2/
xmlwriter.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
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/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py     [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py     [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...]
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 

Completed in 585 milliseconds

1 2