Home
last modified time | relevance | path

Searched refs:xmlfile (Results 1 – 9 of 9) sorted by relevance

/external/expat/tests/
Dxmltest.sh100 for xmlfile in $(ls -1 *.xml | sort -d) ; do
101 [[ -f "$xmlfile" ]] || continue
102 RunXmlwfWF "$xmlfile" "$xmldir/"
110 for xmlfile in *pass*.xml ; do
111 RunXmlwfWF "$xmlfile" "oasis/"
129 for xmlfile in *.xml ; do
130 RunXmlwfNotWF "$xmlfile" "$xmldir/"
136 for xmlfile in *fail*.xml ; do
137 RunXmlwfNotWF "$xmlfile" "oasis/"
/external/bzip2/
Dxmlproc.sh36 xmlfile=$1; shift
38 if !(test -f $xmlfile); then
39 echo "No such file: $xmlfile";
47 basename=$xmlfile
57 ./format.pl $xmlfile $xmlfmtfile
/external/expat/xmlwf/
DMakefile.in147 am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \
174 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \
369 xmlfile.c \
382 xmlfile.h \
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-xmlfile.Po@am__quote@ # am--include-marker
526 xmlwf-xmlfile.o: xmlfile.c
527 …LAGS) -MT xmlwf-xmlfile.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f '…
528 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlfile.Tpo $(DEPDIR)/xmlwf-xmlfile.Po
531 …$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'…
533 xmlwf-xmlfile.obj: xmlfile.c
[all …]
DMakefile.am36 xmlfile.c \
57 xmlfile.h \
/external/deqp/external/vulkancts/scripts/
Dgen_vulkan_header.py51 def get_base_extensions(xmlfile): argument
53 if os.path.exists(xmlfile):
55 tree = ET.parse(xmlfile)
81 def parse_superset_extensions(xmlfile): argument
84 if os.path.exists(xmlfile):
85 tree = ET.parse(xmlfile)
/external/curl/tests/
Dgetpart.pm26 my $xmlfile;
118 print STDERR "$xmlfile:$line:1: error: missing </$part> tag before </$section>\n";
119 @this = ("format error in $xmlfile");
188 $xmlfile = $file;
/external/igt-gpu-tools/scripts/
Dtest_igt_gpu_tools.py29 def extract_tests_from_xml(xmlfile): argument
30 tree = ElementTree.parse(xmlfile)
/external/libiio/src/bindings/python/
Diio.py823 def __init__(self, xmlfile): argument
834 ctx = _new_xml(xmlfile.encode('ascii'))
/external/expat/
DCMakeLists.txt386 xmlwf/xmlfile.c