HomeSort by: relevance | last modified time | path
    Searched refs:xml (Results 1 - 25 of 308) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/xorg/include/xcb-proto/
Makefile 7 # dbe.xml
9 FILES= bigreq.xml \
10 composite.xml \
11 damage.xml dbe.xml dpms.xml dri2.xml dri3.xml \
12 ge.xml glx.xml \
    [all...]
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 21 # This Makefile updates files in ../regformats from their XML master
24 # affected XML files is changed, and the results should be kept in the
28 # XML master copies. This relies on a GDB linked with expat and that
44 # make GDB=/path/to/gdb XMLTOC="xml files" FEATURE_XMLFILES="xml files" cfiles
98 # the set of xml files we'll generate .c files for GDB from. By
103 alpha.xml \
104 microblaze-with-stack-protect.xml \
105 microblaze.xml \
106 mips-dsp-linux.xml \
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 21 # This Makefile updates files in ../regformats from their XML master
24 # affected XML files is changed, and the results should be kept in the
28 # XML master copies. This relies on a GDB linked with expat and that
44 # make GDB=/path/to/gdb XMLTOC="xml files" FEATURE_XMLFILES="xml files" cfiles
96 # the set of xml files we'll generate .c files for GDB from. By
101 microblaze-with-stack-protect.xml \
102 microblaze.xml \
103 mips-dsp-linux.xml \
104 mips-linux.xml \
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_introspect.c 23 struct wpabuf *xml; member in struct:interfaces
41 iface->xml = wpabuf_alloc(16000);
42 if (iface->dbus_interface == NULL || iface->xml == NULL) {
44 wpabuf_free(iface->xml);
48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface);
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type,
57 wpabuf_printf(xml, "<arg name=\"%s\"", name);
59 wpabuf_printf(xml, " type=\"%s\"", type);
61 wpabuf_printf(xml, " direction=\"%s\"", direction);
62 wpabuf_put_str(xml, "/>");
258 struct wpabuf *xml; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 28 set core-regs {aarch64-core.xml}
33 set core-regs {v2-core.xml v2-aux.xml}
37 set core-regs {arm-core.xml}
40 set core-regs {m68k-core.xml}
43 set core-regs {mips-cpu.xml mips-cp0.xml mips-fpu.xml mips-dsp.xml}
46 set core-regs {nds32-core.xml}
    [all...]
tdesc-reload.exp 16 # Testing for 'maint print xml-tdesc'. Check we can print out the
32 set xml_file_1 [host_standard_output_file outfile1.xml]
33 set xml_file_2 [host_standard_output_file outfile2.xml]
34 set xml_file_3 [host_standard_output_file outfile3.xml]
37 gdb_test_no_output "pipe maint print xml-tdesc | cat > $xml_file_1" \
43 "pipe maint print xml-tdesc $xml_file_1 | cat > $xml_file_2" \
44 "read previous xml description, and write it out to a second file"
49 "first two produced xml files are identical"
71 gdb_test_no_output "pipe maint print xml-tdesc | cat > $xml_file_3" \
77 "first and third produced xml files are identical
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 28 set core-regs {aarch64-core.xml}
33 set core-regs {v2-core.xml v2-aux.xml}
37 set core-regs {arm-core.xml}
40 set core-regs {m68k-core.xml}
43 set core-regs {mips-cpu.xml mips-cp0.xml mips-fpu.xml mips-dsp.xml}
46 set core-regs {nds32-core.xml}
    [all...]
tdesc-reload.exp 16 # Testing for 'maint print xml-tdesc'. Check we can print out the
32 set xml_file_1 [host_standard_output_file outfile1.xml]
33 set xml_file_2 [host_standard_output_file outfile2.xml]
34 set xml_file_3 [host_standard_output_file outfile3.xml]
37 gdb_test_no_output "pipe maint print xml-tdesc | cat > $xml_file_1" \
43 "pipe maint print xml-tdesc $xml_file_1 | cat > $xml_file_2" \
44 "read previous xml description, and write it out to a second file"
49 "first two produced xml files are identical"
71 gdb_test_no_output "pipe maint print xml-tdesc | cat > $xml_file_3" \
77 "first and third produced xml files are identical
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
update_abi_check.sh 3 abidw --out-file ./.github/workflows/libcrypto-abi.xml libcrypto.so
4 abidw --out-file ./.github/workflows/libssl-abi.xml libssl.so
  /src/external/mit/xorg/lib/xkeyboard-config/rules/
