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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
saxutils.py 325 sysid = source.getSystemId()
328 if isinstance(sysid, unicode):
333 sysid = sysid.encode(encoding)
337 sysid = sysid.decode(encoding)
340 sysidfilename = os.path.join(basehead, sysid)
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
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)
saxutils.py 296 sysid = source.getSystemId()
298 sysidfilename = os.path.join(basehead, sysid)
303 source.setSystemId(urlparse.urljoin(base, sysid))
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
saxutils.py 325 sysid = source.getSystemId()
328 if isinstance(sysid, unicode):
333 sysid = sysid.encode(encoding)
337 sysid = sysid.decode(encoding)
340 sysidfilename = os.path.join(basehead, sysid)
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
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)
saxutils.py 318 sysid = source.getSystemId()
321 if isinstance(sysid, unicode):
326 sysid = sysid.encode(encoding)
330 sysid = sysid.decode(encoding)
333 sysidfilename = os.path.join(basehead, sysid)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
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)
saxutils.py 318 sysid = source.getSystemId()
321 if isinstance(sysid, unicode):
326 sysid = sysid.encode(encoding)
330 sysid = sysid.decode(encoding)
333 sysidfilename = os.path.join(basehead, sysid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
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)
saxutils.py 318 sysid = source.getSystemId()
321 if isinstance(sysid, unicode):
326 sysid = sysid.encode(encoding)
330 sysid = sysid.decode(encoding)
333 sysidfilename = os.path.join(basehead, sysid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
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)
saxutils.py 318 sysid = source.getSystemId()
321 if isinstance(sysid, unicode):
326 sysid = sysid.encode(encoding)
330 sysid = sysid.decode(encoding)
333 sysidfilename = os.path.join(basehead, sysid)
  /external/libxml2/include/libxml/
xmlwriter.h 305 const xmlChar * sysid);
315 const xmlChar * sysid,
322 const xmlChar * sysid,
329 const xmlChar * sysid,
434 const xmlChar * sysid,
440 const xmlChar * sysid,
449 sysid,
462 const xmlChar * sysid);
  /external/libxml2/
xmlwriter.c     [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
ioc.h 150 volatile u8 sysid; member in struct:sgioc_regs
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h 150 volatile u8 sysid; member in struct:sgioc_regs

Completed in 374 milliseconds

1 2 3