| /third_party/icu/tools/release/java/ |
| H A D | Makefile | 79 XML=doc/xml macro 80 UVERSIONH=$(XML)/uversion_8h.xml 83 -rm -rf "$(OLD_ICU_BUILD)/$(XML)" "$(NEW_ICU_BUILD)/$(XML)" 85 $(TARGET): check-vars $(OLD_ICU_BUILD)/$(XML) $(NEW_ICU_BUILD)/$(XML) 87 $(ANT) -Dolddir="$(OLD_ICU_BUILD)/$(XML)" -Dnewdir="$(NEW_ICU_BUILD)/$(XML)" $(ANT_TARGET) 90 # check-vars $(OLD_ICU_BUILD)/$(XML) $(NEW_ICU_BUILD)/$(XML) [all...] |
| /third_party/EGL/sdk/docs/man/html/ |
| H A D | Makefile | 62 XML = $(EGLXML) macro 65 #XML = glViewport.xhtml glTexImage2D.xhtml glPixelStore.xhtml 67 default: $(XML) indices 77 $(XML): %.xhtml: ../%.xml $(DB2XHTML) 80 indices: Makefile makeindex.py $(XML) 84 $(RM) $(XML) index.php indexflat.php
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| H A D | Makefile | 52 XML = $(EGLXML) macro 55 #XML = glViewport.xhtml glTexImage2D.xhtml glPixelStore.xhtml 57 default: $(XML) indices 67 $(XML): %.xhtml: ../%.xml $(DB2XHTML) 70 indices: Makefile makeindex.py $(XML) 74 $(RM) $(XML) index.php indexflat.php
|
| /third_party/python/Lib/test/ |
| H A D | test_xml_etree.py | 267 self.assertEqual(ET.XML, ET.fromstring) 300 elem = ET.XML("<body><tag/></body>") 344 self.serialize_check(ET.XML("<tag>hello</tag>"), 346 self.serialize_check(ET.XML("<tag>hello</tag>"), 348 self.serialize_check(ET.XML("<tag><![CDATA[hello]]></tag>"), 367 elem = ET.XML(SAMPLE_XML) 381 e1 = ET.XML("<tag>hello<foo/></tag>") 511 element = ET.XML("<html><body>text</body></html>") 781 elem = ET.XML(SAMPLE_XML) 799 elem = ET.XML("<htm [all...] |
| H A D | test_xml_etree_c.py | 156 XML = '<a></a></b>' 157 parser = cET.iterparse(io.StringIO(XML)) 166 XML = '<a></a></b>' 168 parser.feed(XML)
|
| /third_party/icu/tools/multi/proj/icu4cscan/ |
| H A D | Makefile | 9 XML=./xml macro 53 $(XML): 54 -mkdir $(XML) 89 ALLXMLS=$(wildcard $(XML)/*.xml $(JXML)/*.xml $(JVMXML)/*.xml) 91 allxmls: $(XML) $(JXML) $(JVMXML)
|
| /third_party/EGL/sdk/docs/man/xhtml/ |
| H A D | Makefile | 66 # XML man page source and XHTML targets 67 XML = $(EGLXML) macro 69 default: $(XML) 72 $(RM) $(XML)
|
| H A D | maketoc.pl | 10 where xmldir contains a directory full of OpenGL .xml source XML man pages
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
| H A D | Makefile | 66 # XML man page source and XHTML targets 67 XML = $(EGLXML) macro 69 default: $(XML) 72 $(RM) $(XML)
|
| H A D | maketoc.pl | 10 where xmldir contains a directory full of OpenGL .xml source XML man pages
|
| /third_party/spirv-tools/utils/ |
| H A D | generate_registry_tables.py | 15 """Generates the vendor tool table from the SPIR-V XML registry.""" 20 from xml.etree.ElementTree import XML, XMLParser, TreeBuilder namespace 73 'Generate tables from SPIR-V XML registry') 76 help='SPIR-V XML Registry file') 84 registry = XML(xml_in.read(), parser=parser)
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | 5 \def\specpdftitle{The Khronos XML API Registry} 25 \title{The Khronos XML API Registry} 32 This document describes the Khronos XML API Registry schema, and provides 34 C header files. The underlying XML files and scripts, as well as headers 35 generated from the current authoritative copy of the XML files, can be 49 The registry uses an XML representation of the API and a set of Python 3 50 scripts to manipulate the XML, based on the lxml Python bindings. It comes 51 with an XML schema and validator. Outside users are welcome to submit pull 52 requests on github, although the XML schema itself is mature and unlikely to 55 Some groups outside Khronos have their own XML base [all...] |
| /third_party/pulseaudio/man/ |
| H A D | xmltoman | 20 use XML::Parser; 210 my $parser = new XML::Parser(Handlers => {
|
| /third_party/openGLES/xml/ |
| H A D | readme.tex | 32 This document describes the Khronos OpenGL API Registry XML schema, and provides 34 C header files. The underlying XML files and scripts, as well as headers 35 generated from the current authoritative copy of the XML files, can be 49 The registry uses an XML representation of the API and a set of Python 3 50 scripts to manipulate the XML, based on the lxml Python bindings. It comes 51 with an XML schema and validator. Outside users are welcome to submit pull 52 requests on github, although the XML schema itself is mature and unlikely to 55 Other APIs defined by Khronos, such as Vulkan and OpenXR, use a similar XML 58 Some groups outside Khronos have their own XML based API descriptions, 112 the C types and definitions in the XML t [all...] |
| /third_party/libuv/docs/ |
| H A D | make.bat | 37 echo. xml to make Docutils-native XML files
38 echo. pseudoxml to make pseudoxml-XML files for display purposes
231 echo.Build finished. The XML files are in %BUILDDIR%/xml.
239 echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
|
| /third_party/icu/icu4j/perf-tests/ |
| H A D | perftests.pl | 9 use XML::LibXML; 72 my $doc = XML::LibXML::Document->new('1.0', 'utf-8');
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
| H A D | generate-core-block.rb | 16 Nokogiri::XML(file).xpath('//extension[@name="' + extension_name + '"]').each do | extension |
|
| /third_party/gn/src/gn/ |
| H A D | command_gen.cc | 636 file which can be imported into an Eclipse CDT project. The XML file contains
|
| /third_party/python/Lib/xml/etree/ |
| H A D | ElementTree.py | 1 """Lightweight XML support for Python. 3 XML is an inherently hierarchical data format, and the most natural way to 6 1. ElementTree represents the whole XML document as a tree and 11 usually done on the ElementTree level. Interactions with a single XML element 32 and convert it to and from XML. 87 "XML", "XMLID", 107 """An error when parsing an XML document. 126 """An XML element. 448 serializes as an XML comment. 462 serializes as an XML commen 1325 def XML(text, parser=None): global() function [all...] |
| /third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
| H A D | DeqpTestRunner.java | 341 + entry.getKey().getId(), LogDataType.XML, source); in forwardFinalizedPendingResult()
|
| /third_party/ffmpeg/ |
| H A D | configure | 302 --enable-libxml2 enable XML parsing using the C library libxml2, needed
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |