HomeSort by relevance Sort by last modified time
    Searched refs:xmlfile (Results 1 - 6 of 6) sorted by null

  /external/expat/tests/
xmltest.sh 99 for xmlfile in *.xml ; do
100 RunXmlwfWF "$xmlfile" "$xmldir/"
108 for xmlfile in *pass*.xml ; do
109 RunXmlwfWF "$xmlfile" "oasis/"
126 for xmlfile in *.xml ; do
127 RunXmlwfNotWF "$xmlfile" "$xmldir/"
134 for xmlfile in *fail*.xml ; do
135 RunXmlwfNotWF "$xmlfile" "oasis/"
  /external/bzip2/
xmlproc.sh 36 xmlfile=$1; shift
38 if !(test -f $xmlfile); then
39 echo "No such file: $xmlfile";
47 basename=$xmlfile
56 # first process the xmlfile with CDATA tags
57 ./format.pl $xmlfile $xmlfmtfile
  /cts/tools/utils/
android_api_description_splitter.py 21 # android_api_description.py xmlfile tagname
85 def __init__(self, xmlfile, outPath):
86 self.doc = xml.dom.minidom.parse(xmlfile)
148 print "Usage: splitxml.py xmlfile outpath tagname"
  /external/expat/amiga/
Makefile 137 $(XMLWF): $(DESTDIR)/xmlwf.o $(DESTDIR)/xmlfile.o $(DESTDIR)/codepage.o $(DESTDIR)/readfilemap.o $(LAUNCH)
144 $(DESTDIR)/xmlfile.o: xmlfile.c
  /external/expat/
Makefile.in 140 XMLWF_OBJS = xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/@FILEMAP@.o
142 xmlwf/xmlfile.o: xmlwf/xmlfile.c
  /external/expat/bcb5/
xmlwf.mak 18 Release\obj\xmlwf\xmlfile.obj Release\obj\xmlwf\xmlwf.obj

Completed in 115 milliseconds