Home
last modified time | relevance | path

Searched defs:qname (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py168 def startElementNS(self, name, qname, attrs): argument
182 def endElementNS(self, name, qname): argument
245 def startElementNS(self, name, qname, attrs): argument
248 def endElementNS(self, name, qname): argument
Dhandler.py140 def startElementNS(self, name, qname, attrs): argument
152 def endElementNS(self, name, qname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dsaxutils.py144 def startElementNS(self, name, qname, attrs): argument
158 def endElementNS(self, name, qname): argument
217 def startElementNS(self, name, qname, attrs): argument
220 def endElementNS(self, name, qname): argument
Dhandler.py140 def startElementNS(self, name, qname, attrs): argument
152 def endElementNS(self, name, qname): argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbydns.c198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) in gethostanswer()
503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) in __dns_getanswer()
Dgetaddrinfo.c1069 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py1089 def qname(): function
Dtest_sax.py448 def startElementNS(self, name, qname, attrs): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmllib.py78 qname = re.compile('(?:(?P<prefix>' + _NCName + '):)?' # optional prefix variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py78 qname = re.compile('(?:(?P<prefix>' + _NCName + '):)?' # optional prefix variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py845 def add_qname(qname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py840 def add_qname(qname): argument