Home
last modified time | relevance | path

Searched defs:XML (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile52 XML = $(EGLXML) macro
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile67 XML = $(EGLXML) macro
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
DMakefile67 XML = $(EGLXML) macro
/third_party/EGL/sdk/docs/man/html/
DMakefile62 XML = $(EGLXML) macro
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst129 .. _elementtree-pull-parsing:
/third_party/glib/glib/tests/
Dmarkup-collect.c177 #define XML "<element a='1' b='2' c='3'/>" macro
/third_party/python/Lib/xml/etree/
DElementTree.py1334 def XML(text, parser=None): function