Home
last modified time | relevance | path

Searched refs:syslit (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmllib.py450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): argument
815 def handle_doctype(self, tag, pubid, syslit, data): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): argument
815 def handle_doctype(self, tag, pubid, syslit, data): argument