Searched defs:HTML_EMPTY (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
H A DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable
999 if tag not in HTML_EMPTY:
/prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
H A DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable
999 if tag not in HTML_EMPTY:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable
999 if tag not in HTML_EMPTY:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable
999 if tag not in HTML_EMPTY:

Completed in 840 milliseconds