Searched refs:xmlfile (Results 1 – 9 of 9) sorted by relevance
100 for xmlfile in $(ls -1 *.xml | sort -d) ; do101 [[ -f "$xmlfile" ]] || continue102 RunXmlwfWF "$xmlfile" "$xmldir/"110 for xmlfile in *pass*.xml ; do111 RunXmlwfWF "$xmlfile" "oasis/"129 for xmlfile in *.xml ; do130 RunXmlwfNotWF "$xmlfile" "$xmldir/"136 for xmlfile in *fail*.xml ; do137 RunXmlwfNotWF "$xmlfile" "oasis/"
36 xmlfile=$1; shift38 if !(test -f $xmlfile); then39 echo "No such file: $xmlfile";47 basename=$xmlfile57 ./format.pl $xmlfile $xmlfmtfile
147 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-marker526 xmlwf-xmlfile.o: xmlfile.c527 …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.Po531 …$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'…533 xmlwf-xmlfile.obj: xmlfile.c[all …]
36 xmlfile.c \57 xmlfile.h \
51 def get_base_extensions(xmlfile): argument53 if os.path.exists(xmlfile):55 tree = ET.parse(xmlfile)81 def parse_superset_extensions(xmlfile): argument84 if os.path.exists(xmlfile):85 tree = ET.parse(xmlfile)
26 my $xmlfile;118 print STDERR "$xmlfile:$line:1: error: missing </$part> tag before </$section>\n";119 @this = ("format error in $xmlfile");188 $xmlfile = $file;
29 def extract_tests_from_xml(xmlfile): argument30 tree = ElementTree.parse(xmlfile)
823 def __init__(self, xmlfile): argument834 ctx = _new_xml(xmlfile.encode('ascii'))
386 xmlwf/xmlfile.c