Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 25 of 6567) sorted by relevance

12345678910>>...263

/third_party/mesa3d/src/mapi/glapi/gen/
Dmeson.build21 glapi_gen_gl_xml = files('../registry/gl.xml')
28 gl_and_es_api_files = files('gl_and_es_API.xml')
31 'gl_API.xml',
32 'es_EXT.xml',
33 'gl_and_es_API.xml',
34 'gl_and_glX_API.xml',
35 'ARB_base_instance.xml',
36 'ARB_blend_func_extended.xml',
37 'ARB_bindless_texture.xml',
38 'ARB_clear_buffer_object.xml',
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_introspect.c23 struct wpabuf *xml; member
41 iface->xml = wpabuf_alloc(15000); in add_interface()
42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface()
44 wpabuf_free(iface->xml); in add_interface()
48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface()
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() argument
57 wpabuf_printf(xml, "<arg name=\"%s\"", name); in add_arg()
59 wpabuf_printf(xml, " type=\"%s\"", type); in add_arg()
61 wpabuf_printf(xml, " direction=\"%s\"", direction); in add_arg()
62 wpabuf_put_str(xml, "/>"); in add_arg()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_introspect.c23 struct wpabuf *xml; member
41 iface->xml = wpabuf_alloc(15000); in add_interface()
42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface()
44 wpabuf_free(iface->xml); in add_interface()
48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface()
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() argument
57 wpabuf_printf(xml, "<arg name=\"%s\"", name); in add_arg()
59 wpabuf_printf(xml, " type=\"%s\"", type); in add_arg()
61 wpabuf_printf(xml, " direction=\"%s\"", direction); in add_arg()
62 wpabuf_put_str(xml, "/>"); in add_arg()
[all …]
/third_party/giflib/doc/
DMakefile1 .SUFFIXES: .xml .html .txt .adoc .1
3 .xml.html:
6 .xml.1:
9 .xml.txt:
21 gif2rgb.xml \
22 gifbuild.xml \
23 gifclrmp.xml \
24 gifecho.xml \
25 giffix.xml \
26 gifinto.xml \
[all …]
/third_party/pulseaudio/man/
DMakefile.am20 pulseaudio.1.xml \
21 pax11publish.1.xml \
22 pacat.1.xml \
23 pacmd.1.xml \
24 pactl.1.xml \
25 pasuspender.1.xml \
26 padsp.1.xml \
27 pulse-daemon.conf.5.xml \
28 pulse-client.conf.5.xml \
29 default.pa.5.xml \
[all …]
/third_party/boost/libs/math/doc/
Dwin32_nmake.mak12 QB="C:/download/open/xml/bin/quickbook.exe"
15 XSLTPROC="C:/download/open/xml/bin/xsltproc-win32/xsltproc.exe"
34 xml/$(PROJECT_NAME).xml :
35 -mkdir xml
36 $(QB) --output-file=xml\$(PROJECT_NAME).xml $(PROJECT_NAME).qbk
38 xml/$(PROJECT_NAME).docbook : xml\$(PROJECT_NAME).xml xml/catalog.xml
39 set XML_CATALOG_FILES=xml/catalog.xml
40 …N_XSL_PARAM) --xinclude -o "xml\$(PROJECT_NAME).docbook" "$(BOOST)\tools\boostbook\xsl\docbook.xsl…
42 xml/$(PROJECT_NAME).fo : xml\$(PROJECT_NAME).docbook xml/catalog.xml
43 set XML_CATALOG_FILES=xml/catalog.xml
[all …]
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Dfor_debugger.ini1 # xml=../../../../doxy/doxygen_output/xml/classboost_1_1geometry_1_1model_1_1d2_1_1point__xy.xml
2 # xml=../../../../doxy/doxygen_output/xml/classboost_1_1geometry_1_1model_1_1polygon.xml
3 # xml=../../../../doxy/doxygen_output/xml/group__area.xml
4 # xml=../../../../doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythago…
5 # xml=../../../../doxy/doxygen_output/xml/group__get.xml
7 xml=../../../../doxy/doxygen_output/xml/structboost_1_1geometry_1_1closeable__view.xml key
/third_party/wayland-protocols_standard/
DMakefile.am4 unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
5 unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
6 unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
7 unstable/text-input/text-input-unstable-v1.xml \
8 unstable/text-input/text-input-unstable-v3.xml \
9 unstable/input-method/input-method-unstable-v1.xml \
10 unstable/xdg-shell/xdg-shell-unstable-v5.xml \
11 unstable/xdg-shell/xdg-shell-unstable-v6.xml \
12 unstable/relative-pointer/relative-pointer-unstable-v1.xml \
13 unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
[all …]
/third_party/wayland_standard/doc/publican/sources/
Dmeson.build2 'ProtocolSpec.xml',
5 output: 'ProtocolSpec.xml'
9 'ProtocolInterfaces.xml',
12 output: 'ProtocolInterfaces.xml'
19 output: 'ClientAPI-combined.xml'
25 'ClientAPI.xml',
28 output: 'ClientAPI.xml'
35 output: 'ServerAPI-combined.xml'
39 'ServerAPI.xml',
42 output: 'ServerAPI.xml'
[all …]
/third_party/mesa3d/src/util/
Ddriconf_static.py24 from xml.etree import ElementTree
39 def __init__(self, xml): argument
41 self.name = xml.attrib['name']
42 self.value = xml.attrib['value']
45 def __init__(self, xml): argument
47 self.name = xml.attrib['name']
48 self.executable = xml.attrib.get('executable', None)
49 self.sha1 = xml.attrib.get('sha1', None)
50 self.application_name_match = xml.attrib.get('application_name_match', None)
51 self.application_versions = xml.attrib.get('application_versions', None)
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
88 uri = xml_node_get_text(ctx->xml, locuri); in oma_dm_get_target_locuri()
91 xml_node_get_text_free(ctx->xml, uri); in oma_dm_get_target_locuri()
101 node = xml_node_create(ctx->xml, parent, NULL, element); in oma_dm_add_locuri()
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri); in oma_dm_add_locuri()
120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()
123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr()
124 xml_node_create_text(ctx->xml, synchdr, NULL, "VerDTD", "1.2"); in oma_dm_build_hdr()
125 xml_node_create_text(ctx->xml, synchdr, NULL, "VerProto", "DM/1.2"); in oma_dm_build_hdr()
126 xml_node_create_text(ctx->xml, synchdr, NULL, "SessionID", "1"); in oma_dm_build_hdr()
[all …]
Dspp_client.c44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate()
117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data()
124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", in build_spp_post_dev_data()
129 xml_node_add_attr(ctx->xml, spp_node, NULL, "redirectURI", in build_spp_post_dev_data()
132 xml_node_create_text(ctx->xml, spp_node, ns, "supportedSPPVersions", in build_spp_post_dev_data()
134 xml_node_create_text(ctx->xml, spp_node, ns, "supportedMOList", in build_spp_post_dev_data()
138 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVINFO, in build_spp_post_dev_data()
140 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVDETAIL, in build_spp_post_dev_data()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
88 uri = xml_node_get_text(ctx->xml, locuri); in oma_dm_get_target_locuri()
91 xml_node_get_text_free(ctx->xml, uri); in oma_dm_get_target_locuri()
101 node = xml_node_create(ctx->xml, parent, NULL, element); in oma_dm_add_locuri()
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri); in oma_dm_add_locuri()
120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()
123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr()
124 xml_node_create_text(ctx->xml, synchdr, NULL, "VerDTD", "1.2"); in oma_dm_build_hdr()
125 xml_node_create_text(ctx->xml, synchdr, NULL, "VerProto", "DM/1.2"); in oma_dm_build_hdr()
126 xml_node_create_text(ctx->xml, synchdr, NULL, "SessionID", "1"); in oma_dm_build_hdr()
[all …]
Dspp_client.c44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate()
117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data()
124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", in build_spp_post_dev_data()
129 xml_node_add_attr(ctx->xml, spp_node, NULL, "redirectURI", in build_spp_post_dev_data()
132 xml_node_create_text(ctx->xml, spp_node, ns, "supportedSPPVersions", in build_spp_post_dev_data()
134 xml_node_create_text(ctx->xml, spp_node, ns, "supportedMOList", in build_spp_post_dev_data()
138 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVINFO, in build_spp_post_dev_data()
140 add_mo_container(ctx->xml, ns, spp_node, URN_OMA_DM_DEVDETAIL, in build_spp_post_dev_data()
[all …]
/third_party/wayland_standard/doc/publican/
DMakefile.am20 $(srcdir)/sources/Wayland.xml \
21 $(srcdir)/sources/Book_Info.xml \
22 $(srcdir)/sources/Author_Group.xml \
23 $(srcdir)/sources/Foreword.xml \
24 $(srcdir)/sources/Preface.xml \
25 $(srcdir)/sources/Revision_History.xml \
26 $(srcdir)/sources/Protocol.xml \
27 $(srcdir)/sources/Xwayland.xml \
28 $(srcdir)/sources/Compositors.xml \
32 $(srcdir)/sources/Client.xml \
[all …]
/third_party/python/Lib/test/
Dmime.types15 application/3gpp-ims+xml
19 application/atom+xml atom
20 application/atomcat+xml atomcat
22 application/atomsvc+xml atomsvc
23 application/auth-policy+xml apxml
25 application/beep+xml
27 application/ccxml+xml ccxml
33 application/cea-2018+xml
34 application/cellml+xml cellml cml
36 application/cnrp+xml
[all …]
/third_party/mesa3d/src/compiler/isaspec/
Disa.py23 from xml.etree import ElementTree
71 def extract_pattern(xml, name, is_defined_bits=None): argument
72 low, high = get_bitrange(xml)
75 patstr = xml.text.strip()
77 …assert (len(patstr) == (1 + high - low)), "Invalid {} length in {}: {}..{}".format(xml.tag, name, …
79 …assert not is_defined_bits(mask), "Redefined bits in {} {}: {}..{}".format(xml.tag, name, low, hig…
92 assert 0, "Invalid {} character in {}: {}".format(xml.tag, name, patstr[n])
94 …dbg("{}: {}.{} => {:016x} / {:016x} / {:016x}".format(xml.tag, name, patstr, match << low, dontcar…
104 def __init__(self, isa, xml): argument
106 self.low, self.high = get_bitrange(xml)
[all …]
/third_party/icu/tools/multi/proj/icu4cscan/
DMakefile9 XML=./xml
15 INTROXMLS=$(wildcard $(INPUT)/*-introduction.xml)
16 FEATXMLS=$(INTROXMLS:$(INPUT)/%-introduction.xml=$(COOKED)/%-cooked.xml) $(COOKED)/characters.xml
17 ALLCOOKED=cooked/features.xml
31 MergerBuild=$(ICUMETA)/build.xml
35 BASEXMLS=$(ICUMETA)/input/versions.xml
40 all: icucaps.xml
81 ICUMETA_XML=$(ICUMETA)/xml/icumeta.xml
82 BASE_VERSION=$(COOKED)/allversions.xml
83 BASE_SOURCE=$(BASEXMLS) $(INPUT)/java.xml
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
DMakefile.am18 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
41 MKDB_OPTIONS=--source-suffixes=h,cc --xml-mode --output-format=xml --ignore-files="$(IGNORE_HFILES)"
72 usermanual-what-is-harfbuzz.xml \
73 usermanual-install-harfbuzz.xml \
74 usermanual-getting-started.xml \
75 usermanual-glyph-information.xml \
76 usermanual-shaping-concepts.xml \
77 usermanual-object-model.xml \
78 usermanual-buffers-language-script-and-direction.xml \
79 usermanual-fonts-and-faces.xml \
[all …]
/third_party/harfbuzz/docs/
DMakefile.am18 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
41 MKDB_OPTIONS=--source-suffixes=h,cc --xml-mode --output-format=xml --ignore-files="$(IGNORE_HFILES)"
72 usermanual-what-is-harfbuzz.xml \
73 usermanual-install-harfbuzz.xml \
74 usermanual-getting-started.xml \
75 usermanual-glyph-information.xml \
76 usermanual-shaping-concepts.xml \
77 usermanual-object-model.xml \
78 usermanual-buffers-language-script-and-direction.xml \
79 usermanual-fonts-and-faces.xml \
[all …]
Dmeson.build18 version_xml = configure_file(input: 'version.xml.in',
19 output: 'version.xml',
23 'usermanual-what-is-harfbuzz.xml',
24 'usermanual-install-harfbuzz.xml',
25 'usermanual-getting-started.xml',
26 'usermanual-glyph-information.xml',
27 'usermanual-shaping-concepts.xml',
28 'usermanual-object-model.xml',
29 'usermanual-buffers-language-script-and-direction.xml',
30 'usermanual-fonts-and-faces.xml',
[all …]
/third_party/gettext/gettext-tools/tests/
Dmsgfmt-xml-26 cat <<\EOF > mf.appdata.xml
7 <?xml version="1.0" encoding="UTF-8"?>
105 cat <<\EOF > mf.appdata.xml.ok
106 <?xml version="1.0" encoding="UTF-8"?>
118 …<p xml:lang="fr">Caractères est un utilitaire pour chercher et insérer des caractères inhabituels.…
119 …<p xml:lang="de">Zeichen ist ein einfaches Hilfsprogramm zum Auffinden und Einsetzen von selten ve…
124 …<p xml:lang="fr">Vous pouvez aussi naviguer dans les caractères par catégories, comme par Ponctuat…
125 …<p xml:lang="de">Sie können ebenfalls nach Kategorie suchen, wie z.B. nach Zeichensetzung oder Bil…
132 cat <<\EOF > mf.appdata.xml.desired.ok
133 <?xml version="1.0" encoding="UTF-8"?>
[all …]
Dmsgfmt-xml-16 cat <<\EOF > mf.appdata.xml
7 <?xml version="1.0" encoding="UTF-8"?>
66 cat <<\EOF > mf.appdata.xml.ok
67 <?xml version="1.0" encoding="UTF-8"?>
79 …<p xml:lang="fr">Caractères est un utilitaire pour chercher et insérer des caractères inhabituels.…
84 …<p xml:lang="fr">Vous pouvez aussi naviguer dans les caractères par catégories, comme par Ponctuat…
93 ${MSGFMT} --xml --template=mf.appdata.xml -l fr fr.po \
97 ${MSGFMT} --xml --template=mf.appdata.xml fr.po -o mf.appdata.xml.out \
103 ${MSGFMT} --xml --template=mf.appdata.xml -l fr fr.po -o mf.appdata.xml.out \
107 ${DIFF} mf.appdata.xml.ok mf.appdata.xml.out
[all …]
/third_party/libxml2/doc/examples/
DMakefile.am13 rebuild: examples.xml index.html
16 examples.xml: index.py $(check_PROGRAMS:=.c)
20 index.html: examples.xml examples.xsl
21 cd $(srcdir) && xsltproc examples.xsl examples.xml && echo "Rebuilt web page"
27 …-$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml $(srcdir)/*.xsl $(srcdir)/*.res…
30 test -f Makefile.am || rm -f test?.xml
33 examples.xml \
42 test1.xml \
43 test2.xml \
44 test3.xml \
[all …]
/third_party/glib/docs/reference/glib/
Dmeson.build2 subdir('xml') subdir
49 input: 'version.xml.in',
50 output: 'version.xml',
55 main_xml : 'glib-docs.xml',
64 'cross.xml',
65 'running.xml',
66 'building.xml',
67 'changes.xml',
68 'compiling.xml',
69 'programming.xml',
[all …]

12345678910>>...263