Makefile 19 GENFILES= base.extras.xml base.xml
21 FILES+= evdev.extras.xml evdev.xml
31 base.xml ${FILESDIR}/xorg.xml
  /src/external/gpl3/gcc/dist/libstdc++-v3/doc/
Makefile.am 27 # See ./xml/manual/documentation_hacking.xml for full details.
32 # doc/xml/.
39 STAMP_XML = doc-xml
40 STAMP_INSTALL_XML = doc-install-xml
80 # xml:
88 # install-xml:
97 xml: $(STAMP_XML)
98 install-xml: $(STAMP_INSTALL_XML)
127 # XML
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/
Makefile.am 30 # doc/xml/.
37 STAMP_XML = doc-xml
38 STAMP_INSTALL_XML = doc-install-xml
78 # xml:
86 # install-xml:
95 xml: $(STAMP_XML)
96 install-xml: $(STAMP_INSTALL_XML)
125 # XML
127 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxyge
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
Makefile 18 # Generate .xml files from .xml.in files.
20 FILES=$(shell ls *.xml.in | grep -v linux-defaults.xml.in | sed 's/\.in//')
update-freebsd.sh 21 # Update the freebsd.xml file.
38 cat > freebsd.xml.tmp <<EOF
39 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
74 }' "$1" >> freebsd.xml.tmp
76 cat >> freebsd.xml.tmp <<EOF
80 ../../move-if-change freebsd.xml.tmp freebsd.xml
update-netbsd.sh 21 # Update the netbsd.xml file.
36 cat > netbsd.xml.tmp <<EOF
37 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
72 }' "$1" >> netbsd.xml.tmp
74 cat >> netbsd.xml.tmp <<EOF
78 ../../move-if-change netbsd.xml.tmp netbsd.xml
  /src/external/mpl/dhcp/dist/doc/
Makefile 24 References.txt: References.xml
25 xml2txt References.xml
27 References.html: References.xml
28 xml2html References.xml
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-loading.exp 22 # Run over every test XML file and check the target description can be
24 foreach filename [lsort [glob $srcdir/$subdir/riscv-tdesc-loading-*.xml]] {
  /src/external/gpl3/gdb/dist/gdb/syscalls/
Makefile 18 # Generate .xml files from .xml.in files.
20 FILES=$(shell ls *.xml.in | grep -v linux-defaults.xml.in | sed 's/\.in//')
update-freebsd.sh 21 # Update the freebsd.xml file.
38 cat > freebsd.xml.tmp <<EOF
39 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
74 }' "$1" >> freebsd.xml.tmp
76 cat >> freebsd.xml.tmp <<EOF
80 ../../move-if-change freebsd.xml.tmp freebsd.xml
update-netbsd.sh 21 # Update the netbsd.xml file.
36 cat > netbsd.xml.tmp <<EOF
37 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
72 }' "$1" >> netbsd.xml.tmp
74 cat >> netbsd.xml.tmp <<EOF
78 ../../move-if-change netbsd.xml.tmp netbsd.xml
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-loading.exp 22 # Run over every test XML file and check the target description can be
24 foreach filename [lsort [glob $srcdir/$subdir/riscv-tdesc-loading-*.xml]] {
  /src/external/bsd/wpa/dist/hs20/client/
oma_dm_client.c 13 #include "xml-utils.h"
84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI");
88 uri = xml_node_get_text(ctx->xml, locuri);
91 xml_node_get_text_free(ctx->xml, uri);
101 node = xml_node_create(ctx->xml, parent, NULL, element);
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri);
116 "DevId from devinfo.xml is not available - cannot use OMA DM");
120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns,
123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr");
124 xml_node_create_text(ctx->xml, synchdr, NULL, "VerDTD", "1.2")
    [all...]
  /src/external/bsd/atf/share/
Makefile 7 SUBDIR+= examples xml xsl
  /src/external/mit/expat/dist/doc/
Makefile.am 7 # |_| XML parser
39 xmlwf.1: xmlwf.xml
59 xmlwf.xml
  /src/usr.sbin/bthcid/
config.c 55 char *xml; local
69 xml = malloc(len);
70 if (xml == NULL) {
76 if (read(fd, xml, len) != len) {
77 free(xml);
82 dict = prop_dictionary_internalize(xml);
83 free(xml);
127 char *xml; local
175 xml = prop_dictionary_externalize(cfg);
176 if (xml == NULL)
    [all...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>